hyprdots

my dotfiles
git clone https://git.awy.one/hyprdots.git
Log | Files | Refs | README | LICENSE

commit 5d8b0545817991ca5e3b6c45d62c7ad56f5ba1f8
parent 3dde55ebc14e167257343c23498648f107f04ab1
Author: awy <awy@awy.one>
Date:   Sun,  6 Apr 2025 15:02:34 +0300

firefox

Diffstat:
M.config/hypr/hyprland.conf | 8++++----
M.config/shell/profile | 2+-
2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/.config/hypr/hyprland.conf b/.config/hypr/hyprland.conf @@ -1,6 +1,6 @@ monitor=,preferred,auto,auto -# monitor = DP-3, 3840x2160@165, 0x0, 1, bitdepth, 10 -monitor = DP-3, 3840x2160@165, 0x0, 1 +monitor = DP-3, 3840x2160@165, 0x0, 1, bitdepth, 10 +# monitor = DP-3, 3840x2160@165, 0x0, 1 monitor = DP-2, 2560x1440@165, -2560x720, 1 $terminal = foot @@ -61,7 +61,7 @@ decoration { animations { - enabled = false + enabled = true bezier = easeOutQuint,0.23,1,0.32,1 bezier = easeInOutCubic,0.65,0.05,0.36,1 bezier = linear,0,0,1,1 @@ -142,7 +142,7 @@ $mainMod = SUPER # Sets "Windows" key as main modifier bind = $mainMod, Return, exec, $terminal bind = $mainMod, Q, killactive, -bind = $mainMod, W, exec, librewolf +bind = $mainMod, W, exec, firefox bind = $mainMod, R, exec, $terminal -e yazi bind = $mainMod SHIFT, D, exec, tessen bind = $mainMod, V, togglefloating, diff --git a/.config/shell/profile b/.config/shell/profile @@ -13,7 +13,7 @@ export EDITOR="nvim" export MANPAGER='nvim +Man!' export TERMINAL="foot" export TERMINAL_PROG="foot" -export BROWSER="librewolf" +export BROWSER="firefox" unset SSH_AGENT_PID if [ "${gnupg_SSH_AUTH_SOCK_by:-0}" -ne $$ ]; then