Commit 4bd229ac44f4

Vincent Demeester <vincent@sbr.pm>
2022-01-04 10:31:04
users/vincent: switching to i3 by default…
… over alacritty. Now.. I will need to slowly configure kitty. Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent c7cf5cc
Changed files (1)
users
vincent
desktop
users/vincent/desktop/i3.nix
@@ -29,6 +29,7 @@ in
   home.sessionVariables = { WEBKIT_DISABLE_COMPOSITING_MODE = 1; };
   home.packages = with pkgs; [
     alacritty
+    kitty
     arandr
     # TODO switch to betterlockscreen
     i3lock-color
@@ -112,7 +113,7 @@ in
     enable = true;
     package = pkgs.rofi.override { plugins = [ pkgs.rofi-emoji pkgs.rofi-menugen pkgs.rofi-mpd ]; };
     font = "Ubuntu Mono 14";
-    terminal = "${pkgs.alacritty}/bin/alacritty";
+    terminal = "${pkgs.kitty}/bin/kitty";
     theme = "slate";
   };
   services = {
@@ -199,7 +200,7 @@ in
         hideEdgeBorders = "both";
       };
       keybindings = {
-        "Mod4+Return" = "exec alacritty";
+        "Mod4+Return" = "exec kitty";
         "Mod4+Shift+Return" = "exec emacsclient -c";
         "Mod4+Control+Return" = "exec emacs";
         "Mod4+Control+Shift+Return" = "exec ${emacs-in-folder}";
@@ -398,7 +399,7 @@ in
 
       bindsym $mod+o mode "resize"
       ## quick terminal (tmux)
-      exec --no-startup-id alacritty --title metask --class metask --command tmux
+      exec --no-startup-id kitty --title metask --class metask tmux
       for_window [instance="metask"] floating enable;
       for_window [instance="metask"] move scratchpad; [instance="metask"] scratchpad show; move position center; move scratchpad
       bindcode $mod+49 [instance="metask"] scratchpad show