added awww and deleted hyprpaper
This commit is contained in:
parent
b7ae15abe9
commit
aec729c189
2 changed files with 7 additions and 3 deletions
|
|
@ -4,8 +4,8 @@ monitor=eDP-1,1920x1080,auto,1.3333
|
|||
$terminal = kitty
|
||||
$fileManager = nemo
|
||||
|
||||
|
||||
exec-once = waybar & hyprpaper & swaync
|
||||
exec-once = waybar & awww-daemon & swaync
|
||||
exec-once = ~/.config/hypr/wallpaper.restore.sh
|
||||
|
||||
env = XCURSOR_SIZE,24
|
||||
env = HYPRCURSOR_SIZE,24
|
||||
|
|
@ -193,7 +193,7 @@ bind = ,XF86Search, exec, pkill wofi || wofi --show drun
|
|||
bind = ,XF86LaunchA, exec, nwg-displays
|
||||
bind = ,XF86Explorer, exec, grim -g "$(slurp)" - | swappy -f -
|
||||
bind = SUPER SHIFT, V, exec, cliphist list | rofi -dmenu | cliphist decode | wl-copy
|
||||
|
||||
bind = $mainMod, B, exec, ~/.local/bin/wallpaper-picker
|
||||
windowrule {
|
||||
name = supress-maximize-events
|
||||
match:class = .*
|
||||
|
|
|
|||
4
files/wallpaper-restore.sh
Executable file
4
files/wallpaper-restore.sh
Executable file
|
|
@ -0,0 +1,4 @@
|
|||
#!/bin/bash
|
||||
awww-daemon &
|
||||
sleep 0.5
|
||||
awww img "/home/denode/Pictures/wallpaper/mountain02.jpg" --transition-type simple
|
||||
Loading…
Reference in a new issue