mirror of
https://github.com/larstvei/nix-config.git
synced 2025-08-31 21:30:12 +00:00
Change keybindings
This commit is contained in:
parent
b6377c2d4c
commit
f8aeb3ed2c
@ -5,7 +5,6 @@
|
|||||||
pkgs.adwaita-icon-theme
|
pkgs.adwaita-icon-theme
|
||||||
pkgs.brightnessctl
|
pkgs.brightnessctl
|
||||||
pkgs.pamixer
|
pkgs.pamixer
|
||||||
pkgs.rofi-wayland
|
|
||||||
pkgs.wtype
|
pkgs.wtype
|
||||||
];
|
];
|
||||||
|
|
||||||
|
@ -87,27 +87,33 @@
|
|||||||
"$shiftMod" = "SUPER_SHIFT";
|
"$shiftMod" = "SUPER_SHIFT";
|
||||||
|
|
||||||
bind = [
|
bind = [
|
||||||
# Open and close applications
|
# Master layout
|
||||||
"$mod, RETURN, exec, kitty"
|
"$mod, F, fullscreen"
|
||||||
|
"$mod, Return, layoutmsg, swapwithmaster master"
|
||||||
|
"$mod, minus, layoutmsg, mfact -0.01"
|
||||||
|
"$mod, equal, layoutmsg, mfact +0.01"
|
||||||
|
"$mod, Tab, layoutmsg, cyclenext"
|
||||||
|
"$shiftMod, Tab, layoutmsg, cycleprev"
|
||||||
|
"$mod, comma, layoutmsg, addmaster"
|
||||||
|
"$mod, period, layoutmsg, removemaster"
|
||||||
|
|
||||||
|
# App launchers / session
|
||||||
|
"$mod, T, exec, kitty"
|
||||||
"$mod, E, exec, emacs"
|
"$mod, E, exec, emacs"
|
||||||
"$mod, B, exec, zen"
|
"$mod, B, exec, zen"
|
||||||
"$mod, SPACE, exec, rofi -show drun"
|
|
||||||
"$mod, Q, killactive"
|
"$mod, Q, killactive"
|
||||||
|
|
||||||
# Window management
|
# Window focus & movement
|
||||||
"$mod, F, fullscreen"
|
|
||||||
|
|
||||||
"$mod, H, movefocus, l"
|
"$mod, H, movefocus, l"
|
||||||
"$mod, J, movefocus, d"
|
"$mod, J, movefocus, d"
|
||||||
"$mod, K, movefocus, u"
|
"$mod, K, movefocus, u"
|
||||||
"$mod, L, movefocus, r"
|
"$mod, L, movefocus, r"
|
||||||
|
|
||||||
"$shiftMod, H, movewindow, l"
|
"$shiftMod, H, movewindow, l"
|
||||||
"$shiftMod, J, movewindow, d"
|
"$shiftMod, J, movewindow, d"
|
||||||
"$shiftMod, K, movewindow, u"
|
"$shiftMod, K, movewindow, u"
|
||||||
"$shiftMod, L, movewindow, r"
|
"$shiftMod, L, movewindow, r"
|
||||||
|
|
||||||
# Norwegian characters
|
# Text input (Norwegian characters
|
||||||
"$mod, A, exec, wtype 'å'"
|
"$mod, A, exec, wtype 'å'"
|
||||||
"$mod, O, exec, wtype 'ø'"
|
"$mod, O, exec, wtype 'ø'"
|
||||||
"$mod, semicolon, exec, wtype 'æ'"
|
"$mod, semicolon, exec, wtype 'æ'"
|
||||||
@ -115,6 +121,7 @@
|
|||||||
"$shiftMod, O, exec, wtype 'Ø'"
|
"$shiftMod, O, exec, wtype 'Ø'"
|
||||||
"$shiftMod, semicolon, exec, wtype 'Æ'"
|
"$shiftMod, semicolon, exec, wtype 'Æ'"
|
||||||
|
|
||||||
|
# Media & brightness
|
||||||
", XF86AudioRaiseVolume, exec, pamixer -i 5 "
|
", XF86AudioRaiseVolume, exec, pamixer -i 5 "
|
||||||
", XF86AudioLowerVolume, exec, pamixer -d 5 "
|
", XF86AudioLowerVolume, exec, pamixer -d 5 "
|
||||||
", XF86AudioMute, exec, pamixer -t"
|
", XF86AudioMute, exec, pamixer -t"
|
||||||
|
Loading…
Reference in New Issue
Block a user