diff options
author | Yaroslav <contact@yaroslavps.com> | 2019-12-09 04:00:54 +0300 |
---|---|---|
committer | Yaroslav <contact@yaroslavps.com> | 2019-12-09 04:00:54 +0300 |
commit | 0367948c02b1d3053eaf430a0d37f9e8248d523c (patch) | |
tree | dcff56f2fd8a124674f623c85037feafd30549c4 /dotfiles/.config/sway/config | |
parent | dc05e567e3d548f82c4d00c60c7eb60c93bb1183 (diff) | |
download | swayrice-0367948c02b1d3053eaf430a0d37f9e8248d523c.tar.gz swayrice-0367948c02b1d3053eaf430a0d37f9e8248d523c.zip |
bemenu script to force run apps through xwayland
Diffstat (limited to 'dotfiles/.config/sway/config')
-rw-r--r-- | dotfiles/.config/sway/config | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/dotfiles/.config/sway/config b/dotfiles/.config/sway/config index 5289280..89f068e 100644 --- a/dotfiles/.config/sway/config +++ b/dotfiles/.config/sway/config @@ -147,6 +147,8 @@ bindsym --to-code { # start program launcher $mod+d exec --no-startup-id menurun + # start program launcher (force through XWayland) + $mod+Ctrl+d exec --no-startup-id menuxrun # Mako (notifications) $mod+Ctrl+space exec "makoctl dismiss" @@ -172,6 +174,7 @@ bindsym --to-code { # Start Applications $mod+Shift+w exec --no-startup-id $browser + $mod+F2 exec menumako $mod+F3 exec menudisplay $mod+F4 exec menublk $mod+r exec kitty -e ranger |