feat: updates.

This commit is contained in:
2025-10-10 16:48:09 -04:00
parent b454c5d01d
commit 7d4a0714d0
3 changed files with 14 additions and 2 deletions

View File

@@ -5,6 +5,7 @@
# See https://wiki.hyprland.org/Configuring/Keywords/
$mainMod = SUPER # "Command/Windows" key as main modifier
$windowMod = ALT # Option for window controls.
$MEH = ALT SHIFT CTRL
$HYPER = ALT SHIFT SUPER CTRL
# See https://wiki.hyprland.org/Configuring/Keywords/
@@ -137,7 +138,7 @@ bindd = $windowMod, 9, Move window to workspace [9], movetoworkspace, 9
bindd = $windowMod, 0, Move window to workspace 1[0], movetoworkspace, 10
#######################################################################################
# HYPER controls
# HYPER (Alt + Shift + Super + Ctrl) controls
#
# These should in general use the $HYPER prefix
#######################################################################################
@@ -161,6 +162,16 @@ bindd = $HYPER, 8, Move window to workspace silent [8], movetoworkspacesilent, 8
bindd = $HYPER, 9, Move window to workspace silent [9], movetoworkspacesilent, 9
bindd = $HYPER, 0, Move window to workspace silent 1[0], movetoworkspacesilent, 10
#######################################################################################
# MEH (Alt + Shift + Ctrl) controls
#
# These should in general use the $MEH prefix
#######################################################################################
# MOD # KEY # DESC # Action #
#######################################################################################
bindd = $MEH, L, [L]ogs picker / viewer, exec, $terminal --class=com.ghostty.float -e $scripts/utils/logs/logs-picker
##################################################
# Multi-media keys
##################################################

View File

@@ -19,6 +19,7 @@ windowrule = size 90% 80%, class:^(com.ghostty.weather)$
windowrule = tag +floating-window, class:^(blueberry.py|org.gnome.Nautilus|com.ghostty.float)$
windowrule = tag +floating-window, class:^(com.ghostty.windowctl)$
windowrule = tag +floating-window, class:^(com.ghostty.utils-launcher)$
windowrule = tag +floating-window, class:^(com.ghostty.homelab-launcher)$
# Force to stay focused when visible.
windowrule = stayfocused, class:(blueberry.py)