mirror of
https://github.com/Derisis13/dotfiles.git
synced 2025-12-07 03:42:50 +01:00
chore: whitespace cleanup in hyprland config files
This commit is contained in:
@@ -12,11 +12,11 @@ listener {
|
|||||||
}
|
}
|
||||||
|
|
||||||
# turn off keyboard backlight, comment out this section if you dont have a keyboard backlight.
|
# turn off keyboard backlight, comment out this section if you dont have a keyboard backlight.
|
||||||
listener {
|
# listener {
|
||||||
timeout = 150 # 2.5min.
|
# timeout = 150 # 2.5min.
|
||||||
on-timeout = brightnessctl -sd rgb:kbd_backlight set 0 # turn off keyboard backlight.
|
# on-timeout = brightnessctl -sd rgb:kbd_backlight set 0 # turn off keyboard backlight.
|
||||||
on-resume = brightnessctl -rd rgb:kbd_backlight # turn on keyboard backlight.
|
# on-resume = brightnessctl -rd rgb:kbd_backlight # turn on keyboard backlight.
|
||||||
}
|
# }
|
||||||
|
|
||||||
listener {
|
listener {
|
||||||
timeout = 300 # 5min
|
timeout = 300 # 5min
|
||||||
|
|||||||
@@ -57,7 +57,7 @@ general {
|
|||||||
gaps_out = 2
|
gaps_out = 2
|
||||||
border_size = 1
|
border_size = 1
|
||||||
col.active_border = $blue
|
col.active_border = $blue
|
||||||
col.inactive_border = $overlay0
|
col.inactive_border = $overlay0
|
||||||
|
|
||||||
layout = dwindle
|
layout = dwindle
|
||||||
}
|
}
|
||||||
@@ -111,8 +111,8 @@ master {
|
|||||||
gestures {
|
gestures {
|
||||||
# See https://wiki.hyprland.org/Configuring/Variables/ for more
|
# See https://wiki.hyprland.org/Configuring/Variables/ for more
|
||||||
workspace_swipe = on
|
workspace_swipe = on
|
||||||
workspace_swipe_fingers = 3
|
workspace_swipe_fingers = 3
|
||||||
workspace_swipe_invert = false
|
workspace_swipe_invert = false
|
||||||
}
|
}
|
||||||
|
|
||||||
xwayland {
|
xwayland {
|
||||||
@@ -121,8 +121,8 @@ xwayland {
|
|||||||
|
|
||||||
misc {
|
misc {
|
||||||
vrr = 1 # VRR on for every program needing it
|
vrr = 1 # VRR on for every program needing it
|
||||||
disable_splash_rendering = true
|
disable_splash_rendering = true
|
||||||
disable_hyprland_logo = true
|
disable_hyprland_logo = true
|
||||||
|
|
||||||
#force_hypr_chan = true # there is suddenly an anime girl on the background :D
|
#force_hypr_chan = true # there is suddenly an anime girl on the background :D
|
||||||
}
|
}
|
||||||
@@ -141,3 +141,4 @@ misc {
|
|||||||
|
|
||||||
|
|
||||||
source=./keybinds.conf
|
source=./keybinds.conf
|
||||||
|
debug:disable_logs = false
|
||||||
|
|||||||
@@ -13,7 +13,7 @@ general {
|
|||||||
# BACKGROUND
|
# BACKGROUND
|
||||||
background {
|
background {
|
||||||
monitor =
|
monitor =
|
||||||
path = $XDG_DATA_HOME/backgrounds/eKxlw8.png
|
path = $XDG_DATA_HOME/backgrounds/eKxlw8.jpg
|
||||||
blur_passes = 0
|
blur_passes = 0
|
||||||
color = $base
|
color = $base
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -6,7 +6,7 @@ $mainMod = SUPER
|
|||||||
# Example binds, see https://wiki.hyprland.org/Configuring/Binds/ for more
|
# Example binds, see https://wiki.hyprland.org/Configuring/Binds/ for more
|
||||||
bind = $mainMod, T, exec, alacritty
|
bind = $mainMod, T, exec, alacritty
|
||||||
bind = $mainMod, W, exec, flatpak run io.gitlab.librewolf-community
|
bind = $mainMod, W, exec, flatpak run io.gitlab.librewolf-community
|
||||||
bind = $mainMod, BACKSPACE, killactive,
|
bind = $mainMod, BACKSPACE, killactive,
|
||||||
bind = $mainMod CTRL ALT, BACKSPACE, exit,
|
bind = $mainMod CTRL ALT, BACKSPACE, exit,
|
||||||
bind = $mainMod CTRL, BACKSPACE, exec, sh ~/.config/swaylock.sh
|
bind = $mainMod CTRL, BACKSPACE, exec, sh ~/.config/swaylock.sh
|
||||||
#bind = $mainMod, PAUSE, killactive,
|
#bind = $mainMod, PAUSE, killactive,
|
||||||
@@ -19,10 +19,10 @@ bind = $mainMod SHIFT, P, workspaceopt, allpseudo,
|
|||||||
bind = $mainMod, S, togglesplit, # dwindle
|
bind = $mainMod, S, togglesplit, # dwindle
|
||||||
bind = $mainMod, E, fullscreen, 1
|
bind = $mainMod, E, fullscreen, 1
|
||||||
bind = $mainMod SHIFT, E, fullscreen, 0
|
bind = $mainMod SHIFT, E, fullscreen, 0
|
||||||
# bind = $mainMod CTRL, E, fakefullscreen,
|
# bind = $mainMod CTRL, E, fakefullscreen,
|
||||||
bind = $mainMod SHIFT, PERIOD, pin,
|
bind = $mainMod SHIFT, PERIOD, pin,
|
||||||
binde = , XF86AudioRaiseVolume, exec, wpctl set-volume -1 1.4 @DEFAULT_AUDIO_SINK@ 5%+
|
binde = , XF86AudioRaiseVolume, exec, wpctl set-volume -1 1.4 @DEFAULT_AUDIO_SINK@ 5%+
|
||||||
binde = , XF86AudioLowerVolume, exec, wpctl set-volume -1 1.4 @DEFAULT_AUDIO_SINK@ 5%-
|
binde = , XF86AudioLowerVolume, exec, wpctl set-volume -1 1.4 @DEFAULT_AUDIO_SINK@ 5%-
|
||||||
binde = , XF86AudioMute, exec, wpctl set-mute @DEFAULT_AUDIO_SINK@ toggle
|
binde = , XF86AudioMute, exec, wpctl set-mute @DEFAULT_AUDIO_SINK@ toggle
|
||||||
binde = , XF86MonBrightnessUp, exec, brightnessctl set '12.75+'
|
binde = , XF86MonBrightnessUp, exec, brightnessctl set '12.75+'
|
||||||
binde = , XF86MonBrightnessDown, exec, brightnessctl set '12.75-'
|
binde = , XF86MonBrightnessDown, exec, brightnessctl set '12.75-'
|
||||||
|
|||||||
Reference in New Issue
Block a user