forked from Shinonome/dots-hyprland
hyprland: update config
This commit is contained in:
@@ -63,6 +63,9 @@ bindd = Ctrl+Alt, R, Record screen (no sound), exec, ~/.config/hypr/hyprland/rec
|
||||
bindd = Super+Shift+Alt, R, Record screen (with sound), exec, ~/.config/hypr/hyprland/record-script.sh --fullscreen-sound # Record screen (with sound)
|
||||
# AI
|
||||
bindd = Super+Shift+Alt, mouse:273, Generate AI summary for selected text, exec, ~/.config/ags/scripts/ai/primary-buffer-query.sh # AI summary for selected text
|
||||
# Zoom
|
||||
binde = Super, Minus, exec, ~/.config/hypr/hyprland/zoom.sh decrease 0.1
|
||||
binde = Super, Equal, exec, ~/.config/hypr/hyprland/zoom.sh increase 0.1
|
||||
|
||||
#!
|
||||
##! Window
|
||||
@@ -87,9 +90,7 @@ bind = Super+Shift+Alt, Q, exec, hyprctl kill # Forcefully zap a window
|
||||
|
||||
|
||||
# Window split ratio
|
||||
#/# binde = Super, +/-,, # Adjust split ratio
|
||||
binde = Super, Minus, splitratio, -0.1 # [hidden]
|
||||
binde = Super, Equal, splitratio, +0.1 # [hidden]
|
||||
#/# binde = Super, ;/',, # Adjust split ratio
|
||||
binde = Super, Semicolon, splitratio, -0.1 # [hidden]
|
||||
binde = Super, Apostrophe, splitratio, +0.1 # [hidden]
|
||||
# Positioning mode
|
||||
|
||||
Reference in New Issue
Block a user