Updated config
This commit is contained in:
parent
db4241180a
commit
158165d1aa
5 changed files with 34 additions and 2 deletions
|
@ -1,3 +1,4 @@
|
|||
# Apps
|
||||
$browser = firefox
|
||||
$email = evolution
|
||||
$files = nautilus
|
||||
|
@ -9,5 +10,8 @@ $statusbar = waybar
|
|||
$terminal = alacritty
|
||||
$wallpaper = waypaper
|
||||
|
||||
$floating = [float;size 960 540;center] $terminal
|
||||
# Terminal based
|
||||
$editor = $terminal -e nvim
|
||||
$center = [float;size 960 540;center]
|
||||
$floating = $center $terminal
|
||||
$systeminfo = $center $terminal --hold -e fastfetch
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue