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