made some changes

This commit is contained in:
2026-05-05 18:48:08 -07:00
parent 9bbbaf91bb
commit da79f53755
11 changed files with 122 additions and 120 deletions

View File

@@ -1,29 +1,23 @@
# Window management
bind = SUPER_L, Q, killactive,
bind = SUPER_L, M, togglefloating,
bind = SUPER_L, M, centerwindow
bindr = SUPER, SUPER_L, exec, pgrep quickshell && { quickshell ipc call launcher toggle; } || { quickshell; }
# bindr = SUPER, SUPER_L, exec, pkill -x rofi || rofi -show drun
bind = SUPER_L, B, togglesplit
# Screen locking
bindl = SUPER, ESCAPE, exec, ~/.config/scripts/lock.sh
bind = , XF86Go, exec, ~/.config/scripts/idle-toggle.sh
bindl= ,switch:on:Lid Switch, exec, hyprctl dispatch dpms on; quickshell ipc call lock open & sleep 2; systemctl suspend
bind = SUPER, Q, killactive,
bind = SUPER, M, togglefloating,
bind = SUPER, M, centerwindow
bind = SUPER, SPACE, global, quickshell:peek_bar
bind = SUPER, SUPER_L, exec, quickshell ipc call topbar toggle
bind = SUPER, K, layoutmsg, movetoroot
bind = SUPER, B, layoutmsg, togglesplit
bind = SUPER, x, layoutmsg, swapsplit
$select = winsel
# Move focus with mainMod + arrow keys
bind = SUPER, A, exec, $select 0
bind = SUPER, O, exec, $select 1
bind = SUPER, E, exec, $select 2
bind = SUPER, U, exec, $select 3
# Move windows around with mainMod + arrow keys
bind = SUPER, H, movewindow, l
bind = SUPER, T, movewindow, u
bind = SUPER, N, movewindow, d
bind = SUPER, S, movewindow, r
# Screen locking
bindl = SUPER, ESCAPE, exec, ~/.config/scripts/lock.sh
bind = , XF86Go, exec, ~/.config/scripts/idle-toggle.sh
bindl= ,switch:on:Lid Switch, exec, quickshell ipc call lock instalock; sleep 0.5; systemctl suspend
# Navigate multiple monitors
bind = SUPER, PERIOD, focusmonitor, -1
@@ -39,7 +33,10 @@ bind = SUPER, 6, workspace, 6
bind = SUPER, 7, workspace, 7
bind = SUPER, 8, workspace, 8
bind = SUPER, 9, workspace, 9
bind = SUPER, apostrophe, hyprexpo:expo, toggle
# bind = SUPER SHIFT, apostrophe, hymission:open, forceall
# gesture = 3, vertical, dispatcher, hymission:toggle, forceall
# Move active window to a workspace with mainMod + SHIFT + [0-9]
bind = SUPER SHIFT, 1, movetoworkspace, 1
@@ -55,8 +52,8 @@ bind = SUPER SHIFT, 0, movetoworkspace, 10
# Manage special workspace (scratchpad)
bind = SUPER, V, togglespecialworkspace
bind = SUPER, W, movetoworkspacesilent, special
bind = SUPER, W, movewindow, mon:current
bind = SUPER, W, movetoworkspacesilent, special
# Move/resize windows
bindm = SUPER, mouse:272, movewindow
@@ -72,18 +69,20 @@ binde = SUPER ALT, S, resizeactive, 50 0
# Open favourites
bind = SUPER, G, exec, zen-browser
bind = SUPER, C, exec, vesktop
bind = SUPER, R, exec, flatpak run org.keepassxc.KeePassXC
bind = SUPER, R, exec, keepassxc
bind = SUPER, L, exec, kitty
# Adjust brightness
bindle = , XF86MonBrightnessUp, exec, brillo -A 5% -q -u 300000
bindle = , XF86MonBrightnessDown, exec, brillo -U 5% -q -u 300000
bindle = , XF86MonBrightnessUp, global, quickshell:increase_brightness
bindle = , XF86MonBrightnessDown, global, quickshell:decrease_brightness
bindle = SHIFT, XF86MonBrightnessDown, exec, brillo -S 0% -q -u 1000000
bind = , Cancel, exec, ~/.config/scripts/sunset-toggle.sh
# Adjust volume and media
bindle = , XF86AudioRaiseVolume, exec, pactl set-sink-volume @DEFAULT_SINK@ +1%
bindle = , XF86AudioLowerVolume, exec, pactl set-sink-volume @DEFAULT_SINK@ -1%
bindle = , XF86AudioRaiseVolume, exec, quickshell ipc call osd open
bindle = , XF86AudioLowerVolume, exec, quickshell ipc call osd open
bind = , XF86AudioMicMute, exec, playerctl next
bind = , XF86AudioMute, exec, playerctl play-pause
@@ -93,7 +92,7 @@ bind = SUPER ALT, COMMA, exec, pgrep slurp || hyprshot -o ~/Pictures/Screenshot
bind = SUPER SHIFT, COMMA, exec, pgrep slurp || hyprshot -o ~/Pictures/Screenshots -z -s -m active -m output
bind = SUPER, SEMICOLON, exec, ~/.config/scripts/zoom.sh
bind = SHIFT, XF86Display, exec, ~/.config/scripts/vnc-toggle.sh
bind = , XF86Display, exec, killall gjs; ags run --gtk 3
bind = , XF86Display, exec, killall quickshell; quickshell
bind = ALT, XF86Display, exec, sleep 0.5 && hyprctl dispatch dpms off
bind = SUPER, D, exec, wayscriber --active
bind = SUPER SHIFT, D, exec, wl-paste | satty -f -

View File

@@ -2,9 +2,6 @@ source = ~/.config/hypr/hardware.conf
source = ~/.config/hypr/monitors.conf
source = ~/.config/hypr/hyprcolors.conf
# monitor = , preferred, auto, 1.0
monitor = eDP-1, addreserved, 36, 0, 0, 0
monitor = HDMI-A-1, addreserved, 36, 0, 0, 0
monitor = HEADLESS, addreserved, 36, 0, 0, 0
# Run stuff on launch
env = PATH, $PATH:$HOME/.local/bin:$HOME/.cargo/bin
@@ -13,15 +10,14 @@ exec-once = quickshell
exec-once = hypridle
exec-once = /lib/polkit-gnome/polkit-gnome-authentication-agent-1
exec-once = keyd-application-mapper -d
exec-once = ags run --gtk 3
exec-once = hyprpm reload
exec-once = kanshi
# Theming with envvars for some reason
env = XCURSOR_SIZE, 22
env = XCURSOR_THEME, GoogleDot-Black
envd = GTK_THEME, Graphite-green-Dark
# env = GTK_ICON_THEME, BeautyLine
envd = GTK_THEME, Graphite-Dark
env = GTK_ICON_THEME, YAMIS
env = HYPRCURSOR_SIZE, 22
env = HYPRCURSOR_THEME, GoogleDot-hypr
env = QT_QPA_PLATFORMTHEME, gtk3
@@ -56,17 +52,17 @@ decoration {
# fullscreen_opacity = 1.0
blur {
enabled = true
size = 2
passes = 2
size = 8
passes = 3
new_optimizations = true
ignore_opacity = true
special = false
brightness = 0.2
}
shadow {
range = 12
render_power = 3
scale = 0.998
range = 18
render_power = 4
scale = 0.9995
color = rgba(000000ff)
}
}
@@ -90,8 +86,8 @@ animations {
animation = layersOut , 1, 2, easeIn, slide
animation = fadeLayersIn , 1, 3, easeOut
animation = fadeLayersOut , 1, 2, easeIn
animation = workspaces , 1, 3, easeOut, slide
animation = specialWorkspace , 1, 3, default, slidevert
animation = workspaces , 1, 3, easeOut, slidefade 15%
animation = specialWorkspace , 1, 3, default, slidefadevert 10%
animation = zoomFactor , 1, 3, default
animation = monitorAdded , 1, 3, default
}
@@ -120,6 +116,13 @@ plugin {
# function = linear
# }
#}
# hymission {
# outer_padding_top = 80
# outer_padding_right = 80
# outer_padding_left = 80
# outer_padding_bottom = 80
# expand_selected_window = true
# }
}
# Smart gaps
@@ -141,10 +144,8 @@ windowrule = match:class (Xdg-desktop-portal-gtk), no_blur on
windowrule = match:class (eog), float on, center on
windowrule = match:class steam_app.*, fullscreen on
windowrule = match:class steam_app.*, workspace 5
windowrule = match:class steam, workspace special
windowrule = match:class (mpv|loupe|com.gabm.satty), float on
windowrule = match:class (mpv|loupe|com.gabm.satty), size 90% 95%
windowrule = match:class chromium-browser, no_shadow on
# windowrule = center 1, floating:1
# Misc layer rules
@@ -152,6 +153,7 @@ layerrule = match:namespace bar, animation slide
layerrule = match:namespace swww-daemon, animation popin
layerrule = match:namespace selection, animation fade
layerrule = match:namespace hyprpicker, animation fade
layerrule = match:namespace picker, animation fade
layerrule = match:namespace wayscriber, animation fade
layerrule = match:namespace quickshell, no_anim on
@@ -163,7 +165,6 @@ layerrule = match:namespace lazerpopup, order 2
layerrule = match:namespace notifpanel, order 3
layerrule = match:namespace notification, order 4
source = ~/.config/hypr/hyprbinds.conf
binds {
@@ -172,16 +173,17 @@ binds {
misc {
disable_hyprland_logo = true
animate_manual_resizes = true
disable_splash_rendering = false
on_focus_under_fullscreen = 2
key_press_enables_dpms = true
mouse_move_enables_dpms = true
focus_on_activate = true
session_lock_xray = true
session_lock_xray = false
animate_manual_resizes = true
enable_anr_dialog = false
background_color = 0x222222
background_color = 0x141414
enable_swallow = true
swallow_regex = ^neovide$
}
cursor {

View File

@@ -1,4 +0,0 @@
# Generated by nwg-displays on 2026-01-21 at 16:51:05. Do not edit manually.
monitor=eDP-1,1920x1200@60.0,0x1120,1.0
monitor=HDMI-A-1,1920x1080@60.0,0x0,1.0