OSDN Git Service

switch to st
[instantos/instantOS.git] / programs / instanthotkeys
index 19c0727..e67aec2 100755 (executable)
@@ -16,11 +16,4 @@ fi
 cat ~/.cache/instantos/hotkeys.md >/tmp/hotkeys
 dlbinds &
 
-# make window slightly transparent
-{
-    sleep 0.3
-    WINID="$(xdotool getwindowfocus)"
-    xprop -f -id "$WINID" _NET_WM_WINDOW_OPACITY 32c -set _NET_WM_WINDOW_OPACITY $(printf 0x%x $((0xffffffff * 80 / 100)))
-} &
-
 less --mouse --wheel-lines=3 /tmp/hotkeys