mirror of
https://github.com/larstvei/nix-config.git
synced 2025-11-05 07:50:12 +00:00
Compare commits
No commits in common. "29b20ad706944250b979ddd634769b0d0975b263" and "53f70f0a4e5667298e02ac3d3beace602b19638e" have entirely different histories.
29b20ad706
...
53f70f0a4e
@ -4,7 +4,6 @@
|
|||||||
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
|
||||||
];
|
];
|
||||||
|
|||||||
@ -103,9 +103,6 @@
|
|||||||
"$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"
|
||||||
@ -116,10 +113,7 @@
|
|||||||
"$shiftMod, K, movewindow, u"
|
"$shiftMod, K, movewindow, u"
|
||||||
"$shiftMod, L, movewindow, r"
|
"$shiftMod, L, movewindow, r"
|
||||||
|
|
||||||
"$mod, =, resizeactive, +10"
|
# Text input (Norwegian characters
|
||||||
"$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 'æ'"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user