Skip to content

Instantly share code, notes, and snippets.

@minimum2scp
Last active August 29, 2015 14:01
Show Gist options
  • Select an option

  • Save minimum2scp/f3fd3a4eeaa34ace1e88 to your computer and use it in GitHub Desktop.

Select an option

Save minimum2scp/f3fd3a4eeaa34ace1e88 to your computer and use it in GitHub Desktop.
devilspie2 を使用して、Gnome 3.8 以降で gnome-terminal の背景を透過する。(~/.config/devlispie2/gnome-terminal.lua)
-- 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