updaing kanata settings
This commit is contained in:
parent
4647949b88
commit
421450c8a9
3 changed files with 15 additions and 11 deletions
|
@ -192,6 +192,7 @@ in {
|
|||
"Mod+Shift+Slash".action = show-hotkey-overlay;
|
||||
|
||||
"Mod+Space".action = wezlaunch "sway-launcher-desktop";
|
||||
"Print".action = wezlaunch "sway-launcher-desktop";
|
||||
|
||||
"Mod+Ctrl+T".action = spawn "wezterm";
|
||||
"Mod+Ctrl+E".action = spawn "emacsclient" "-r" "-n";
|
||||
|
@ -337,9 +338,9 @@ in {
|
|||
"Mod+X".action = switch-focus-between-floating-and-tiling;
|
||||
"Mod+S".action = focus-workspace "scratchpad";
|
||||
|
||||
"Print".action = screenshot;
|
||||
"Ctrl+Print".action = screenshot-screen;
|
||||
"Alt+Print".action = screenshot-window;
|
||||
"Mod+Print".action = screenshot;
|
||||
"Mod+Ctrl+Print".action = screenshot-screen;
|
||||
"Mod+Alt+Print".action = screenshot-window;
|
||||
|
||||
# The quit action will show a confirmation dialog to avoid accidental exits.
|
||||
"Mod+Shift+E".action = quit;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue