Compare commits

..

No commits in common. "f8aeb3ed2c491b3ddd325fcaf960bd22480a676d" and "e28ccbd5ad02981cf0091f494119f17b0b60f34f" have entirely different histories.

3 changed files with 10 additions and 17 deletions

View File

@ -5,6 +5,7 @@
pkgs.adwaita-icon-theme pkgs.adwaita-icon-theme
pkgs.brightnessctl pkgs.brightnessctl
pkgs.pamixer pkgs.pamixer
pkgs.rofi-wayland
pkgs.wtype pkgs.wtype
]; ];

View File

@ -1,3 +1,4 @@
{ ... }:
{ {
programs.kitty.enable = true; programs.kitty.enable = true;
@ -15,7 +16,6 @@
border_size = 2; border_size = 2;
"col.active_border" = "0xFF81A1C1"; "col.active_border" = "0xFF81A1C1";
"col.inactive_border" = "0xFF677691"; "col.inactive_border" = "0xFF677691";
layout = "master";
}; };
decoration = { decoration = {
@ -87,33 +87,27 @@
"$shiftMod" = "SUPER_SHIFT"; "$shiftMod" = "SUPER_SHIFT";
bind = [ bind = [
# Master layout # Open and close applications
"$mod, F, fullscreen" "$mod, RETURN, exec, kitty"
"$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 focus & movement # Window management
"$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"
# Text input (Norwegian characters # 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 'æ'"
@ -121,7 +115,6 @@
"$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"

View File

@ -34,7 +34,6 @@ with pkgs;
]; ];
utils = [ utils = [
gnumake
jet jet
jq jq
pandoc pandoc