From 9f1ae41e118bb863fe17320c8e4c08bc8ed8ef0c Mon Sep 17 00:00:00 2001 From: Elizabeth Hunt Date: Sat, 4 Oct 2025 15:06:19 -0700 Subject: Use fade transition; set editor in sway --- dots/home/scripts/wallpaper.sh | 2 +- dots/sway/.config/sway/config.d/bindings.j2 | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) (limited to 'dots') diff --git a/dots/home/scripts/wallpaper.sh b/dots/home/scripts/wallpaper.sh index 47c604c..d200133 100644 --- a/dots/home/scripts/wallpaper.sh +++ b/dots/home/scripts/wallpaper.sh @@ -1,5 +1,5 @@ #!/bin/bash wallpaper=`find -L $HOME/Pictures/wallpapers -type f | shuf -n1` -swww img $wallpaper --transition-type random +swww img $wallpaper diff --git a/dots/sway/.config/sway/config.d/bindings.j2 b/dots/sway/.config/sway/config.d/bindings.j2 index 249d0c8..2493527 100644 --- a/dots/sway/.config/sway/config.d/bindings.j2 +++ b/dots/sway/.config/sway/config.d/bindings.j2 @@ -14,6 +14,7 @@ set $up k set $right l set $browser chromium +set $editor zeditor set $term alacritty set $launcher wofi @@ -29,6 +30,7 @@ bindsym --to-code { $sup+Space exec $launcher $sup+b exec $browser + $sup+e exec $editor $sup+Return exec $term } -- cgit v1.2.3-70-g09d2