chore: whitespace cleanup in hyprland config files

This commit is contained in:
2024-11-03 01:24:09 +01:00
parent 602ba644da
commit 6adb9444c7
4 changed files with 17 additions and 16 deletions

View File

@@ -12,11 +12,11 @@ listener {
}
# turn off keyboard backlight, comment out this section if you dont have a keyboard backlight.
listener {
timeout = 150 # 2.5min.
on-timeout = brightnessctl -sd rgb:kbd_backlight set 0 # turn off keyboard backlight.
on-resume = brightnessctl -rd rgb:kbd_backlight # turn on keyboard backlight.
}
# listener {
# timeout = 150 # 2.5min.
# on-timeout = brightnessctl -sd rgb:kbd_backlight set 0 # turn off keyboard backlight.
# on-resume = brightnessctl -rd rgb:kbd_backlight # turn on keyboard backlight.
# }
listener {
timeout = 300 # 5min

View File

@@ -57,7 +57,7 @@ general {
gaps_out = 2
border_size = 1
col.active_border = $blue
col.inactive_border = $overlay0
col.inactive_border = $overlay0
layout = dwindle
}
@@ -111,8 +111,8 @@ master {
gestures {
# See https://wiki.hyprland.org/Configuring/Variables/ for more
workspace_swipe = on
workspace_swipe_fingers = 3
workspace_swipe_invert = false
workspace_swipe_fingers = 3
workspace_swipe_invert = false
}
xwayland {
@@ -121,8 +121,8 @@ xwayland {
misc {
vrr = 1 # VRR on for every program needing it
disable_splash_rendering = true
disable_hyprland_logo = true
disable_splash_rendering = true
disable_hyprland_logo = true
#force_hypr_chan = true # there is suddenly an anime girl on the background :D
}
@@ -141,3 +141,4 @@ misc {
source=./keybinds.conf
debug:disable_logs = false

View File

@@ -13,7 +13,7 @@ general {
# BACKGROUND
background {
monitor =
path = $XDG_DATA_HOME/backgrounds/eKxlw8.png
path = $XDG_DATA_HOME/backgrounds/eKxlw8.jpg
blur_passes = 0
color = $base
}