Update .config/sway/config
This commit is contained in:
parent
dbc967e1ae
commit
9515697475
|
@ -21,6 +21,9 @@ set $term foot
|
|||
# on the original workspace that the command was run on.
|
||||
set $menu dmenu_path | dmenu | xargs swaymsg exec --
|
||||
|
||||
exec /usr/bin/python3 /usr/bin/ulauncher --hide-window 1 > ~/logs/ulauncher.log 2>&1
|
||||
set $menu ulauncher-toggle
|
||||
|
||||
input * {
|
||||
xkb_layout "us,ru"
|
||||
xkb_options "grp:caps_toggle"
|
||||
|
@ -86,7 +89,7 @@ bindsym XF86Search exec $menu
|
|||
bindsym $mod+Shift+q kill
|
||||
|
||||
# Start your launcher
|
||||
bindsym $mod+d exec $menu
|
||||
bindsym Mod2+space exec $menu
|
||||
|
||||
# Drag floating windows by holding down $mod and left mouse button.
|
||||
# Resize them with right mouse button + $mod.
|
||||
|
|
Loading…
Reference in a new issue