Compare commits
3 Commits
a1f3b451d3
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| 47ee676bb3 | |||
| 22118b0b31 | |||
| 1cb2f04129 |
@@ -188,7 +188,7 @@ Item {
|
|||||||
wallpaperApplyProcess.environment = {
|
wallpaperApplyProcess.environment = {
|
||||||
"WALLPAPER_PATH": normalized
|
"WALLPAPER_PATH": normalized
|
||||||
};
|
};
|
||||||
wallpaperApplyProcess.command = ["bash", "-lc", "rm -rf \"$HOME/.cache/wal\"; if [[ \"$(hostname)\" != \"gentoo\" ]]; then swww img \"$WALLPAPER_PATH\" --transition-type none; else HYPRPAPER_PID=\"$(pidof hyprpaper)\"; if [ ${#HYPRPAPER_PID} -lt 1 ]; then hyprctl dispatch exec hyprpaper; sleep 1; fi; hyprctl hyprpaper unload all; hyprctl hyprpaper preload \"$WALLPAPER_PATH\"; hyprctl hyprpaper wallpaper ,\"$WALLPAPER_PATH\"; fi"];
|
wallpaperApplyProcess.command = ["bash", "-lc", "rm -rf \"$HOME/.cache/wal\"; if [[ \"$(hostname)\" != \"gentoo\" ]]; then awww img \"$WALLPAPER_PATH\" --transition-type none; else HYPRPAPER_PID=\"$(pidof hyprpaper)\"; if [ ${#HYPRPAPER_PID} -lt 1 ]; then hyprctl dispatch exec hyprpaper; sleep 1; fi; hyprctl hyprpaper unload all; hyprctl hyprpaper preload \"$WALLPAPER_PATH\"; hyprctl hyprpaper wallpaper ,\"$WALLPAPER_PATH\"; fi"];
|
||||||
wallpaperApplyProcess.running = true;
|
wallpaperApplyProcess.running = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -24,13 +24,12 @@ layerrule {
|
|||||||
animation = slide bottom
|
animation = slide bottom
|
||||||
order = 100
|
order = 100
|
||||||
above_lock = 2
|
above_lock = 2
|
||||||
order = -20
|
|
||||||
no_screen_share = off
|
no_screen_share = off
|
||||||
}
|
}
|
||||||
|
|
||||||
bind = SUPER, A, global, deltarune:shell_open
|
bind = SUPER, A, global, deltarune:shell_open
|
||||||
|
|
||||||
# here goes the dark magic that lets you open this in dletarune (and any other exclusive fullscreen app/game)
|
# here goes the dark magic that lets you open this in deltarune (and any other exclusive fullscreen app/game)
|
||||||
|
|
||||||
submap = deltarune
|
submap = deltarune
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user