aboutsummaryrefslogtreecommitdiff
path: root/.config
diff options
context:
space:
mode:
authorawy <awy@awy.one>2025-08-12 22:25:15 +0300
committerawy <awy@awy.one>2025-08-12 22:25:15 +0300
commitc888c90e678bc97d28bdeb0dbf730400b92d3bb7 (patch)
tree955668f2b4cccbac00515f1d69585f9d57085a2c /.config
parent89abe977694152f5035cce868bef452170de69e2 (diff)
downloadhyprdots-c888c90e678bc97d28bdeb0dbf730400b92d3bb7.tar.gz
icecat
Diffstat (limited to '.config')
-rw-r--r--.config/hypr/hyprland.conf3
-rw-r--r--.config/shell/profile2
2 files changed, 3 insertions, 2 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