diff options
author | awy <awy@awy.one> | 2025-08-12 22:25:15 +0300 |
---|---|---|
committer | awy <awy@awy.one> | 2025-08-12 22:25:15 +0300 |
commit | c888c90e678bc97d28bdeb0dbf730400b92d3bb7 (patch) | |
tree | 955668f2b4cccbac00515f1d69585f9d57085a2c | |
parent | 89abe977694152f5035cce868bef452170de69e2 (diff) | |
download | hyprdots-c888c90e678bc97d28bdeb0dbf730400b92d3bb7.tar.gz |
icecat
-rw-r--r-- | .config/hypr/hyprland.conf | 3 | ||||
-rw-r--r-- | .config/shell/profile | 2 | ||||
-rw-r--r-- | dependencies.txt | 2 | ||||
-rwxr-xr-x | 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 @@ -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 |