19 lines
514 B
Plaintext
19 lines
514 B
Plaintext
# Apps
|
|
$browser = firefox
|
|
$email = evolution
|
|
$logout = wlogout
|
|
$lockscreen = swaylock
|
|
$menu = fuzzel
|
|
$screenshot = IMG=~/pictures/screenshots/$(date +%Y-%m-%d_%H-%M-%S).png && grim -g "$(slurp -d)" $IMG && wl-copy < $IMG
|
|
$statusbar = waybar
|
|
$terminal = alacritty
|
|
$wallpaper = waypaper
|
|
|
|
# Terminal based
|
|
$editor = $terminal -e nvim
|
|
$files = $terminal -e yazi
|
|
$center = [float;size 960 540;center]
|
|
$floating = $center $terminal
|
|
$systeminfo = $center $terminal --hold -e fastfetch
|
|
$processmonitor = $terminal -e btop
|