nya rön
This commit is contained in:
parent
271344f37d
commit
2d875d1aca
1 changed files with 7 additions and 5 deletions
|
@ -72,8 +72,8 @@ bindsym Shift+Mod4+9 move container to workspace 9
|
||||||
bindsym Mod4+Shift+c kill
|
bindsym Mod4+Shift+c kill
|
||||||
bindsym Mod4+Shift+q exit
|
bindsym Mod4+Shift+q exit
|
||||||
bindsym Mod4+Return exec $term
|
bindsym Mod4+Return exec $term
|
||||||
bindsym Mod4+Shift+Return exec $term tmux attach -t0
|
bindsym Mod4+Shift+Return exec $term tmux new-session -A -D -s 0
|
||||||
bindsym Mod4+Control+Return exec "autossh -M21001 -f -A -T home-dev sleep inf; $term mosh -p 2022 home -- tmux attach -t 0"
|
bindsym Mod4+Control+Return exec "autossh -M21001 -f -A -T home-dev sleep inf; $term mosh -p 2022 home -- tmux new-session -A -D -s 0"
|
||||||
bindsym Mod4+p exec wofi --show run
|
bindsym Mod4+p exec wofi --show run
|
||||||
bindsym Mod4+e exec ~/bin/wofi-emoji
|
bindsym Mod4+e exec ~/bin/wofi-emoji
|
||||||
bindsym Mod4+l exec $lock
|
bindsym Mod4+l exec $lock
|
||||||
|
@ -151,9 +151,11 @@ exec "systemctl --user import-environment; systemctl --user start sway-session.t
|
||||||
exec libinput-gestures-setup restart
|
exec libinput-gestures-setup restart
|
||||||
|
|
||||||
## Applications
|
## Applications
|
||||||
exec workspace 2; exec google-chrome-stable
|
# workspace 5
|
||||||
exec workspace 4; exec spotify
|
# exec spotify
|
||||||
exec workspace 5; $term -e tmux attach
|
workspace 1
|
||||||
|
exec firefox-beta
|
||||||
|
exec $term tmux new-session -A -D -s 0
|
||||||
|
|
||||||
# Screen lock
|
# Screen lock
|
||||||
exec swayidle \
|
exec swayidle \
|
||||||
|
|
Loading…
Reference in a new issue