mirror of
https://github.com/larstvei/nix-config.git
synced 2025-11-04 23:40:12 +00:00
Compare commits
3 Commits
53f70f0a4e
...
29b20ad706
| Author | SHA1 | Date | |
|---|---|---|---|
| 29b20ad706 | |||
| 99e305eade | |||
| e4e3ac8c72 |
@ -4,6 +4,7 @@
|
||||
home.packages = [
|
||||
pkgs.adwaita-icon-theme
|
||||
pkgs.brightnessctl
|
||||
pkgs.grimblast
|
||||
pkgs.pamixer
|
||||
pkgs.wtype
|
||||
];
|
||||
|
||||
@ -103,6 +103,9 @@
|
||||
"$mod, B, exec, zen"
|
||||
"$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
|
||||
"$mod, H, movefocus, l"
|
||||
"$mod, J, movefocus, d"
|
||||
@ -113,7 +116,10 @@
|
||||
"$shiftMod, K, movewindow, u"
|
||||
"$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, O, exec, wtype 'ø'"
|
||||
"$mod, semicolon, exec, wtype 'æ'"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user