Switched from URxvt to Alacritty

This commit is contained in:
Random936 2024-07-04 22:43:50 -07:00
parent 9ed6d70baa
commit 7535ca67a2
5 changed files with 6 additions and 15 deletions

View File

@ -28,7 +28,7 @@
extraPackages = with pkgs; [
rofi
polybar
rxvt-unicode
alacritty
arandr
];
};

View File

@ -0,0 +1,3 @@
[window]
opacity = 0.8
padding = { x = 3, y = 5 }

View File

@ -14,7 +14,7 @@ bindsym XF86AudioMicMute exec --no-startup-id pactl set-source-mute @DEFAULT_SOU
floating_modifier $mod
# Application hot keys
bindsym $mod+Return exec i3-sensible-terminal
bindsym $mod+Return exec "alacritty"
bindsym $mod+Shift+f exec "google-chrome-stable"
bindsym $mod+Shift+e exec "emacsclient -c"
bindsym $mod+Shift+d exec "discord"

View File

@ -60,6 +60,6 @@
".config/i3/config".source = ../dotfiles/.config/i3/config;
".config/rofi/config.rasi".source = ../dotfiles/.config/rofi/config.rasi;
".config/polybar/config.ini".source = ../dotfiles/.config/polybar/config.ini;
".config/alacritty/alacritty.toml".source = ../dotfiles/.config/alacritty/alacritty.toml;
};
}

View File

@ -12,16 +12,4 @@
];
home.packages = with pkgs; [];
home.file = {
".Xresources".source = ../dotfiles/.Xresources;
".scripts/brightness.sh".source = ../dotfiles/.scripts/brightness.sh;
".scripts/autostart_desktop.sh".source = ../dotfiles/.scripts/autostart_desktop.sh;
".screenlayout/launch.sh".source = ../dotfiles/.screenlayout/launch.sh;
".screenlayout/wallpapers.sh".source = ../dotfiles/.screenlayout/wallpapers.sh;
".config/i3/config".source = ../dotfiles/.config/i3/config;
".config/rofi/config.rasi".source = ../dotfiles/.config/rofi/config.rasi;
".config/polybar/config.ini".source = ../dotfiles/.config/polybar/config.ini;
};
}