Hyprland config tweaks

This commit is contained in:
2025-02-23 16:41:21 +00:00
parent 1ab975e643
commit 30a1a3e3a2
2 changed files with 8 additions and 8 deletions

View File

@@ -54,13 +54,13 @@ env = HYPRCURSOR_SIZE,24
# https://wiki.hyprland.org/Configuring/Variables/#general # https://wiki.hyprland.org/Configuring/Variables/#general
general { general {
gaps_in = 5 gaps_in = 5
gaps_out = 20 gaps_out = 5
border_size = 2 border_size = 2
# https://wiki.hyprland.org/Configuring/Variables/#variable-types for info about colors # https://wiki.hyprland.org/Configuring/Variables/#variable-types for info about colors
col.active_border = rgba(33ccffee) rgba(00ff99ee) 45deg col.active_border = rgba(ebdbb2ee)
col.inactive_border = rgba(595959aa) col.inactive_border = rgba(1c2021ee)
# Set to true enable resizing windows by clicking and dragging on borders and gaps # Set to true enable resizing windows by clicking and dragging on borders and gaps
resize_on_border = true resize_on_border = true
@@ -150,8 +150,8 @@ master {
# https://wiki.hyprland.org/Configuring/Variables/#misc # https://wiki.hyprland.org/Configuring/Variables/#misc
misc { misc {
force_default_wallpaper = -1 # Set to 0 or 1 to disable the anime mascot wallpapers force_default_wallpaper = 0 # Set to 0 or 1 to disable the anime mascot wallpapers
disable_hyprland_logo = false # If true disables the random hyprland logo / anime girl background. :( disable_hyprland_logo = true # If true disables the random hyprland logo / anime girl background. :(
} }
@@ -172,7 +172,7 @@ input {
sensitivity = 0 # -1.0 - 1.0, 0 means no modification. sensitivity = 0 # -1.0 - 1.0, 0 means no modification.
touchpad { touchpad {
natural_scroll = false natural_scroll = true
} }
} }
@@ -197,7 +197,7 @@ device {
$mainMod = SUPER # Sets "Windows" key as main modifier $mainMod = SUPER # Sets "Windows" key as main modifier
# Example binds, see https://wiki.hyprland.org/Configuring/Binds/ for more # Example binds, see https://wiki.hyprland.org/Configuring/Binds/ for more
bind = $mainMod, Q, exec, $terminal bind = $mainMod, Return, exec, $terminal
bind = $mainMod, C, killactive, bind = $mainMod, C, killactive,
bind = $mainMod, M, exit, bind = $mainMod, M, exit,
bind = $mainMod, E, exec, $fileManager bind = $mainMod, E, exec, $fileManager

View File

@@ -108,7 +108,7 @@ if $hyprland; then
hyprpicker # Color picker hyprpicker # Color picker
hyprpolkitagent # Auth pop-up for sudo access hyprpolkitagent # Auth pop-up for sudo access
hyprsunset # Blue light filter hyprsunset # Blue light filter
nm-applet # Network manager applet network-manager-applet # Network manager applet
pipewire # Audio server pipewire # Audio server
udiskie # Automount USB drives udiskie # Automount USB drives
waybar # Status bar waybar # Status bar