summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dots/home/scripts/wallpaper.sh2
-rw-r--r--dots/sway/.config/sway/config.d/bindings.j22
2 files changed, 3 insertions, 1 deletions
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
}