Add alacritty config
This commit is contained in:
@@ -52,7 +52,7 @@ exec --no-startup-id xfce4-power-manager
|
||||
floating_modifier $mod
|
||||
|
||||
# start a terminal
|
||||
bindsym $mod+Return exec i3-sensible-terminal
|
||||
bindsym $mod+Return exec alacritty
|
||||
|
||||
# kill focused window
|
||||
bindsym $mod+Shift+q kill
|
||||
|
1
setup.sh
1
setup.sh
@@ -10,6 +10,7 @@ test ! -f ~/.config/wallpaper/wallpaper.jpg && echo "Download to ~/.config/wallp
|
||||
# dunst
|
||||
test ! -d ~/.config/dunst && ln -s "$(pwd)/dunst" ~/.config/dunst
|
||||
|
||||
test ! -d ~/.config/alacritty && ln -s "$(pwd)/alacritty" ~/.config/alacritty
|
||||
|
||||
# wallpaper
|
||||
mkdir -p ~/.config/wallpaper/
|
||||
|
Reference in New Issue
Block a user