Questions tagged [devilspie]
A tool that can detect windows as they are created and perform actions on those windows if they match a certain set of rules.
13 questions
1 vote
2 answers
625 views
Positioning multiple windows with devilspie2
I often have 2 Firefox windows open together, and I like them in opposite corners of my screen. There’s the relevant part of my devilspie2 config file --if string.match(get_window_name(), "...
1 vote
1 answer
837 views
Openbox: window on the below layer is inaccessible
I am trying to set up a "terminal as desktop wallpaper" in Openbox, as described here Openbox has the possibility to set <layer>below</layer>, so that window is running as desktop ...
13 votes
0 answers
2k views
Devilspie on Wayland
I have just upgraded to Ubuntu 17.10 and I'm now using Gnome 3 native over Wayland. My problem is that I have been using devilspie to place windows on the screen in the desired position. I also use ...
1 vote
1 answer
379 views
Change LibreOffice to certain size, even in fullscreen presentation
I want to open LibreOffice with keeping just a little bit of space left, already tried wmctrl without full-screen and that wasn't working to begin with. I'd like to know if its able to stay the ...
1 vote
1 answer
534 views
How to make devilspie match Spotify windows?
I would like to create a devilspie (the one with Lisp-like syntax, however, a solution for devilspie2 would be just as good) rule that matches windows of the Spotify music streaming app. Specifically, ...
2 votes
0 answers
858 views
Devilspie2 only detects Firefox windows on a restart; how can I fix this?
I'm trying to use devilspie2 to detect when a Firefox window is opened, and remove its window decorations when it does. This works, but only if the window is already open when devilspie2 is started; ...
2 votes
0 answers
84 views
stopping terminal command gnome-open from opening files as maximised
when I use the terminal command 'gnome-open' for opening files it causes them to always open as maximised, this is a problem because in its maximised form I can't change its position and size using '...
0 votes
2 answers
541 views
Unable to kill a process in shell script
I have this script: #!/bin/sh cd ~/.devilspie && devilspie Minimize.ds pkill devilspie exit 0 The first command runs absolutely fine, but in the second line where it needs to kill the ...
1 vote
0 answers
214 views
-devilspie doesn't play nice with spawning new terminals
I'm trying to configure devilspie so that on detection of opening a certain directory it runs a script to mount that directory over a network. I don't think the script itself is too important but ...
4 votes
2 answers
3k views
How do I autostart devilspie under gnome3 on fedora 21?
I am attempting to embed a gnome-terminal on my desktop using devilspie. Adding a devilspie.desktop file in the ~/.config/autostart directory does nothing. It does not execute on login. However, ...
1 vote
1 answer
2k views
how to undecorate all windows xfce
How can I undecorate all windows in XFCE? I know devilspie2 can do this, but I only know how to do this for specific windows? How should .ds script look like to undecorate all? Or do you know any ...
1 vote
1 answer
586 views
devilspie detect if application was started with a flag
How can I set devilspie to detect if an application was started with the flag --hello-world from terminal? For example window_name detects the window title. How can transform in devilspie the ...
1 vote
0 answers
2k views
Remove window frame of a program
Is it possible to start a program without its window frame? For example: start flash standalone on a SUSE Linux Enterprise Server 11 sp2 machine without its window frame so it looks like when I start ...