2024-03-23 12:34:38 +00:00
|
|
|
# Apps
|
2024-02-29 23:46:43 +00:00
|
|
|
$browser = firefox
|
2024-03-09 21:03:35 +00:00
|
|
|
$email = evolution
|
2024-03-02 16:06:30 +00:00
|
|
|
$logout = wlogout
|
|
|
|
$lockscreen = swaylock
|
2024-03-10 14:03:03 +00:00
|
|
|
$menu = fuzzel
|
2024-03-03 16:47:02 +00:00
|
|
|
$screenshot = IMG=~/pictures/screenshots/$(date +%Y-%m-%d_%H-%M-%S).png && grim -g "$(slurp -d)" $IMG && wl-copy < $IMG
|
2024-03-09 21:03:35 +00:00
|
|
|
$statusbar = waybar
|
2024-03-01 23:32:40 +00:00
|
|
|
$terminal = alacritty
|
2024-03-21 22:16:02 +00:00
|
|
|
$wallpaper = waypaper
|
|
|
|
|
2024-03-23 12:34:38 +00:00
|
|
|
# Terminal based
|
2024-03-09 21:03:35 +00:00
|
|
|
$editor = $terminal -e nvim
|
2024-06-23 09:23:10 +00:00
|
|
|
$files = $terminal -e yazi
|
2024-03-23 12:34:38 +00:00
|
|
|
$center = [float;size 960 540;center]
|
|
|
|
$floating = $center $terminal
|
|
|
|
$systeminfo = $center $terminal --hold -e fastfetch
|
2024-06-02 11:08:11 +00:00
|
|
|
$processmonitor = $terminal -e btop
|