Compare commits

...

3 Commits

Author SHA1 Message Date
29b20ad706 Fix comment 2025-09-04 14:28:59 +02:00
99e305eade Bindings for resizing active window 2025-09-04 14:26:09 +02:00
e4e3ac8c72 Add bindings for screenshots via grimblast 2025-09-04 10:37:54 +02:00
2 changed files with 8 additions and 1 deletions

View File

@ -4,6 +4,7 @@
home.packages = [ home.packages = [
pkgs.adwaita-icon-theme pkgs.adwaita-icon-theme
pkgs.brightnessctl pkgs.brightnessctl
pkgs.grimblast
pkgs.pamixer pkgs.pamixer
pkgs.wtype pkgs.wtype
]; ];

View File

@ -103,6 +103,9 @@
"$mod, B, exec, zen" "$mod, B, exec, zen"
"$mod, Q, killactive" "$mod, Q, killactive"
"$mod, S, exec, grimblast copysave area /tmp/screenshot-$(date +%F--%T).png"
"$shiftMod, S, exec, grimblast copysave screen /tmp/screenshot-$(date +%F--%T).png"
# Window focus & movement # Window focus & movement
"$mod, H, movefocus, l" "$mod, H, movefocus, l"
"$mod, J, movefocus, d" "$mod, J, movefocus, d"
@ -113,7 +116,10 @@
"$shiftMod, K, movewindow, u" "$shiftMod, K, movewindow, u"
"$shiftMod, L, movewindow, r" "$shiftMod, L, movewindow, r"
# Text input (Norwegian characters "$mod, =, resizeactive, +10"
"$mod, -, resizeactive, -10"
# Text input (macOS-like way of producing 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 'æ'"