diff --git a/home/user/.config/sway/autostart.conf b/home/user/.config/sway/autostart.conf index d41fef5..22aa69f 100644 --- a/home/user/.config/sway/autostart.conf +++ b/home/user/.config/sway/autostart.conf @@ -13,3 +13,7 @@ exec swayidle -w \ exec mako exec --no-startup-id pomodoro daemon + +exec firefox +exec alacritty +exec Telegram diff --git a/home/user/.config/sway/bindings.conf b/home/user/.config/sway/bindings.conf index 5e92b77..18ec3e0 100644 --- a/home/user/.config/sway/bindings.conf +++ b/home/user/.config/sway/bindings.conf @@ -105,17 +105,6 @@ mode $exitmode { bindsym --to-code $mod+x mode $exitmode -set $ws1 "1 Browser" -set $ws2 "2  Code" -set $ws3 "3  Code" -set $ws4 "4" -set $ws5 "5" -set $ws6 "6" -set $ws7 "7" -set $ws8 "8💬Social" -set $ws9 "9🎵Music" -set $ws10 "10🍿Media" - workspace $ws1 output DP-1 workspace $ws2 output DP-1 workspace $ws3 output DP-1 diff --git a/home/user/.config/sway/config b/home/user/.config/sway/config index 43f4a0b..e2ada19 100644 --- a/home/user/.config/sway/config +++ b/home/user/.config/sway/config @@ -14,9 +14,21 @@ set $mod Mod4 +set $ws1 "1 Browser" +set $ws2 "2  Code" +set $ws3 "3  Code" +set $ws4 "4" +set $ws5 "5" +set $ws6 "6" +set $ws7 "7" +set $ws8 "8💬Social" +set $ws9 "9🎵Music" +set $ws10 "10🍿Media" + + include ~/.config/sway/other.conf include ~/.config/sway/bindings.conf -include ~/.config/sway/autostart.conf include ~/.config/sway/bar.conf +include ~/.config/sway/autostart.conf include ~/.config/sway/config.d/*.conf diff --git a/home/user/.config/sway/other.conf b/home/user/.config/sway/other.conf index 394e6b1..6c6f774 100644 --- a/home/user/.config/sway/other.conf +++ b/home/user/.config/sway/other.conf @@ -19,6 +19,11 @@ smart_borders on for_window [tiling] border pixel 3 for_window [title="Picture-in-Picture"] sticky enable for_window [title="Picture-in-Picture"] border pixel 0 +for_window [app_id="firefox"] inhibit_idle fullscreen + +assign [app_id="firefox"] workspace $ws1 +assign [app_id="Alacritty"] workspace $ws2 +assign [app_id="org.telegram.desktop"] workspace $ws8 no_focus [title="^Peek preview$"]