From 156ebdf0501ce2b91b6ccb02b596fc453767d0b8 Mon Sep 17 00:00:00 2001 From: hesam-init Date: Sun, 25 Feb 2024 13:10:24 +0330 Subject: [PATCH] feat: wpa cute network manager --- hyprland/.config/hypr/conf/environments/default.conf | 4 ++-- hyprland/.config/hypr/conf/rules/windows.conf | 3 +++ 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/hyprland/.config/hypr/conf/environments/default.conf b/hyprland/.config/hypr/conf/environments/default.conf index fc68cfd..1cc2aac 100644 --- a/hyprland/.config/hypr/conf/environments/default.conf +++ b/hyprland/.config/hypr/conf/environments/default.conf @@ -10,7 +10,7 @@ $scr_path = ~/.config/hypr/scripts $mainMod = SUPER $terminal = alacritty -o "window.opacity=0" $fileManager = thunar -$network_manager = $scr_path/nmtui-launch.sh +$network_manager = wpa-cute $screenshot = $scr_path/hyprshot.sh $random_wallpaper = $scr_path/wallpaper-daemon.sh $waybar_toggle = $scr_path/waybar-toggle.sh @@ -20,4 +20,4 @@ $rofi_powermenu = $scr_path/rofi-launch.sh p $rofi_screenshot = $scr_path/rofi-launch.sh s $rofi_clipboard = $scr_path/rofi-launch.sh c $rofi_wallpaper = $scr_path/rofi-launch.sh w -$pkg_manager = octoxbps +$pkg_manager = octoxbps \ No newline at end of file diff --git a/hyprland/.config/hypr/conf/rules/windows.conf b/hyprland/.config/hypr/conf/rules/windows.conf index 47ad6ca..6ff9457 100644 --- a/hyprland/.config/hypr/conf/rules/windows.conf +++ b/hyprland/.config/hypr/conf/rules/windows.conf @@ -11,6 +11,9 @@ windowrulev2 = float,class:^(pavucontrol|wlogout|dunst|Dunst|org.kde.polkit-kde- windowrulev2 = float, class:floating windowrulev2 = animation popin, class:floating +# wpa cute rules: +windowrulev2 = float, class:wpa-cute + # vscode rules : windowrulev2 = opacity 0.8,class:^(Code)$