mirror of
https://github.imc.re/void-land/hyprland-void-dots
synced 2025-06-08 20:33:43 +02:00
feat: wpa cute network manager
This commit is contained in:
parent
5b01eee270
commit
156ebdf050
2 changed files with 5 additions and 2 deletions
|
@ -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
|
|
@ -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)$
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue