mirror of
https://github.imc.re/void-land/hyprland-void-dots
synced 2025-04-25 15:56:54 +02:00
feat: kill wallpaper daemon keybind
This commit is contained in:
parent
412096a334
commit
d5183e70c5
4 changed files with 10 additions and 1 deletions
|
@ -13,6 +13,7 @@ $fileManager = nemo
|
|||
$screenshot = $scr_path/hyprshot.sh
|
||||
$network_manager = $scr_path/wpa-launch.sh
|
||||
$random_wallpaper = $scr_path/wallpaper-daemon.sh
|
||||
$kill_wallpaper_daemon = $scr_path/kill-wallpaper-daemon.sh
|
||||
$waybar_toggle = $scr_path/waybar-toggle.sh
|
||||
$volume_control = $scr_path/volume-control.sh
|
||||
$rofi_menu = $scr_path/rofi-launch.sh d
|
||||
|
|
|
@ -34,6 +34,7 @@ bind = , PRINT, exec, $screenshot -m output
|
|||
|
||||
# Wallpaper
|
||||
bind = $mainMod, Y, exec, $random_wallpaper
|
||||
bind = $mainMod, I, exec, $kill_wallpaper_daemon
|
||||
|
||||
# Audio control
|
||||
binde=,XF86AudioRaiseVolume,exec, $volume_control u
|
||||
|
|
|
@ -37,7 +37,7 @@ windowrulev2= stayfocused,class:(steam),title:(^$)
|
|||
|
||||
# discord rules :
|
||||
windowrulev2 = opacity 0.8,class:^(discord)$
|
||||
bind = ,F2,pass,^(discord)$
|
||||
bind = ,F4,pass,^(discord)$
|
||||
|
||||
# chrome rules :
|
||||
windowrulev2= float,title:^(Google Chrome)$
|
7
hyprland/.config/hypr/scripts/kill-wallpaper-daemon.sh
Executable file
7
hyprland/.config/hypr/scripts/kill-wallpaper-daemon.sh
Executable file
|
@ -0,0 +1,7 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
pkill -f swww-daemon
|
||||
pkill -f swaybg
|
||||
pkill -f mpvpaper
|
||||
|
||||
dunstify "Wallpaper daemons killed !"
|
Loading…
Add table
Reference in a new issue