1
0
Fork 0
mirror of https://github.com/Phantop/dotfiles synced 2024-09-20 00:49:15 +00:00
dotfiles/.config/devilspie2/start.lua

26 lines
478 B
Lua
Raw Normal View History

2019-01-17 03:43:42 +00:00
if (get_application_name()=="Quod Libet") then
set_window_workspace(3)
maximize_vertically()
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
if (get_application_name()=="Steam") then
set_window_workspace(2)
minimize()
end
if (get_application_name()=="gmusicbrowser") then
set_window_workspace(3)
maximize_vertically()
xywh(0,0,960,1080)
set_on_top()
end