Skip to main content

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.

1 vote
2 answers
625 views

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(), "...
Peter Bill's user avatar
1 vote
1 answer
837 views

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 ...
Martin Vegter's user avatar
13 votes
0 answers
2k views

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 ...
Cliff Stanford's user avatar
1 vote
1 answer
379 views

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 ...
Alexander's user avatar
  • 111
1 vote
1 answer
534 views

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, ...
Kristóf Marussy's user avatar
2 votes
0 answers
858 views

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; ...
user avatar
2 votes
0 answers
84 views

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 '...
Giles's user avatar
  • 907
0 votes
2 answers
541 views

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 ...
tamajit mandal's user avatar
1 vote
0 answers
214 views

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 ...
Rob F's user avatar
  • 297
4 votes
2 answers
3k views

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, ...
Alex C's user avatar
  • 173
1 vote
1 answer
2k views

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 ...
user avatar
1 vote
1 answer
586 views

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 ...
Ionică Bizău's user avatar
1 vote
0 answers
2k views

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 ...
neutron's user avatar
  • 111