feat: added colemak-dh keymap shortcut
This commit is contained in:
parent
1bb573a44a
commit
4ea8b6c392
1 changed files with 4 additions and 1 deletions
|
@ -16,10 +16,13 @@ bind = , XF86Launch5, exec, playerctl play-pause
|
||||||
bind = , XF86Launch6, exec, playerctl next
|
bind = , XF86Launch6, exec, playerctl next
|
||||||
|
|
||||||
# Run "overlay apps"
|
# Run "overlay apps"
|
||||||
bind = CTRL ALT, DELETE, exec, swaylock
|
bind = CTRL ALT_L, DELETE, exec, swaylock
|
||||||
bind = $secondaryMod SHIFT, s, exec, grim -g "$(slurp)" -c "/home/moonleay/Pictures/Screenshots/$(date +'%s_grim.png')"
|
bind = $secondaryMod SHIFT, s, exec, grim -g "$(slurp)" -c "/home/moonleay/Pictures/Screenshots/$(date +'%s_grim.png')"
|
||||||
bind = $secondaryMod Control_L, s, exec, grim -c "/home/moonleay/Pictures/Screenshots/$(date +'%s_grim_full.png')"
|
bind = $secondaryMod Control_L, s, exec, grim -c "/home/moonleay/Pictures/Screenshots/$(date +'%s_grim_full.png')"
|
||||||
|
|
||||||
|
# (Re)enable Colemak-dh
|
||||||
|
bind = ALT_L, SPACE, exec, setxkbmap -model 'pc105angle' -layout 'us' -variant 'cmk_ed_us' -option'' -option 'misc:extend,lv5:caps_switch_lock,grp:shifts_toggle,compose:menu,misc:cmk_curl_dh'
|
||||||
|
|
||||||
# Run application
|
# Run application
|
||||||
bind = $secondaryMod, q, exec, librewolf
|
bind = $secondaryMod, q, exec, librewolf
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue