mirror of
https://github.imc.re/void-land/hyprland-void-dots
synced 2025-06-09 05:43: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
|
$mainMod = SUPER
|
||||||
$terminal = alacritty -o "window.opacity=0"
|
$terminal = alacritty -o "window.opacity=0"
|
||||||
$fileManager = thunar
|
$fileManager = thunar
|
||||||
$network_manager = $scr_path/nmtui-launch.sh
|
$network_manager = wpa-cute
|
||||||
$screenshot = $scr_path/hyprshot.sh
|
$screenshot = $scr_path/hyprshot.sh
|
||||||
$random_wallpaper = $scr_path/wallpaper-daemon.sh
|
$random_wallpaper = $scr_path/wallpaper-daemon.sh
|
||||||
$waybar_toggle = $scr_path/waybar-toggle.sh
|
$waybar_toggle = $scr_path/waybar-toggle.sh
|
||||||
|
|
|
@ -11,6 +11,9 @@ windowrulev2 = float,class:^(pavucontrol|wlogout|dunst|Dunst|org.kde.polkit-kde-
|
||||||
windowrulev2 = float, class:floating
|
windowrulev2 = float, class:floating
|
||||||
windowrulev2 = animation popin, class:floating
|
windowrulev2 = animation popin, class:floating
|
||||||
|
|
||||||
|
# wpa cute rules:
|
||||||
|
windowrulev2 = float, class:wpa-cute
|
||||||
|
|
||||||
# vscode rules :
|
# vscode rules :
|
||||||
windowrulev2 = opacity 0.8,class:^(Code)$
|
windowrulev2 = opacity 0.8,class:^(Code)$
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue