Updated config

This commit is contained in:
Eduard Urbach 2025-05-28 16:39:25 +02:00
parent 90e01eaea4
commit 666fc20045
No known key found for this signature in database
GPG key ID: C874F672B1AF20C0
21 changed files with 155 additions and 199 deletions

View file

@ -5,15 +5,16 @@ $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
$shell = fish
$statusbar = waybar
$terminal = foot
$wallpaper = waypaper
# Terminal based
$editor = $terminal -e nvim
$files = $terminal -e yazi
$files = $terminal -e nnn
$center = [float;size 960 540;center]
$floating = $center $terminal
$systeminfo = $center $terminal --hold -e fastfetch
$processmonitor = $terminal -e btop
$update = $floating -e sudo pacman -Syu
$systeminfo = $floating --hold -e fastfetch
$processmonitor = $floating -e btop
$update = $floating -e fish