Commit Graph

118 Commits (f883f81e5a5bd483343fc8822d20b77d49ca0280)
 

Author SHA1 Message Date
noctuid b7e786c440 Fix -m for WMs where xrandr will identify one monitor as "primary" 9 years ago
noctuid 14495af417 Update -m to also set xoff and yoff appropriately
This is apparently necessary for at least i3 when remapping a dropdown
and also for bspwm when first creating one (otherwise the dropdown will
be created at the absolute position xoff yoff even if it is not on the
current monitor).

Addresses #3
9 years ago
noctuid 6348276dbe Add multiple monitor support (automatic resizing and correct
width/height percentages)

Addresses #3
9 years ago
noctuid 08dc6a893f Update contact info and repo location 9 years ago
noctuid 6a122f80d0 Update references to old repo and contact info 9 years ago
noctuid 682ec14d1c Update repo location and contact info in pkgbuild 9 years ago
angelic-sedition b737354f22 Add support for Marco (MATE) 9 years ago
angelic-sedition 5cab6f4869 Add support for KWin (KDE) 9 years ago
angelic-sedition 10afc60fcf Add information on basic options to README and a few other minor changes 9 years ago
angelic-sedition a777ea85e1 Reduce flicker and improve Muffin (Cinnamon) support
Fixes #2 and fixes #4
9 years ago
angelic-sedition b1e6977914 Add support for Mutter (Gnome Shell) 9 years ago
angelic-sedition 4cb2abd8bf Add options to set sleep time and fix fluxbox settings
Addresses #5
9 years ago
angelic-sedition 9c678fd203 Rename autoset functions for clarity 9 years ago
angelic-sedition c592541ad5 Fix auto_hide (and auto_show) bug that affected many WMs.
Further differentiate between how xwininfo behaves for different WMs.
This ensures that windows will be in the same position when
auto_showing.
9 years ago
angelic-sedition 867c3a97e2 Fix i3 auto_show bug
Previously would resize window when re-mapping; desired behaviour is to
keep previous size
9 years ago
angelic-sedition 271d991ce2 Add initial support for muffin (cinnamon)
Addresses #2
9 years ago
angelic-sedition 1d9f0725d1 Add info on auto-hiding to README 10 years ago
angelic-sedition 59652cab9a Add notes on fixing flicker to readme
Addresses issue mentioned in #1
10 years ago
angelic-sedition aa0119bd2e Update documentation 10 years ago
angelic-sedition 1aa19c97fd Prevent irrelevant errors and info from appearing.
Addresses an issue mentioned in #1
10 years ago
angelic-sedition fc04c3c60a Improve i3 support; addresses issue mentioned in #1
- Use window id to float windows, so that the wrong window isn't ever
accidentally floated
- Sleep when first creating window to ensure it is mapped before
resizing/floating
10 years ago
angelic-sedition b584f00fd9 Fix bug where wasn't getting wid for newly created dropdowns
for potential use with a map_post_command. Also, don't use a
map_post_command when making the current window a dropdown and
instead unmap it.
10 years ago
angelic-sedition 07b526efed Accurately get correct window id for non-terminals
For some window managers, head -n 1 won't give the correct one
10 years ago
angelic-sedition 1b5a0c002e Fix case where xwininfo will detect wid even though it
it no longer exists (would prevent terminal from ever being created)
10 years ago
angelic-sedition c6eb03b37e Minor manpage update 10 years ago
angelic-sedition f56fb634c3 Update installation instructions 10 years ago
angelic-sedition 57a64467bb Add pkgbuild 10 years ago
angelic-sedition e6da22d7dd Add makefile 10 years ago
angelic-sedition 7037fd5ff4 Add initial awesome support 10 years ago
angelic-sedition 70c7e0c9ff fix fragment sentence in readme
add more info on why not using wmutils
10 years ago
angelic-sedition 1cdc5f89e4 remove innacurate information about wmutils
wtp has absolute movement/resizing
10 years ago
angelic-sedition b2edeab31f fix bspwm is_floating check to work with letters in wid
with case insensitive grep
10 years ago
angelic-sedition a1e0e8361e remove accidentally placed functions 10 years ago
angelic-sedition 76f91e5636 add support for more floating/stacking WMs:
xfwm4, metacity, fvwm, sawfish, and goomwwm
10 years ago
angelic-sedition 18eaffaa3a split/distinguish between automatic settings for auto show/hide, for a
window/term, and for both
10 years ago
angelic-sedition b0cbc61686 fix bspwm bug for auto hide/show (same as i3 one)
Before, using the -a option with bspwm would float any window after
auto-hiding then auto-showing it. This will prevent non-floating windows that are auto hidden from being
floated afterwards.
10 years ago
angelic-sedition 0a74e25f3a remove innacurate comment
had "exit" eval'd for one second before I changed how it was done
10 years ago
angelic-sedition 0544b563c7 add 'M' to getopts line (forgot to)
also, fire alarms are fun
10 years ago
angelic-sedition 975335ca0d add automatic settings for herbstluftwm to change the layout to
fullscreen for the dropdown
10 years ago
angelic-sedition 6f19422ab8 add a post-unmap command for specifying a command to be executed after
unmapping a dropdown
can be used, for example in a tiling wm, with -p or -P to toggle fullscreen on for just a
dropdown then off when unmapping the dropdown
10 years ago
angelic-sedition 1998ca514d rename post-map and pre-map commands for clarity 10 years ago
angelic-sedition 10b51860d9 add more tested terminal emulators to the readme 10 years ago
angelic-sedition 7c86196618 add support for gnome-terminal in combination with bspwm float pre
command
10 years ago
angelic-sedition e3c2e391e0 make readme headings smaller 10 years ago
angelic-sedition 7b63ec6685 fix i3 auto-showing by detecting if window was tiled or floating before
hiding it
10 years ago
angelic-sedition a670eeb968 add a readme 10 years ago
angelic-sedition e2d1e93d68 add initial support for i3 '-a'
currently working with dropdowns, but auto showing needs fixing
10 years ago
angelic-sedition f042bbf6de minor fixes, re-order, and add section headings 10 years ago
angelic-sedition c747573077 add back default y offset of 1
found that a y offset of 0 causes problems in more than just bspwm (e.g.
pekwm when auto-showing)
10 years ago
angelic-sedition 2a938d9adf add initial support for automatically detecting wm and setting options
accordingly
10 years ago