mirror of
https://github.com/amiwm/amiwm.git
synced 2026-04-14 11:04:18 +00:00
Added two new modules for displaying backdrops, fixed lib path(again), moved modules to subdirectory, and updated MODULES.md with useful info! ^^
This commit is contained in:
6
Background_resize
Executable file
6
Background_resize
Executable file
@@ -0,0 +1,6 @@
|
||||
#!/bin/sh
|
||||
if [ "$3" = "0x00000000" ]; then
|
||||
display -window root $4 > /dev/null
|
||||
else
|
||||
display -window "$3" $4 > /dev/null
|
||||
fi
|
||||
Reference in New Issue
Block a user