mirror of
https://github.com/larstvei/nix-config.git
synced 2025-08-30 12:50:12 +00:00
Add Norwegian special characters
This commit is contained in:
parent
aa329267f6
commit
992e51ec06
@ -1,6 +1,7 @@
|
|||||||
{ pkgs, ... }:
|
{ pkgs, ... }:
|
||||||
{
|
{
|
||||||
home.packages = [
|
home.packages = [
|
||||||
|
pkgs.wtype
|
||||||
pkgs.rofi-wayland
|
pkgs.rofi-wayland
|
||||||
pkgs.brightnessctl
|
pkgs.brightnessctl
|
||||||
];
|
];
|
||||||
@ -34,11 +35,14 @@
|
|||||||
"$shiftMod" = "SUPER_SHIFT";
|
"$shiftMod" = "SUPER_SHIFT";
|
||||||
|
|
||||||
bind = [
|
bind = [
|
||||||
|
# Open and close applications
|
||||||
"$mod, RETURN, exec, kitty"
|
"$mod, RETURN, exec, kitty"
|
||||||
"$mod, E, exec, emacsclient -c"
|
"$mod, E, exec, emacsclient -c"
|
||||||
"$mod, Q, killactive"
|
"$mod, B, exec, zen"
|
||||||
"$mod, SPACE, exec, rofi -show drun"
|
"$mod, SPACE, exec, rofi -show drun"
|
||||||
|
"$mod, Q, killactive"
|
||||||
|
|
||||||
|
# Window management
|
||||||
"$mod, F, fullscreen"
|
"$mod, F, fullscreen"
|
||||||
|
|
||||||
"$mod, H, movefocus, l"
|
"$mod, H, movefocus, l"
|
||||||
@ -51,6 +55,14 @@
|
|||||||
"$shiftMod, K, movewindow, u"
|
"$shiftMod, K, movewindow, u"
|
||||||
"$shiftMod, L, movewindow, r"
|
"$shiftMod, L, movewindow, r"
|
||||||
|
|
||||||
|
# Norwegian characters
|
||||||
|
"$mod, A, exec, wtype 'å'"
|
||||||
|
"$mod, O, exec, wtype 'ø'"
|
||||||
|
"$mod, semicolon, exec, wtype 'æ'"
|
||||||
|
"$shiftMod, A, exec, wtype 'Å'"
|
||||||
|
"$shiftMod, O, exec, wtype 'Ø'"
|
||||||
|
"$shiftMod, semicolon, exec, wtype 'Æ'"
|
||||||
|
|
||||||
", XF86MonBrightnessUp, exec, brightnessctl set +5%"
|
", XF86MonBrightnessUp, exec, brightnessctl set +5%"
|
||||||
", XF86MonBrightnessDown, exec, brightnessctl set 5%-"
|
", XF86MonBrightnessDown, exec, brightnessctl set 5%-"
|
||||||
]
|
]
|
||||||
|
Loading…
Reference in New Issue
Block a user