modularization
This commit is contained in:
parent
3599d9c057
commit
71e22f65bb
12 changed files with 173 additions and 145 deletions
|
|
@ -124,19 +124,6 @@ misc {
|
|||
# sensitivity = -0.5
|
||||
#}
|
||||
|
||||
# See https://wiki.hyprland.org/Configuring/Window-Rules/ for more
|
||||
# Example windowrule v1
|
||||
#windowrule = float, ^(kitty)$
|
||||
#windowrule = float, ^(garuda-assistant)$
|
||||
#windowrule = float, ^(garuda-boot-options)$
|
||||
#windowrule = float, ^(garuda-boot-repair)$
|
||||
#windowrule = float, ^(garuda-gamer)$
|
||||
#windowrule = float, ^(garuda-network-assistant)$
|
||||
#windowrule = float, ^(garuda-settings-manager)$
|
||||
#windowrule = float, ^(garuda-welcome)$
|
||||
|
||||
# Example windowrule v2
|
||||
# windowrulev2 = float,class:^(kitty)$,title:^(kitty)$
|
||||
|
||||
# See https://wiki.hyprland.org/Configuring/Keywords/ for more
|
||||
$mainMod = ALT
|
||||
|
|
@ -238,12 +225,6 @@ bind = $mainMod, F, fullscreen
|
|||
bind = $mainMod, Q, exec, kitty yazi
|
||||
bind = ,232,exec,brightnessctl -c backlight set 5%-
|
||||
bind = ,233,exec,brightnessctl -c backlight set +5%
|
||||
#bind = $mainMod SHIFT,C, exec, killall -9 wpaperd && wpaperd
|
||||
|
||||
# Screenshots:
|
||||
#
|
||||
# Change to swappy https://github.com/jtheoof/swappy
|
||||
# Old functions only commented out to make it easier for the user to change if necessary.
|
||||
|
||||
# Snip a selection and pipe to swappy
|
||||
bind =$mainMod,S, exec, grim -g "$(slurp)" - | swappy -f -
|
||||
|
|
@ -252,17 +233,6 @@ bind = CTRL, Print, exec, .config/hypr/scripts/screenshot_window.sh
|
|||
# Screenshot the current display and pipe to swappy
|
||||
bind = SHIFT, Print, exec, .config/hypr/scripts/screenshot_display.sh
|
||||
|
||||
# https://github.com/hyprwm/contrib/blob/main/grimblast/grimblast.1.scd
|
||||
# Print: All outputs
|
||||
# SHIFT+Print: Select area
|
||||
# $mainMod+Print: Current window
|
||||
# $mainMod+Shfit+Print: Current output
|
||||
#
|
||||
# bind = ,Print, exec, grimblast save screen && notify-send Screenshot captured
|
||||
# bind = SHIFT, Print, exec, grimblast save area && notify-send Selected\ area captured
|
||||
# bind = $mainMod, Print, exec, grimblast save active && notify-send Active\ window captured
|
||||
# bind = $mainMod SHIFT, Print, exec, grimblast output active && notify-send Output captured
|
||||
|
||||
# for resizing window
|
||||
# will switch to a submap called resize
|
||||
bind=$mainMod,R,submap,resize
|
||||
|
|
@ -299,9 +269,8 @@ bind = $mainMod SHIFT,L, movewindow, r
|
|||
# other blurings
|
||||
blurls = wofi
|
||||
blurls = thunar
|
||||
blurls = gedit
|
||||
blurls = gtk-layer-shell # for nwg-drawer
|
||||
blurls = catfish
|
||||
blurls = gtk-layer-shell
|
||||
|
||||
# window rules
|
||||
#windowrule = opacity 0.85 override 0.85 override,^(thunar)$
|
||||
#windowrule = opacity 0.85 override 0.85 override,^(gedit)$
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue