feat(sway): add initial sway config
This commit is contained in:
16
sway/config.d/30-keybind.conf
Normal file
16
sway/config.d/30-keybind.conf
Normal file
@@ -0,0 +1,16 @@
|
||||
bindsym $mod+Return exec $term
|
||||
|
||||
bindsym $mod+Shift+q kill
|
||||
|
||||
bindsym $mod+d exec $menu
|
||||
|
||||
bindsym $mod+Shift+c reload
|
||||
|
||||
bindsym $mod+Shift+e exec swaynag -t warning -m 'You pressed the exit shortcut. Do you really want to exit sway? This will end your Wayland session.' -B 'Yes, exit sway' 'swaymsg exit'
|
||||
|
||||
bindsym $mod+Shift+Ctrl+Alt+space exec 1password --quick-access
|
||||
|
||||
bindsym $mod+u exec swaylock
|
||||
|
||||
|
||||
bindsym Print exec grim -g "$(slurp -d)" - | wl-copy
|
||||
Reference in New Issue
Block a user