forked from Shinonome/dots-hyprland
hyprland: add custom config sourcing
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
# MONITOR CONFIG
|
||||
monitor=,preferred,auto,1
|
||||
monitor=,addreserved, 0, 0, 0, 0
|
||||
# monitor=,addreserved, 0, 0, 0, 0 # Custom reserved area
|
||||
|
||||
# HDMI port: mirror display. To see device name, use `hyprctl monitors`
|
||||
# monitor=HDMI-A-1,1920x1080@60,1920x0,1,mirror,eDP-1
|
||||
|
||||
input {
|
||||
@@ -138,13 +139,3 @@ misc {
|
||||
new_window_takes_over_fullscreen = 2
|
||||
}
|
||||
|
||||
debug {
|
||||
# overlay = true
|
||||
# damage_tracking = 0
|
||||
|
||||
# damage_blink = yes
|
||||
}
|
||||
|
||||
# Window and layer rules
|
||||
layerrule = noanim, selection
|
||||
windowrulev2=rounding 20, onworkspace:1
|
||||
|
||||
@@ -37,7 +37,7 @@ bind = Control+Shift+Alt, Delete, exec, pkill wlogout || wlogout -p layer-shell
|
||||
bind = Control+Shift+Alt+Super, Delete, exec, systemctl poweroff
|
||||
|
||||
# Screenshot, Record, OCR, Color picker, Clipboard history
|
||||
bind = Super+Shift+Alt, S, exec, grim -g $(slurp $SLURP_ARGS) - | swappy -f -
|
||||
bind = Super+Shift+Alt, S, exec, grim -g $(slurp) - | swappy -f -
|
||||
bindl=,Print,exec,grim - | wl-copy
|
||||
bind = Super+Shift, S, exec, ~/.config/ags/scripts/grimblast.sh --freeze copy area
|
||||
bind = Super+Alt, R, exec, ~/.config/ags/scripts/record-script.sh
|
||||
@@ -99,9 +99,8 @@ bind = Control+Super, O, exec, hyprctl plugin unload "~/.config/hypr/plugins/dro
|
||||
## Testing
|
||||
# bind = SuperAlt, f12, exec, notify-send "Hyprland version: $(hyprctl version | head -2 | tail -1 | cut -f2 -d ' ')" "owo" -a 'Hyprland keybind'
|
||||
# bind = Super+Alt, f12, exec, notify-send "Millis since epoch" "$(date +%s%N | cut -b1-13)" -a 'Hyprland keybind'
|
||||
bind = Super+Alt, f12, exec, notify-send 'Test notification' "Here's a really long message to test truncation and wrapping\nYou can middle click or flick this notification to dismiss it!" -a 'Shell' -A "Test1=I got it!" -A "Test2=Another action"
|
||||
# bind = Super+Alt, Equal, exec, notify-send "Urgent notification" "Ah hell no" -u critical -a 'Hyprland keybind'
|
||||
bind = Super+Alt, Equal, exec, notify-send 'hmm' ${SLURP_ARGS}
|
||||
bind = Super+Alt, f12, exec, notify-send 'Test notification' "Here's a really long message to test truncation and wrapping\nYou can middle click or flick this notification to dismiss it!" -a 'Shell' -A "Test1=I got it!" -A "Test2=Another action" -t 5000
|
||||
bind = Super+Alt, Equal, exec, notify-send "Urgent notification" "Ah hell no" -u critical -a 'Hyprland keybind'
|
||||
|
||||
############################ Keybinds for Hyprland ############################
|
||||
# Swap windows
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
######## Window rules ########
|
||||
windowrule = noblur,.* # Disables blur for windows. Substantially improves performance.
|
||||
layerrule = noanim, selection
|
||||
|
||||
# windowrule = opacity 0.89 override 0.89 override, .* # Applies transparency to EVERY WINDOW
|
||||
windowrule = float, ^(steam)$
|
||||
|
||||
Reference in New Issue
Block a user