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