mirror of
https://github.com/Phantop/dotfiles
synced 2025-11-27 06:35:43 +00:00
Devilspie2: Remove Transmission and maximize Quod
This commit is contained in:
parent
14a4bfba2a
commit
ba7f0ff9bd
|
|
@ -1,15 +1,6 @@
|
||||||
if (get_application_name()=="Quod Libet") then
|
if (get_application_name()=="Quod Libet") then
|
||||||
set_window_workspace(3)
|
set_window_workspace(3)
|
||||||
maximize_vertically()
|
maximize()
|
||||||
xywh(0,0,960,1080)
|
|
||||||
set_on_top()
|
|
||||||
end
|
|
||||||
|
|
||||||
if (get_application_name()=="Transmission") then
|
|
||||||
set_window_workspace(3)
|
|
||||||
maximize_vertically()
|
|
||||||
xywh(960,0,960,1080)
|
|
||||||
set_on_top()
|
|
||||||
end
|
end
|
||||||
|
|
||||||
if (get_application_name()=="Steam") then
|
if (get_application_name()=="Steam") then
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue