]> git.sev.monster Git - dotfiles.git/commitdiff
sway: also bind kp_enter to terminal
authorsev <git@sev.monster>
Sat, 12 Mar 2022 01:13:57 +0000 (19:13 -0600)
committersev <git@sev.monster>
Sat, 12 Mar 2022 01:13:57 +0000 (19:13 -0600)
etc/sway/config

index 7f6e0a115591b8182ea2641c4013896cf184d78a..ce0f7fd7687263e9e783da6e9b3d587f9bcdbadb 100644 (file)
@@ -47,6 +47,7 @@ bindsym $mod+Shift+e exec swaynag -t warning -m Exit? -b Yes 'swaymsg exit'
 
 ## terminal
 bindsym $mod+Return exec [ -n "$$TERMINAL" ] && exec $$TERMINAL || exec footclient
+bindsym $mod+KP_Enter exec [ -n "$$TERMINAL" ] && exec $$TERMINAL || exec footclient
 
 ## menu
 bindsym $mod+d exec nwgdmenu
This page took 0.031738 seconds and 4 git commands to generate.