Browse Source

small tweak

pull/10/head
JaKooLit 2 years ago
parent
commit
ab900c9c21
  1. 9
      config/hypr/configs/Execs.conf
  2. 3
      config/hypr/configs/WindowRules.conf

9
config/hypr/configs/Execs.conf

@ -46,7 +46,10 @@ exec-once = $scriptsDir/RainbowBorders.sh
# auto close of apps (timeout 5 secs) # auto close of apps (timeout 5 secs)
# exec-once = $scriptsDir/AppAutoClose.sh # exec-once = $scriptsDir/AppAutoClose.sh
# sway-idle with lock
exec-once = swayidle -w timeout 1200 '$lock' timeout 1200 'hyprctl dispatch dpms off' resume 'hyprctl dispatch dpms on' before-sleep '$lock' # sway-idle with lock only
# without lock exec-once = swayidle -w timeout 1200 '$lock' timeout 1200
# sway-idle with lock and sleep
#exec-once = swayidle -w timeout 1200 '$lock' timeout 1200 'hyprctl dispatch dpms off' resume 'hyprctl dispatch dpms on' before-sleep '$lock'
# sway idle without lock
#exec-once = swayidle -w timeout 1200 'hyprctl dispatch dpms off' resume 'hyprctl dispatch dpms on' #exec-once = swayidle -w timeout 1200 'hyprctl dispatch dpms off' resume 'hyprctl dispatch dpms on'

3
config/hypr/configs/WindowRules.conf

@ -9,6 +9,7 @@ windowrule = float, onedriver|onedriver-launcher
windowrule = float, zoom windowrule = float, zoom
windowrule = float, rofi windowrule = float, rofi
windowrule = float, gnome-system-monitor windowrule = float, gnome-system-monitor
windowrule = float, yad
#windowrule = noblur,gamescope #windowrule = noblur,gamescope
#windowrule = fullscreen,gamescope #windowrule = fullscreen,gamescope
@ -42,9 +43,11 @@ windowrulev2 = opacity 0.9 0.7, class:^([Tt]hunar)$
windowrulev2 = opacity 0.8 0.6, class:^(pcmanfm-qt)$ windowrulev2 = opacity 0.8 0.6, class:^(pcmanfm-qt)$
windowrulev2 = opacity 0.9 0.7, class:^(gedit)$ windowrulev2 = opacity 0.9 0.7, class:^(gedit)$
#windowrulev2 = opacity 0.8 0.7, class:^(foot)$ #windowrulev2 = opacity 0.8 0.7, class:^(foot)$
windowrulev2 = opacity 0.8 0.7, class:^(kitty)$
#windowrulev2 = opacity 0.9 0.7, class:^(mousepad)$ #windowrulev2 = opacity 0.9 0.7, class:^(mousepad)$
windowrulev2 = opacity 0.9 0.7, class:^(codium-url-handler)$ windowrulev2 = opacity 0.9 0.7, class:^(codium-url-handler)$
windowrulev2 = opacity 0.9 0.7, class:^(VSCodium)$ windowrulev2 = opacity 0.9 0.7, class:^(VSCodium)$
windowrulev2 = opacity 0.9 0.7, class:^(yad)$
#layerrule = unset,class:^([Rr]ofi)$ #layerrule = unset,class:^([Rr]ofi)$
#layerrule = blur,class:^([Rr]ofi)$ #layerrule = blur,class:^([Rr]ofi)$

Loading…
Cancel
Save