From c87e9f124fefaf60f985b042f649a2b30f0e0a99 Mon Sep 17 00:00:00 2001 From: TrudeEH Date: Sun, 23 Feb 2025 16:41:21 +0000 Subject: [PATCH] Hyprland config tweaks --- home/.config/hypr/hyprland.conf | 14 +++++++------- install.sh | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/home/.config/hypr/hyprland.conf b/home/.config/hypr/hyprland.conf index 3656870f..bf891d8c 100644 --- a/home/.config/hypr/hyprland.conf +++ b/home/.config/hypr/hyprland.conf @@ -54,13 +54,13 @@ env = HYPRCURSOR_SIZE,24 # https://wiki.hyprland.org/Configuring/Variables/#general general { gaps_in = 5 - gaps_out = 20 + gaps_out = 5 border_size = 2 # https://wiki.hyprland.org/Configuring/Variables/#variable-types for info about colors - col.active_border = rgba(33ccffee) rgba(00ff99ee) 45deg - col.inactive_border = rgba(595959aa) + col.active_border = rgba(ebdbb2ee) + col.inactive_border = rgba(1c2021ee) # Set to true enable resizing windows by clicking and dragging on borders and gaps resize_on_border = true @@ -150,8 +150,8 @@ master { # https://wiki.hyprland.org/Configuring/Variables/#misc misc { - force_default_wallpaper = -1 # 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. :( + force_default_wallpaper = 0 # Set to 0 or 1 to disable the anime mascot wallpapers + 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. touchpad { - natural_scroll = false + natural_scroll = true } } @@ -197,7 +197,7 @@ device { $mainMod = SUPER # Sets "Windows" key as main modifier # 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, M, exit, bind = $mainMod, E, exec, $fileManager diff --git a/install.sh b/install.sh index 2281cd8d..6fceb0b2 100755 --- a/install.sh +++ b/install.sh @@ -108,7 +108,7 @@ if $hyprland; then hyprpicker # Color picker hyprpolkitagent # Auth pop-up for sudo access hyprsunset # Blue light filter - nm-applet # Network manager applet + network-manager-applet # Network manager applet pipewire # Audio server udiskie # Automount USB drives waybar # Status bar