From: Andre Ramnitz Date: Sat, 16 May 2026 04:25:35 +0000 (+0200) Subject: hypr: 0.55.x last non-lua X-Git-Url: https://git.ramnitz.eu/?a=commitdiff_plain;h=5f0160f1de07ff41a7eea69c6cba77b7b9157448;p=dotfiles.git hypr: 0.55.x last non-lua --- diff --git a/dot-config/hypr/fragments/keybinds.conf b/dot-config/hypr/fragments/keybinds.conf index 0ac2fbb0..10a26666 100644 --- a/dot-config/hypr/fragments/keybinds.conf +++ b/dot-config/hypr/fragments/keybinds.conf @@ -45,8 +45,8 @@ bind = $mainmod Shift, S, layoutmsg, swapsplit # dwindle bind = $mainmod, S, layoutmsg, colresize +conf # scrolling bind = $mainmod Shift, S, layoutmsg, colresize -conf # scrolling bind = $mainmod, V, togglefloating -bind = $mainmod, W, exec, killall -SIGUSR1 waybar -bind = $mainmod SHIFT, W, exec, killall -SIGUSR2 waybar +bind = $mainmod, W, exec, qs -c noctalia-shell ipc call toast dismiss +bind = $mainmod SHIFT, W, exec, qs -c noctalia-shell ipc call bar toggle bind = $mainmod, Z, centerwindow # floating only bind = $mainmod, grave, exec, qs -c noctalia-shell ipc call launcher emoji diff --git a/dot-config/hypr/fragments/windowrules.conf b/dot-config/hypr/fragments/windowrules.conf index 7ac0fd50..8245a1dd 100644 --- a/dot-config/hypr/fragments/windowrules.conf +++ b/dot-config/hypr/fragments/windowrules.conf @@ -92,7 +92,7 @@ windowrule { tag = +neverdim workspace = 1 group = deny - match:class = ^(firefox|firefox-bin|org.qutebrowser.*|Microsoft-edge.*|qutebrowser)$ + match:class = ^(firefox|firefox-bin|org.qutebrowser.qutebrowser|Microsoft-edge.*|qutebrowser)$ } windowrule { diff --git a/dot-config/hypr/hyprland.conf b/dot-config/hypr/hyprland.conf index 39b3e10f..9a943071 100644 --- a/dot-config/hypr/hyprland.conf +++ b/dot-config/hypr/hyprland.conf @@ -16,7 +16,7 @@ monitorv2 { sdrbrightness = 1.00 sdrsaturation = 1.00 sdr_min_luminance = 0.005 - sdr_max_luminance = 245 + sdr_max_luminance = 370 vrr = 2 } @@ -27,19 +27,19 @@ monitor=,preferred,auto-center-right,1,vrr,2 # exec-once = dbus-update-activation-environment --systemd --all exec-once = /usr/libexec/pam_kwallet_init exec-once = gmenudbusmenuproxy -# exec-once = env XDG_MENU_PREFIX=plasma- kbuildsycoca6 --noincremental -exec-once = hyprpm reload +exec-once = env XDG_MENU_PREFIX=plasma- kbuildsycoca6 --noincremental exec-once = openrc -U hyprland -# exec-once = qs -c noctalia-shell exec-once = ~/.local/bin/run_after_noctalia.sh +exec-once = hyprctl plugin load /usr/lib/hyprland-plugins/dynamic-cursors.so +exec-once = hyprctl plugin load /usr/lib/hyprland-plugins/hyprbars.so exec-shutdown = openrc -U default general { allow_tearing = 1 border_size = 1 - gaps_in = 8 - gaps_out = 16 + gaps_in = 16 + gaps_out = 32 snap { enabled = 1 window_gap = 10 @@ -60,7 +60,6 @@ dwindle { force_split = 2 smart_split = 0 split_width_multiplier = 2.0 - pseudotile = 1 # master switch for pseudotiling. Enabling is bound to mainMod + A in the keybinds section below preserve_split = 1 # you probably want this } @@ -86,7 +85,7 @@ master { decoration { # screen_shader = ~/.config/hypr/shaders/bluefilter.frag - rounding = 8 + rounding = 16 rounding_power = 4 dim_special = 0.3 dim_inactive = 1 @@ -108,7 +107,6 @@ decoration { enabled = 1 range = 8 render_power = 2 - ignore_window = 1 color = 0xee1a1a1a offset = 0.25, 0.25 scale = 1.0 @@ -185,7 +183,7 @@ misc { force_default_wallpaper = 0 # Set to 0 to disable the anime mascot wallpapers disable_hyprland_logo = 0 key_press_enables_dpms = 1 - vfr = 1 # set to 1 for battery savings + # vfr = 1 # set to 1 for battery savings vrr = 2 render_unfocused_fps = 15 allow_session_lock_restore = 1 @@ -210,7 +208,6 @@ xwayland { render { direct_scanout = 1 - cm_fs_passthrough = 1 cm_enabled = 1 send_content_type = 1 cm_auto_hdr = 0 diff --git a/dot-config/hypr/hyprtoolkit.conf b/dot-config/hypr/hyprtoolkit.conf index d872f155..739a0d2e 100644 --- a/dot-config/hypr/hyprtoolkit.conf +++ b/dot-config/hypr/hyprtoolkit.conf @@ -1,7 +1,7 @@ -background = rgba(1a1b26ff) -base = rgba(1a1b26ff) -text = rgba(c0caf5ff) -alternate_base = rgba(24283bff) -bright_text = rgba(16161eff) -accent = rgba(7aa2f7ff) -accent_secondary = rgba(bb9af7ff) \ No newline at end of file +background = rgba(2e3440ff) +base = rgba(2e3440ff) +text = rgba(eceff4ff) +alternate_base = rgba(3b4252ff) +bright_text = rgba(2e3440ff) +accent = rgba(8fbcbbff) +accent_secondary = rgba(88c0d0ff) \ No newline at end of file diff --git a/dot-config/hypr/scripts/gamemode.sh b/dot-config/hypr/scripts/gamemode.sh index 2ca8e82b..19272bd8 100755 --- a/dot-config/hypr/scripts/gamemode.sh +++ b/dot-config/hypr/scripts/gamemode.sh @@ -15,12 +15,14 @@ if [ "$HYPRGAMEMODE" = 1 ] ; then keyword input:float_switch_override_focus 2;" qs -c noctalia-shell ipc call powerProfile set Performance qs -c noctalia-shell ipc call powerProfile enableNoctaliaPerformance + qs -c noctalia-shell ipc call nightLight disable lact cli profile set UV_gamemode echo "on" > "$HOME/.cache/hyprgamemode" exit fi qs -c noctalia-shell ipc call powerProfile set Balanced qs -c noctalia-shell ipc call powerProfile disableNoctaliaPerformance +qs -c noctalia-shell ipc call nightLight enable lact cli profile set UV hyprctl reload; echo "" > "$HOME/.cache/hyprgamemode"