From c3cce891ada8bd6a9ad197ecfae542ec5c8a1c7e Mon Sep 17 00:00:00 2001 From: cy Date: Thu, 19 Dec 2024 02:37:54 -0500 Subject: [PATCH] come back to wolf --- home/sway/config | 2 +- home/sway/scripts/remote.sh | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/home/sway/config b/home/sway/config index 06b49fe..78eb859 100644 --- a/home/sway/config +++ b/home/sway/config @@ -8,7 +8,7 @@ set $right l set $term $HOME/.config/sway/scripts/terminal.sh set $menu rofi -show run set $screenshot grim -g "$(slurp)" - | wl-copy -set $browser chromium +set $browser librewolf set $clipboard rofi -show clipboard -show-icons set $emoji rofi -show emoji diff --git a/home/sway/scripts/remote.sh b/home/sway/scripts/remote.sh index 1cb5de1..741c26d 100755 --- a/home/sway/scripts/remote.sh +++ b/home/sway/scripts/remote.sh @@ -7,7 +7,7 @@ if [ "$1" = "btn1" ]; then wtype " " elif [ "$active_window" = "foot" ]; then wtype -M ctrl -M shift -k c -m ctrl -m shift - elif [ "$active_window" = "chromium-browser" ]; then + elif [ "$active_window" = "chromium-browser" ] || [ "$active_window" = "librewolf" ]; then wtype -M alt -P right -p right -m alt else wtype -M ctrl -k c -m ctrl @@ -18,7 +18,7 @@ else elif [ "$active_window" = "foot" ]; then wtype -M ctrl -M shift -k v wtype -m ctrl - elif [ "$active_window" = "chromium-browser" ]; then + elif [ "$active_window" = "chromium-browser" ] || [ "$active_window" = "librewolf" ]; then wtype -M alt -P left -p left -m alt else wtype -M ctrl -k v