Last active
August 29, 2015 14:01
-
-
Save minimum2scp/f3fd3a4eeaa34ace1e88 to your computer and use it in GitHub Desktop.
devilspie2 を使用して、Gnome 3.8 以降で gnome-terminal の背景を透過する。(~/.config/devlispie2/gnome-terminal.lua)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| -- debug_print("window_class: " .. get_window_class()) | |
| -- debug_print("window_type: " .. get_window_type()) | |
| if get_window_class() == "Gnome-terminal" and get_window_type() == "WINDOW_TYPE_NORMAL" then | |
| set_opacity(0.8) | |
| end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment