fixes waybar, adds cursors, fixes some hyprland stuff

This commit is contained in:
2026-02-15 21:03:00 +01:00
parent 73d6ca5bec
commit 5e55b51220
12 changed files with 247 additions and 86 deletions

View File

@@ -137,7 +137,7 @@ bindd = $mainMod ALT SHIFT, F1, Move active window to s~/.config/hypr/scripts/pe
# ======= Screenshot =======
# Screenshot a window
bind = $mainMod, PRINT, exec, hyprshot -m window
bind = $mainMod, PRINT, exec, hyprshot -m window
# Screenshot a monitor
bind = , PRINT, exec, hyprshot -m output
# Screenshot a region
@@ -169,10 +169,7 @@ bind = $mainMod SHIFT, W, exec, killall -SIGUSR2 waybar # restart
# Toggle Monitor Flip
bind = $mainMod, F7, exec, ~/.config/hypr/scripts/rotate_current_screen.sh
# One-key flip: externals on/off
bind = $mainMod, F8, exec, ~/.config/hypr/scripts/monitor-toggle.sh toggle-externals
# Explicit profiles
bind = $mainMod, F8, exec, ~/.config/hypr/scripts/monitor-toggle.sh laptop
bind = $mainMod, F9, exec, ~/.config/hypr/scripts/monitor-toggle.sh dual
# bind = $mainMod, F8, exec, ~/.config/hypr/scripts/monitor-toggle.sh laptop
bind = $mainMod, F9, exec, ~/.config/hypr/scripts/monitor-toggle.sh dual
bind = $mainMod, F10, exec, ~/.config/hypr/scripts/monitor-toggle.sh triple

View File

@@ -4,13 +4,11 @@
# Monitor wiki https://wiki.hyprland.org/0.45.0/Configuring/Monitors/
monitor = desc:BOE NE156FHM-NX6, highres@highrr, 0x0, 1, vrr, 1
# monitor = DP-2, highres@highrr, auto-left, 1, vrr, 0
monitor = eDP-2, highres@highrr, 0x0, 1, vrr, 1
monitor = HDMI-A-1, highres@highrr, auto-right, 1, transform, 1
monitor = desc:Samsung Electric Company S24F350 H4ZR302705, highres@highrr, auto-right, 1
#monitor = HDMI-A-1, highres@highrr, auto-right, 1, transform, 1
monitor = desc:Samsung Electric Company S24F350 H4ZR302705, highres@highrr, auto-right, 1
monitor = desc:Samsung Electric Company S24F350 H4ZK111233, highres@highrr, auto-right, 1, transform, 1
#monitor = desc:Samsung Electric Company S24F350 H4ZR302705, highres@highrr, auto-right, 1
# monitor = HDMI-A-1, highres@highrr, auto-right, 1, vrr, 0

View File

@@ -55,7 +55,7 @@ misc {
enable_swallow = true
swallow_regex = ^(cachy-browser|firefox|nautilus|nemo|thunar|btrfs-assistant.)$
focus_on_activate = true
vrr = 2
vrr = 0
# Hypridle cmatrix fix:
session_lock_xray = true
middle_click_paste = false

View File

@@ -273,6 +273,15 @@ windowrule {
match:title = ^(Citation Dialog)$
}
windowrule {
name = libreoffice-opaque
match:class = ^(libreoffice.*)$
# active, inactive, fullscreen (all forced to 1.0)
opacity = 1.0 override 1.0 override 1.0 override
}
# gnome calendar
windowrule {
name = windowrule-cal
@@ -303,4 +312,4 @@ windowrule {
match:class = ^(org.gnome.Calculator)$
float = on
center = on
}
}

View File

@@ -6,7 +6,9 @@ workspace = 1, monitor:eDP-2
workspace = 2, monitor:eDP-2
workspace = 3, monitor:eDP-2
workspace = 4, monitor:eDP-2
workspace = 5, monitor:eDP-2
workspace = 6, monitor:eDP-2
workspace = 7, monitor:eDP-2
workspace = 7, monitor:desc:Samsung Electric Company S24F350 H4ZR302705
workspace = 8, monitor:DP-2
workspace = 9, monitor:HDMI-A-1