diff --git a/.config/hypr/hyprland.conf b/.config/hypr/hyprland.conf index e00f356..25b5c67 100644 --- a/.config/hypr/hyprland.conf +++ b/.config/hypr/hyprland.conf @@ -24,7 +24,7 @@ autogenerated = 0 # remove this line to remove the warning # See https://wiki.hypr.land/Configuring/Monitors/ monitor=,preferred,auto,auto -exec-once = swaybg -i /usr/share/backgrounds/gnome/vnc-d.png +#exec-once = swaybg -i /usr/share/backgrounds/gnome/vnc-d.png ################### @@ -36,7 +36,7 @@ exec-once = swaybg -i /usr/share/backgrounds/gnome/vnc-d.png # Set programs that you use $terminal = kitty $fileManager = nautilus -$menu = wofi --show drun -GI +$menu = wofi --show drun -Gn -L 4 ################# @@ -104,7 +104,7 @@ general { col.inactive_border = rgba(595959aa) # Set to true enable resizing windows by clicking and dragging on borders and gaps - resize_on_border = false + resize_on_border = true # Please see https://wiki.hypr.land/Configuring/Tearing/ before you turn this on allow_tearing = false @@ -124,7 +124,7 @@ decoration { inactive_opacity = 1.0 shadow { - enabled = true + enabled = false range = 4 render_power = 3 color = rgba(1a1a1aee) @@ -132,7 +132,7 @@ decoration { # https://wiki.hypr.land/Configuring/Variables/#blur blur { - enabled = true + enabled = false size = 3 passes = 1 @@ -144,6 +144,7 @@ decoration { animations { enabled = yes, please :) + # Default curves, see https://wiki.hypr.land/Configuring/Animations/#curves # NAME, X0, Y0, X1, Y1 bezier = easeOutQuint, 0.23, 1, 0.32, 1 @@ -196,10 +197,16 @@ master { # https://wiki.hypr.land/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. :( } +xwayland { + force_zero_scaling = true +} +env = GTK_SCALE,2 +env = XCURSOR_SIZE,32 + ############# ### INPUT ### diff --git a/.config/hypr/waybar/style.css b/.config/hypr/waybar/style.css index 3fe99e7..e1ecc95 100644 --- a/.config/hypr/waybar/style.css +++ b/.config/hypr/waybar/style.css @@ -3,7 +3,7 @@ /*font-family: FontAwesome, Roboto, Helvetica, Arial, sans-serif; */ /*font-family: "JetBrainsMono NF";*/ font-family: "JetBrainsMonoNFM-Regular"; - font-size: 13px; + font-size: 14px; font-weight: bold; }