add autostart apps
This commit is contained in:
parent
b50a1bcae2
commit
512034a05a
@ -13,3 +13,7 @@ exec swayidle -w \
|
||||
exec mako
|
||||
|
||||
exec --no-startup-id pomodoro daemon
|
||||
|
||||
exec firefox
|
||||
exec alacritty
|
||||
exec Telegram
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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$"]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user