Update dotfiles (2026-04-09 18:42:45)

This commit is contained in:
2026-04-09 18:42:45 +02:00
parent ce95f16339
commit a08a6eaf4c
23 changed files with 273 additions and 196 deletions
+23
View File
@@ -14,3 +14,26 @@ cursor {
xwayland {
force_zero_scaling = true
}
# # Volume knob
# device {
# name = hangsheng-m1-v5-via-2.4g-kb-keyboard
# enabled = true
# }
#
# # Keyboard
device {
name = hangsheng-m1-v5-via-2.4g-kb
enabled = true
}
#
# Mouse
# device {
# name = hangsheng-m1-v5-via-2.4g-kb-1
# enabled = false
# }
device {
name = hangsheng-m1-v5-via-2.4g-kb-keyboard-1
enabled = false
}
@@ -2,7 +2,7 @@
source = ~/.config/hypr/effects/colors/colors.conf
general {
border_size = 4
border_size = 2
col.inactive_border = $vivian1 $ado 90deg
col.active_border = $pink $vivian2 60deg
}
@@ -17,28 +17,38 @@ bind = $mainMod, S, exec, uwsm-app -S out -- spotify-launcher # Open Spotify
bind = $mainMod, X, exec, uwsm-app -S out -- env SDL_VIDEODRIVER="x11" osu-lazer # pen Osu-Lazer!
# Zoom
# bind = $mainMod, Z, global, hyprlandzoom:toggle-zoom
# bind = $mainMod, mouse_up, exec, /home/inorishio/Documents/Git/zooming/I-Zoom/target/debug/I-Zoom step-up
# bind = $mainMod, mouse_down, exec, /home/inorishio/Documents/Git/zooming/I-Zoom/target/debug/I-Zoom step-down
# bind = $mainMod, mouse_up, exec, /home/inorishio/Documents/Git/zooming/I-Zoom/target/debug/zoom --zoom-in
# bind = $mainMod, mouse_down, exec, /home/inorishio/Documents/Git/zooming/I-Zoom/target/debug/zoom --zoom-out
# bind = $mainMod SHIFT, Z, exec, /home/inorishio/Documents/Git/zooming/I-Zoom/target/debug/zoom --toggle
# bind = $mainMod CTRL, Z, exec, /home/inorishio/Documents/Git/zooming/I-Zoom/target/debug/zoom --reset
bind = $mainMod, mouse_down, exec, hyprctl -q keyword cursor:zoom_factor $(hyprctl getoptions cursor:zoom_factor -j | jq '.float * 1.3')
bind = $mainMod, mouse_up, exec, hyprctl -q keyword cursor:zoom_factor $(hyprctl getoptions cursor:zoom_factor -j | jq '(.float * 0.7) | if . < 1 then 1 else . end')
# binde = SUPER, mouse_up, exec, echo zoom-in | socat - UNIX-CONNECT:/run/user/1000/i-zoom.sock
# binde = SUPER, mouse_down, exec, echo zoom-out | socat - UNIX-CONNECT:/run/user/1000/i-zoom.sock
# bind = SUPER, 0, exec, echo zoom-reset | socat - UNIX-CONNECT:/run/user/1000/i-zoom.sock
# Actions
bind = $mainMod CTRL, Q, exec, uwsm-app -S out -- systemctl poweroff
bind = $mainMod CTRL, Q, exec, systemctl poweroff
# bind = $mainMod SHIFT, S, exec, uwsm-app -S out -- hyprshot -m region -o /home/inorishio/Pictures/Screenshots -s
bind = $mainMod, TAB, workspace, m+1 # Open next workspace
bind = $mainMod, Escape, workspace, m-1 # Open previous workspace
# QML
bind = CTRL, mouse:274, global, I-DeskPet:toggle-Region
bind = SHIFT, mouse:274, global, I-DeskPet:toggle-Layer
bind = $mainMod, Z, global, I-DeskPet:cycle-zIndex
bind = $mainMod CTRL, RETURN, global, z-cast:toggle-launcher
bind = $mainMod, N, global, zshell-nc:toggle-nc
bind = $mainMod, L, exec, zshell -l
bind = $mainMod SHIFT, S, global, ZShell:screenshot
bind = $mainMod CTRL, S, global, ZShell:screenshotFreeze
bind = $mainMod CTRL, N, global, zshell-nc:toggle-dnd
bind = $mainMod, G, global, zshell:toggle-settings
bind = CTRL, mouse:274, exec, ideskpet toggle-region
bind = SHIFT, mouse:274, exec, ideskpet toggle-layer
bind = $mainMod, Z, exec, ideskpet cycle-zindex
bind = $mainMod CTRL, RETURN, global, zshell:toggle-launcher
bind = $mainMod, N, global, zshell:toggle-nc
bind = $mainMod SHIFT, S, global, zshell:screenshot
bind = $mainMod CTRL, S, global, zshell:screenshotFreeze
bind = $mainMod CTRL, N, global, zshell:toggle-dnd
bind = $mainMod CTRL, T, global, zshell:brightnessDown
bind = $mainMod, L, exec, zshell-cli shell lock
bind = $mainMod SHIFT, D, global, zshell:toggle-drawing
bind = $mainMod CTRL SHIFT, R, exec, app2unit -- zshell-cli shell kill; sleep 0.5; app2unit -- zshell-cli shell start
# Mediakeys
bind = $mainMod, code:67, exec, uwsm-app -S out -- playerctl play-pause # F1
@@ -52,8 +62,8 @@ bind = , code:173, workspace, m-1 # Mouse upright
bind = $mainMod, Q, killactive # Kill window
bind = $mainMod, F, fullscreen # Fullscreen
bind = $mainMod, T, togglefloating # Toggle float
bind = $mainMod, J, togglesplit # Toggle split
bind = $mainMod, K, swapsplit # Swapsplit
bind = $mainMod, J, layoutmsg, togglesplit # Toggle split
bind = $mainMod, K, layoutmsg, swapsplit # Swapsplit
bind = $mainMod, left, movefocus, l # Move focus left
bind = $mainMod, right, movefocus, r # Move focus right
bind = $mainMod, up, movefocus, u # Move focus up
+7 -19
View File
@@ -1,28 +1,16 @@
# QT
layerrule = blur on, match:namespace ZShell-Notifs
layerrule = blur_popups on, match:namespace ZShell-Notifs
layerrule = ignore_alpha 0.5, match:namespace ZShell-Notifs
layerrule = blur on, match:namespace ZShell-Bar
layerrule = blur_popups on, match:namespace ZShell-Bar
layerrule = ignore_alpha 0.5, match:namespace ZShell-Bar
layerrule = blur on, match:namespace ZShell-Bar-Exclusion
layerrule = blur_popups on, match:namespace ZShell-Bar-Exclusion
layerrule = ignore_alpha 0.5, match:namespace ZShell-Bar-Exclusion
layerrule = blur on, match:namespace ZShell-Wallpaper
layerrule = blur_popups on, match:namespace ZShell-Wallpaper
layerrule = ignore_alpha 0.5, match:namespace ZShell-Wallpaper
layerrule = blur on, match:namespace ZShell-Launcher
layerrule = blur_popups on, match:namespace ZShell-Launcher
layerrule = ignore_alpha 0.5, match:namespace ZShell-Launcher
layerrule = blur on, match:namespace ZShell-Auth
layerrule = blur_popups on, match:namespace ZShell-Auth
layerrule = ignore_alpha 0.5, match:namespace ZShell-Auth
layerrule = blur on, match:namespace IDeskPet-Pet
layerrule = blur_popups on, match:namespace IDeskPet-Pet
layerrule = ignore_alpha 0.5, match:namespace IDeskPet-Pet
layerrule = blur on, match:namespace ZShell-Wallpaper
layerrule = blur_popups on, match:namespace ZShell-Wallpaper
layerrule = ignore_alpha 0.5, match:namespace ZShell-Wallpaper
# layerrule = blur on, match:namespace IDeskPet-Pet
# layerrule = blur_popups on, match:namespace IDeskPet-Pet
# layerrule = ignore_alpha 0.5, match:namespace IDeskPet-Pet
+1 -1
View File
@@ -11,5 +11,5 @@ input {
accel_profile = flat
sensitivity = 0
# ESC and CAPS swap
kb_options = compose:ralt, #caps:swapescape
# kb_options = compose:ralt, #caps:swapescape
}
-4
View File
@@ -1,5 +1 @@
# exec-once = uwsm app -S out -- ~/.config/hypr/scripts/Workspace_Wallpapers.sh
# exec-once = uwsm app -S out -- ~/.config/hypr/scripts/Stream.sh
# exec-once = uwsm app -S out -- ~/.config/hypr/scripts/Z-Cast.sh
# exec-once = uwsm app -S out -- ~/.config/hypr/scripts/OBS.sh
exec-once = uwsm app -S out -- ~/.config/hypr/scripts/Gtk-Settings.sh
+5 -2
View File
@@ -19,8 +19,9 @@ windowrule = center on, match:class (.*org.pulseaudio.pavucontrol.*)
windowrule = pin on, match:class (.*org.pulseaudio.pavucontrol.*)
# Hyprland Share Picker
windowrule = float on, match:class (hyprland-share-picker)
windowrule = pin on, match:class (hyprland-share-picker)
windowrule = float on, match:class (hyprland-share-picker)
windowrule = float on, match:title (Export Image as JPEG)
windowrule = pin on, match:class (hyprland-share-picker)
windowrule = center on, match:title (hyprland-share-picker)
windowrule = size 600 400, match:class (hyprland-share-picker)
@@ -30,6 +31,8 @@ windowrule = move -1000 -1000, match:class ^(steam_app_default)$, match:title ^$
windowrule = tile on, match:title ^(Wuthering Waves)$
windowrule = fullscreen on, match:title ^(osu!)$
windowrule = float on, match:title ^(Open File)$, match:class ^(xdg-desktop-portal-gtk)$
# Screenlock
windowrule = idle_inhibit always, match:content 2
windowrule = idle_inhibit always, match:content 3
+2
View File
@@ -3,3 +3,5 @@ $vivian1 = rgb(6a4c9c) # rgb(106, 76, 156)
$vivian2 = rgb(a388db) # rgb(163, 136, 219)
$ado = rgb(1274b8) # rgb(18, 116, 184)
$suisei = rgb(66daff) # rgb(102, 218, 255)
$discname1 = rgb(951dc9)
$discname2 = rgb(b298bd)
+3 -3
View File
@@ -1,12 +1,12 @@
# Run on boot
exec-once = uwsm app -S out -- zshell-cli shell start
exec-once = uwsm app -S out -- obs --scene "Recording" --startreplaybuffer --minimize-to-tray
exec-once = uwsm app -S out -- /usr/bin/otd-daemon
exec-once = uwsm app -S out -- ideskpet start
exec-once = uwsm app -S out -- hyprpm reload
exec-once = uwsm app -S out -- Telegram -startintray
exec-once = uwsm app -S out -- discord --start-minimized
exec-once = uwsm app -S out -- steam -silent
exec-once = uwsm app -S out -- zshell
exec-once = uwsm app -S out -- qs -d -p /home/inorishio/.config/quickshell/I-DesktopPet/shell.qml
exec-once = uwsm app -S out -- sleep 5 && hyprpm reload
# Sourcing config files
source = ~/.config/hypr/conf/animations/InoriShio-animation.conf
+10 -10
View File
@@ -1,11 +1,11 @@
profile {
time = 9:30
identity = true
gamma = 1
}
# profile {
# time = 9:30
# identity = true
# gamma = 1
# }
profile {
time = 20:00
temperature = 3200
gamma = 1
}
# profile {
# time = 20:00
# temperature = 3200
# gamma = 1
# }