tangled
alpha
login
or
join now
wiro.world
/
dotfiles
2
fork
atom
yep, more dotfiles
2
fork
atom
overview
issues
1
pulls
1
pipelines
sway: add touchscreen keymap toggle
wiro.world
3 months ago
02babf46
4b1e5e3c
verified
This commit was signed with the committer's
known signature
.
wiro.world
SSH Key Fingerprint:
SHA256:SmMcWpNAnL+VAgItSawvXgdPVn7f1rsyAuB/5VNclKY=
+2
1 changed file
expand all
collapse all
unified
split
home-manager
fragments
sway.nix
+2
home-manager/fragments/sway.nix
···
220
220
rm $tmpimg
221
221
''}";
222
222
223
223
+
"${modifier}+t" = ''input "type:touch" events toggle'';
224
224
+
223
225
"${modifier}+${cfg-sway.left}" = "focus left";
224
226
"${modifier}+${cfg-sway.down}" = "focus down";
225
227
"${modifier}+${cfg-sway.up}" = "focus up";