sway: Keybinds
This commit is contained in:
parent
e248daa1de
commit
846fb6e1bd
2 changed files with 11 additions and 8 deletions
|
@ -88,15 +88,15 @@ output * bg ~/.wallpaper fill
|
||||||
bindsym $mod+Shift+c reload
|
bindsym $mod+Shift+c reload
|
||||||
|
|
||||||
# Exit sway (logs you out of your Wayland session)
|
# Exit sway (logs you out of your Wayland session)
|
||||||
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+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'
|
||||||
#
|
#
|
||||||
# Moving around:
|
# Moving around:
|
||||||
#
|
#
|
||||||
# Move your focus around
|
# Move your focus around
|
||||||
bindsym $mod+$left focus left
|
#bindsym $mod+$left focus left
|
||||||
bindsym $mod+$down focus down
|
#bindsym $mod+$down focus down
|
||||||
bindsym $mod+$up focus up
|
#bindsym $mod+$up focus up
|
||||||
bindsym $mod+$right focus right
|
#bindsym $mod+$right focus right
|
||||||
# Or use $mod+[up|down|left|right]
|
# Or use $mod+[up|down|left|right]
|
||||||
bindsym $mod+Left focus left
|
bindsym $mod+Left focus left
|
||||||
bindsym $mod+Down focus down
|
bindsym $mod+Down focus down
|
||||||
|
@ -150,9 +150,9 @@ output * bg ~/.wallpaper fill
|
||||||
bindsym $mod+v splitv
|
bindsym $mod+v splitv
|
||||||
|
|
||||||
# Switch the current container between different layout styles
|
# Switch the current container between different layout styles
|
||||||
bindsym $mod+s layout stacking
|
bindsym $mod+shift+s layout stacking
|
||||||
bindsym $mod+w layout tabbed
|
bindsym $mod+shift+w layout tabbed
|
||||||
bindsym $mod+e layout toggle split
|
bindsym $mod+shift+e layout toggle split
|
||||||
|
|
||||||
# Make the current focus fullscreen
|
# Make the current focus fullscreen
|
||||||
bindsym $mod+f fullscreen
|
bindsym $mod+f fullscreen
|
||||||
|
|
|
@ -8,6 +8,9 @@ bindsym ctrl+shift+space exec makoctl dismiss --all
|
||||||
# Screenshot
|
# Screenshot
|
||||||
bindsym alt+shift+4 exec ~/.dotfiles/bin/screenshot.sh
|
bindsym alt+shift+4 exec ~/.dotfiles/bin/screenshot.sh
|
||||||
|
|
||||||
|
# File manager
|
||||||
|
bindsym $mod+e exec $fileManager
|
||||||
|
|
||||||
# Multimedia Keys
|
# Multimedia Keys
|
||||||
# Requires: playerctl
|
# Requires: playerctl
|
||||||
bindsym XF86AudioRaiseVolume exec amixer -D pulse sset Master 5%+
|
bindsym XF86AudioRaiseVolume exec amixer -D pulse sset Master 5%+
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue