Switched from URxvt to Alacritty
This commit is contained in:
parent
9ed6d70baa
commit
7535ca67a2
@ -28,7 +28,7 @@
|
|||||||
extraPackages = with pkgs; [
|
extraPackages = with pkgs; [
|
||||||
rofi
|
rofi
|
||||||
polybar
|
polybar
|
||||||
rxvt-unicode
|
alacritty
|
||||||
arandr
|
arandr
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
3
dotfiles/.config/alacritty/alacritty.toml
Normal file
3
dotfiles/.config/alacritty/alacritty.toml
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
[window]
|
||||||
|
opacity = 0.8
|
||||||
|
padding = { x = 3, y = 5 }
|
@ -14,7 +14,7 @@ bindsym XF86AudioMicMute exec --no-startup-id pactl set-source-mute @DEFAULT_SOU
|
|||||||
floating_modifier $mod
|
floating_modifier $mod
|
||||||
|
|
||||||
# Application hot keys
|
# 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+f exec "google-chrome-stable"
|
||||||
bindsym $mod+Shift+e exec "emacsclient -c"
|
bindsym $mod+Shift+e exec "emacsclient -c"
|
||||||
bindsym $mod+Shift+d exec "discord"
|
bindsym $mod+Shift+d exec "discord"
|
||||||
|
@ -60,6 +60,6 @@
|
|||||||
".config/i3/config".source = ../dotfiles/.config/i3/config;
|
".config/i3/config".source = ../dotfiles/.config/i3/config;
|
||||||
".config/rofi/config.rasi".source = ../dotfiles/.config/rofi/config.rasi;
|
".config/rofi/config.rasi".source = ../dotfiles/.config/rofi/config.rasi;
|
||||||
".config/polybar/config.ini".source = ../dotfiles/.config/polybar/config.ini;
|
".config/polybar/config.ini".source = ../dotfiles/.config/polybar/config.ini;
|
||||||
|
".config/alacritty/alacritty.toml".source = ../dotfiles/.config/alacritty/alacritty.toml;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -12,16 +12,4 @@
|
|||||||
];
|
];
|
||||||
|
|
||||||
home.packages = with pkgs; [];
|
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;
|
|
||||||
|
|
||||||
};
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user