feat: wpa cute launch keybind
This commit is contained in:
parent
156ebdf050
commit
0f9763d943
3 changed files with 9 additions and 2 deletions
|
@ -10,8 +10,8 @@ $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 = wpa-cute
|
|
||||||
$screenshot = $scr_path/hyprshot.sh
|
$screenshot = $scr_path/hyprshot.sh
|
||||||
|
$network_manager = $scr_path/wpa-launch.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
|
||||||
$volume_control = $scr_path/volume-control.sh
|
$volume_control = $scr_path/volume-control.sh
|
||||||
|
|
|
@ -2,4 +2,4 @@
|
||||||
|
|
||||||
window_class="floating"
|
window_class="floating"
|
||||||
|
|
||||||
alacritty --class $window_class -e nmtui
|
exec alacritty --class $window_class -e nmtui
|
||||||
|
|
7
hyprland/.config/hypr/scripts/wpa-launch.sh
Executable file
7
hyprland/.config/hypr/scripts/wpa-launch.sh
Executable file
|
@ -0,0 +1,7 @@
|
||||||
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
|
if [[ $(pidof wpa-cute) ]]; then
|
||||||
|
pkill -f wpa-cute
|
||||||
|
fi
|
||||||
|
|
||||||
|
exec wpa-cute
|
Loading…
Add table
Reference in a new issue