From d81c6087bd88427c51973788fe5714e376f8d7eb Mon Sep 17 00:00:00 2001 From: Andrew Pirie Date: Sat, 31 Aug 2024 00:23:47 +0100 Subject: sway: autostart easyeffects for redwood, use host-specific lock background --- sway/.config/sway/config | 2 +- sway/.config/sway/redwood | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sway/.config/sway/config b/sway/.config/sway/config index d32a53f..0129002 100644 --- a/sway/.config/sway/config +++ b/sway/.config/sway/config @@ -83,7 +83,7 @@ bindsym $mod+Shift+q kill bindsym $mod+Shift+r reload bindsym $mod+Return exec $term bindsym $mod+d exec $menu -bindsym $mod+x exec swaylock -i '~/pic/wall/lock.jpg' -e +bindsym $mod+x exec swaylock -i ~/pic/wall/`hostname`-lock.jpg -e bindsym $mod+z exec grim -g "$(slurp)" - | wl-copy bindsym $mod+shift+z exec grim -g "$(slurp)" - | curl -F'file=@-' https://0x0.st | wl-copy && notify-send "screenshot uploaded & url copied to clipboard" bindsym $mod+ctrl+shift+z exec grim -t png ~/pic/screenshot/`date +%Y-%m-%d_%H-%m-%s`.png diff --git a/sway/.config/sway/redwood b/sway/.config/sway/redwood index 73f748c..436839d 100644 --- a/sway/.config/sway/redwood +++ b/sway/.config/sway/redwood @@ -2,7 +2,6 @@ # https://github.com/swaywm/sway/issues/4174 output eDP-1 scale 1.2638655 -gaps right 1 bindgesture swipe:right workspace prev bindgesture swipe:left workspace next @@ -23,4 +22,5 @@ exec { dbus-update-activation-environment --all foot -a foot-irc senpai foot -a foot-xmpp profanity + easyeffects --gapplication-service } -- cgit v1.2.3