added alacritty, auto start some programs
This commit is contained in:
parent
420146aac2
commit
ccf6906301
3
.config/alacritty/alacritty.toml
Normal file
3
.config/alacritty/alacritty.toml
Normal file
@ -0,0 +1,3 @@
|
||||
[window]
|
||||
|
||||
opacity = 0.8
|
@ -49,7 +49,7 @@ floating_modifier $mod
|
||||
tiling_drag modifier titlebar
|
||||
|
||||
# start a terminal
|
||||
bindsym $mod+Return exec i3-sensible-terminal
|
||||
bindsym $mod+Return exec alacritty
|
||||
|
||||
# kill focused window
|
||||
bindsym $mod+Shift+q kill
|
||||
@ -188,3 +188,6 @@ bindsym $mod+r mode "resize"
|
||||
bar {
|
||||
status_command i3status
|
||||
}
|
||||
|
||||
exec picom
|
||||
exec feh --bg-fill /home/piwalker/wallpaper.jpg
|
||||
|
Loading…
Reference in New Issue
Block a user