From 03fd06f0062101ba2fb7810e874075ebd49c4d18 Mon Sep 17 00:00:00 2001 From: Roy Dumblauskas Date: Mon, 7 Jul 2025 12:21:47 -0500 Subject: [PATCH] hypr config --- roy-config/hypr/hyprland.conf | 23 ++++------------------- 1 file changed, 4 insertions(+), 19 deletions(-) diff --git a/roy-config/hypr/hyprland.conf b/roy-config/hypr/hyprland.conf index 81bf2e2..1df8828 100755 --- a/roy-config/hypr/hyprland.conf +++ b/roy-config/hypr/hyprland.conf @@ -1,17 +1,3 @@ - -# ####################################################################################### -# AUTOGENERATED HYPR CONFIG. -# PLEASE USE THE CONFIG PROVIDED IN THE GIT REPO /examples/hypr.conf AND EDIT IT, -# OR EDIT THIS ONE ACCORDING TO THE WIKI INSTRUCTIONS. -# ####################################################################################### - -# This is an example Hyprland config file. -# Refer to the wiki for more information. -# https://wiki.hyprland.org/Configuring/ - -# Please note not all available settings / options are set here. -# For a full list, see the wiki - # You can split this configuration into multiple files # Create your files separately and then link them to this file like this: # source = ~/.config/hypr/myColors.conf @@ -44,9 +30,8 @@ $menu = wofi --show drun # Autostart necessary processes (like notifications daemons, status bars, etc.) # Or execute your favorite apps at launch like this: -# exec-once = nm-applet & exec-once = $terminal -exec-once = waybar # & hyprpaper & firefox +exec-once = waybar ############################# ### ENVIRONMENT VARIABLES ### @@ -69,11 +54,11 @@ general { gaps_in = 0 gaps_out = 0 - border_size = 0 + border_size = 1 # 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(33ccffee) rgba(00ff99ee) 45deg + col.inactive_border = rgba(595959aa) # Set to true enable resizing windows by clicking and dragging on borders and gaps resize_on_border = false