sway: Fix some best-practice details
This commit is contained in:
parent
a357f2885e
commit
02a4e8625c
1 changed files with 1 additions and 2 deletions
|
|
@ -11,7 +11,6 @@ set $locker swaylock -f -s center -i "~/.config/sway/lockscreen.png"
|
||||||
### Font
|
### Font
|
||||||
font pango:DejaVu Sans Mono 9
|
font pango:DejaVu Sans Mono 9
|
||||||
|
|
||||||
|
|
||||||
### Key bindings
|
### Key bindings
|
||||||
# Basics
|
# Basics
|
||||||
bindsym $mod+Return exec $term
|
bindsym $mod+Return exec $term
|
||||||
|
|
@ -148,7 +147,7 @@ mode "$mode_system" {
|
||||||
bindsym Escape mode "default"
|
bindsym Escape mode "default"
|
||||||
bindsym mod3+Escape mode "default"
|
bindsym mod3+Escape mode "default"
|
||||||
}
|
}
|
||||||
bindsym $mod+Shift+P mode "$mode_system"
|
bindsym $mod+Shift+p mode "$mode_system"
|
||||||
|
|
||||||
# Systemd environment
|
# Systemd environment
|
||||||
exec systemctl --user import-environment
|
exec systemctl --user import-environment
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue