32 lines
1.0 KiB
Plaintext
32 lines
1.0 KiB
Plaintext
set $mod Mod1
|
|
|
|
output DSI-1 scale 1.5
|
|
|
|
bindsym $mod+d exec foot -a launcher -e env TERMINAL_COMMAND="foot -c /etc/xdg/foot/foot.ini -e" sway-launcher-desktop
|
|
|
|
|
|
exec foot -c /etc/xdg/foot/foot.ini -T terminal-sway
|
|
exec squeekboard
|
|
exec busctl call --user sm.puri.OSK0 /sm/puri/OSK0 sm.puri.OSK0 SetVisible b true
|
|
|
|
|
|
exec lisgd \
|
|
-g "1,l,r, false" \
|
|
-g "1,r,l, false" \
|
|
-g "1,u,d, false" \
|
|
-g "1,d,u, false" \
|
|
-g "2,l,r, swaymsg workspace prev" \
|
|
-g "2,r,l, swaymsg workspace next" \
|
|
-g "2,u,d, swaymsg exec busctl call --user sm.puri.OSK0 /sm/puri/OSK0 sm.puri.OSK0 SetVisible b false" \
|
|
-g "2,d,u, swaymsg exec pidof squeekboard || squeekboard & busctl call --user sm.puri.OSK0 /sm/puri/OSK0 sm.puri.OSK0 SetVisible b true" \
|
|
-g "2,l,u, swaymsg fullscreen" \
|
|
-g "2,r,d, swaymsg kill" \
|
|
-g "3,l,r, swaymsg focus right" \
|
|
-g "3,r,l, swaymsg focus left" \
|
|
-g "3,u,d, swaymsg focus down" \
|
|
-g "3,d,u, swaymsg focus up" \
|
|
-g "4,l,r, swaymsg move right" \
|
|
-g "4,r,l, swaymsg move left" \
|
|
-g "4,u,d, swaymsg move down" \
|
|
-g "4,d,u, swaymsg move up"
|