19 lines
535 B
Plaintext
Raw Normal View History

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-07-08 15:51:17 +00:00
$files = nemo
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-08-12 22:23:01 +00:00
$terminal = foot
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-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
2024-07-02 15:07:24 +00:00
$update = $floating -e sudo pacman -Syu