commit 4bd229ac44f40cb8ea3ae8d9184d918dd759ecf8
parent c7cf5cc4e59ee6da1129011d3b2b7dbcbfc801d0
Author: Vincent Demeester <vincent@sbr.pm>
Date: Tue, 4 Jan 2022 10:31:04 +0100
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>
Diffstat:
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/users/vincent/desktop/i3.nix b/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