From 741e8904448ede9fb95020bf24865d50e9b1d108 Mon Sep 17 00:00:00 2001
From: DerGrumpf
Date: Tue, 1 Apr 2025 17:31:22 +0200
Subject: [PATCH] Changed: Hyprland Conf
---
home/hyprland/conf/hyprland.conf | 2 --
home/hyprland/hyprland.nix | 6 ++----
2 files changed, 2 insertions(+), 6 deletions(-)
diff --git a/home/hyprland/conf/hyprland.conf b/home/hyprland/conf/hyprland.conf
index 59ca11b..bde88ed 100644
--- a/home/hyprland/conf/hyprland.conf
+++ b/home/hyprland/conf/hyprland.conf
@@ -25,8 +25,6 @@ monitor= HDMI-A-2, 1920x1080@60, 0x0, 1
# Set programs that you use
$terminal = kitty
$fileManager = dolphin
-#$menu = wofi --show drun
-#$menu =rofi -show drun -theme cyper -icon-theme "Papirus" -show-icons
$menu = ~/.config/rofi/launchers/type-3/launcher.sh
$power = ~/.config/rofi/powermenu/type-6/powermenu.sh
diff --git a/home/hyprland/hyprland.nix b/home/hyprland/hyprland.nix
index 235e760..44cef93 100644
--- a/home/hyprland/hyprland.nix
+++ b/home/hyprland/hyprland.nix
@@ -105,10 +105,8 @@ in
gaps_out = 0;
border_size = 2;
- /*col = {
- active_border = "rgba(33ccffee) rgba(00ff99ee) 45deg";
- inactive_border = "rgba(595959aa)";
- };*/
+ "col.active_border" = "rgba(33ccffee) rgba(00ff99ee) 45deg";
+ "col.inactive_border" = "rgba(595959aa)";
layout = "dwindle";