mirror of
https://github.com/rywng/dotfiles.git
synced 2024-11-24 20:01:49 +08:00
update sway keybind
This commit is contained in:
parent
98a2e4c24b
commit
2c322b6afe
@ -24,7 +24,7 @@ exec dbus-update-activation-environment --all
|
|||||||
|
|
||||||
bindsym $mod+Ctrl+l exec ~/.config/sway/scripts/logout.sh
|
bindsym $mod+Ctrl+l exec ~/.config/sway/scripts/logout.sh
|
||||||
bindsym $mod+Print exec ~/.config/sway/scripts/grimshot-ui.sh
|
bindsym $mod+Print exec ~/.config/sway/scripts/grimshot-ui.sh
|
||||||
bindsym $mod+n exec swaync-client -t -sw
|
bindsym $mod+m exec swaync-client -t -sw
|
||||||
|
|
||||||
#set gtk theme
|
#set gtk theme
|
||||||
|
|
||||||
@ -77,10 +77,12 @@ bindsym $mod+Shift+s floating toggle ; sticky toggle ; resize set 800 600 ; move
|
|||||||
|
|
||||||
# Start a terminal
|
# Start a terminal
|
||||||
bindsym $mod+Return exec $term
|
bindsym $mod+Return exec $term
|
||||||
|
bindsym $mod+n exec $term
|
||||||
# Kill focused window
|
# Kill focused window
|
||||||
bindsym $mod+w kill
|
bindsym $mod+w kill
|
||||||
# Start your launcher
|
# Start your launcher
|
||||||
bindsym $mod+Shift+Return exec $menu
|
bindsym $mod+Shift+Return exec $menu
|
||||||
|
bindsym $mod+Shift+n exec $menu
|
||||||
|
|
||||||
floating_modifier $mod normal
|
floating_modifier $mod normal
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user