From c888c90e678bc97d28bdeb0dbf730400b92d3bb7 Mon Sep 17 00:00:00 2001 From: awy Date: Tue, 12 Aug 2025 22:25:15 +0300 Subject: icecat --- .config/hypr/hyprland.conf | 3 ++- .config/shell/profile | 2 +- dependencies.txt | 2 +- rice.sh | 10 +++++----- 4 files changed, 9 insertions(+), 8 deletions(-) diff --git a/.config/hypr/hyprland.conf b/.config/hypr/hyprland.conf index fff3bc7..43d2ca1 100644 --- a/.config/hypr/hyprland.conf +++ b/.config/hypr/hyprland.conf @@ -149,7 +149,7 @@ gestures { $mainMod = SUPER bind = $mainMod, Return, exec, $terminal bind = $mainMod, Q, killactive, -bind = $mainMod, W, exec, firefox +bind = $mainMod, W, exec, icecat bind = $mainMod, R, exec, $terminal -e yazi bind = $mainMod SHIFT, D, exec, tessen bind = $mainMod, V, togglefloating, @@ -239,6 +239,7 @@ bindel = ,XF86MonBrightnessDown, exec, brightnessctl s 10%- windowrule = suppressevent maximize, class:.* windowrule = nofocus,class:^$,title:^$,xwayland:1,floating:1,fullscreen:0,pinned:0 windowrulev2 = float, class:^(termfloat)$ +windowrulev2 = float, class:^(icecat-default)$, title:About GNU IceCat layerrule = blur, notifications layerrule = ignorezero, notifications diff --git a/.config/shell/profile b/.config/shell/profile index 37298a3..b72491c 100644 --- a/.config/shell/profile +++ b/.config/shell/profile @@ -13,7 +13,7 @@ export EDITOR="nvim" export MANPAGER='nvim +Man!' export TERMINAL="kitty" export TERMINAL_PROG="kitty" -export BROWSER="firefox" +export BROWSER="icecat" unset SSH_AGENT_PID if [ "${gnupg_SSH_AUTH_SOCK_by:-0}" -ne $$ ]; then diff --git a/dependencies.txt b/dependencies.txt index c4da773..722d56c 100644 --- a/dependencies.txt +++ b/dependencies.txt @@ -37,7 +37,7 @@ fd git-delta # BROWSER # -firefox +icecat # SOUND # pipewire diff --git a/rice.sh b/rice.sh index f7d4ec7..66db4eb 100755 --- a/rice.sh +++ b/rice.sh @@ -137,12 +137,12 @@ cd /home/"$PERMUSER"/mutt-wizard make install cd /home/"$PERMUSER" -run_as_user git clone https://git.awy.one/autofox -cd autofox -run_as_user ./configure_firefox.sh -cd /home/"$PERMUSER" +# run_as_user git clone https://git.awy.one/autofox +# cd autofox +# run_as_user ./configure_firefox.sh +# cd /home/"$PERMUSER" -rm -rf autofox +# rm -rf autofox rm -rf mutt-wizard # MPV -- cgit v1.2.3