nowe podejście
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
exec --no-startup-id swaymsg 'workspace 1; exec $TERMINAL; workspace 2; exec brave;'
|
||||
exec --no-startup-id swaymsg 'workspace number 1; exec alacritty; workspace number 10; exec thunderbird; workspace number 9; exec spotify; workspace number 2; exec brave'
|
||||
|
||||
exec wl-paste -t text --watch clipman store
|
||||
exec nm-applet --indicator
|
||||
@ -13,5 +13,14 @@ exec_always {
|
||||
gsettings set org.gnome.desktop.wm.preferences button-layout ''
|
||||
}
|
||||
|
||||
exec --no-startup-id swaymsg rename workspace number 1 to $ws1
|
||||
exec --no-startup-id swaymsg rename workspace number 2 to $ws2
|
||||
exec --no-startup-id swaymsg rename workspace number 3 to $ws3
|
||||
exec --no-startup-id swaymsg rename workspace number 4 to $ws4
|
||||
exec --no-startup-id swaymsg rename workspace number 5 to $ws5
|
||||
exec --no-startup-id swaymsg rename workspace number 9 to $ws9
|
||||
exec --no-startup-id swaymsg rename workspace number 10 to $ws10
|
||||
|
||||
|
||||
exec ~/.config/sway/bin/session.sh
|
||||
#exec ~/.config/sway/bin/assign-cgroups.py
|
Reference in New Issue
Block a user