From c00005364805f876a7d5a1c2e29f6ecc4f004947 Mon Sep 17 00:00:00 2001 From: Matt Singleton Date: Thu, 2 Feb 2023 20:14:34 -0600 Subject: simplify desktops --- config/sway/config | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) (limited to 'config/sway') diff --git a/config/sway/config b/config/sway/config index a2a0284..866cf77 100644 --- a/config/sway/config +++ b/config/sway/config @@ -97,7 +97,6 @@ exec rm -f $WOBSOCK && mkfifo $WOBSOCK && tail -f $WOBSOCK | wob # Exit sway (logs you out of your Wayland session) bindsym $mod+Shift+e exec swaynag -t warning -m 'You pressed the exit shortcut. Do you really want to exit sway? This will end your Wayland session.' -b 'Yes, exit sway' 'swaymsg exit' bindsym $mod+Shift+i exec swaylock - bindsym $mod+Shift+comma exec 1password --toggle # Media keys bindsym XF86AudioRaiseVolume exec ~/.local/bin/setvol up > $WOBSOCK @@ -246,15 +245,12 @@ bar { # Apps # -for_window [class="1Password"] floating enable for_window [app_id="firefox"] inhibit_idle fullscreen -assign [class="Tauon Music Box"] workspace number 3 -assign [class="Joplin"] workspace number 4 +assign [app_id="firefox"] workspace number 1 -# -# Notifications -# +workspace 2 +exec $term +exec firefox & -#exec mako include /etc/sway/config.d/* -- cgit v1.2.3