Updated config
This commit is contained in:
parent
90e01eaea4
commit
666fc20045
21 changed files with 155 additions and 199 deletions
|
@ -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
|
Loading…
Add table
Add a link
Reference in a new issue