修改hyprland样式

This commit is contained in:
2025-05-03 12:25:08 +08:00
parent 31b367791c
commit 79de44ed1f
5 changed files with 23 additions and 9 deletions

View File

@@ -24,6 +24,7 @@ bind = $mainMod CTRL, L, exec, swaylock # lock screen
bind = $mainMod, P, pseudo, # dwindle
bind = $mainMod, S, togglesplit, # split screen
bind = $mainMod, return, fullscreen, # toggle the window on focus to fullscreen
bind = $mainMod, F1, exec, ~/.config/hypr/scripts/keybinds.sh
# Application shortcuts
bind = $mainMod, grave, exec, $terminal # ~ open terminal
@@ -53,8 +54,8 @@ bind = , XF86AudioNext, exec, playerctl next
bind = , XF86AudioPrev, exec, playerctl previous
# Screenshot/screencapture
bind = , PRINT, exec, hyprshot -m window
bind = ALT, PRINT, exec, hyprshot -m region
bind = , PRINT, exec, hyprshot -zm window
bind = ALT, PRINT, exec, hyprshot -zm region
################################################