summary refs log tree commit diff
path: root/pkgs/applications/window-managers
Commit message (Collapse)AuthorAge
* fvwm: 2.6.6 -> 2.6.7gratuxri2017-06-12
| | | Release notes: https://github.com/fvwmorg/fvwm/releases/tag/2.6.7
* Merge pull request #26254 from boomshroom/fix/i3block-scriptsJörg Thalheim2017-06-10
|\ | | | | i3blocks: add optional dependencies for scripts
| * i3blocks: add optional dependencies for scriptsAngelo Bulfone2017-05-30
| |
* | jwm: 1582 -> 1594romildo2017-06-09
| |
* | i3lock-color: 2.7-2017-04-01 -> 2.9.1-cIsmaïl Senhaji2017-06-05
|/
* awesome: Allows awesome to load svg images.Samuel Dionne-Riel2017-05-14
| | | | | | | | | | | | | | | Awesome can load SVG images, just like it can do PNG, through gdk. The support for SVG images through GDK needs librvsg. This commits adds the plumbing necessary in the wrapper that makes awesome be able to load SVG images. Without this, awesome will not load SVG images. The related error message is: > Couldn't recognize the image file format for file Which comes from gdk.
* i3: fix runtime dependenciesEric Sagnes2017-05-10
| | | Fixes #25633.
* stalonetray: 0.8.1 -> 0.8.3romildo2017-05-04
|
* dwm: Add http url scheme to dwm homepageMario Rodas2017-04-23
|
* ratpoison: 1.4.8 -> 1.4.9Joachim Fasting2017-04-17
| | | | | | | | | Contains changes that require updating user configs: - command `compat' and the various def* compat commands were removed - `msgwait', `rudeness', `startupmessage', `warp' are now variables See http://git.savannah.nongnu.org/cgit/ratpoison.git/tree/NEWS
* trayer: 1.1.6 -> 1.1.7Daniel Ehlers2017-04-10
|
* Merge pull request #24764 from matthewbauer/spectrwm-osxJörg Thalheim2017-04-09
|\ | | | | spectrwm: fix OSX build
| * spectrwm: fix OSX buildMatthew Bauer2017-04-09
| |
* | i3: add separateDebugInfoSean Haugh2017-04-07
| |
* | Merge pull request #24678 from edanaher/add-fvwm-maintainerDomen Kožar2017-04-06
|\ \ | | | | | | fvwm: add edanaher as maintainer
| * | fvwm: add edanaher as maintainerEvan Danaher2017-04-06
| | |
* | | sway: Add xwayland build inputTim Steinbach2017-04-05
| | |
* | | sway: 0.11 -> 0.12.2Tim Steinbach2017-04-04
| | |
* | | i3lock-color: 2.7-2016-09-17 -> 2.8; Closes #24450ndowens2017-04-01
| |/ |/| | | | | | | | | i3lock-color: Corrected software src Fixed version
* | 2bwm: init at 0.2sternenseemann2017-03-30
| |
* | way-cooler: init at 0.5.2Vasiliy Solovey2017-03-26
|/
* awesome: menubar should take XDG_HOME_DIR and XDG_DATA_DIRS into accountromildo2017-03-23
|
* bevelbar: remove unnessary makeFlagsJörg Thalheim2017-03-19
|
* bevelbar: init at 16.11 (#24072)Nathan Isom2017-03-19
| | | | | | * bevelbar: init at 16.11 * bevelbar: use fetchFromGitHub
* awesomewm: 4.0 -> 4.1ndowens2017-03-19
|
* Merge pull request #24042 from romildo/upd.windowmakerBenjamin Staffin2017-03-19
|\ | | | | windowmaker: 0.95.7 -> 0.95.8
| * windowmaker: 0.95.7 -> 0.95.8romildo2017-03-18
| |
* | wtftw: init at 0.0pre20161001; patch mostly by @kcomplexesMichael Raskin2017-03-19
|/
* icewm: fix CFGDIRVolth2017-03-16
|
* jwm: 1580 -> 1582romildo2017-02-24
|
* awesome-4.0: Add hicolor-icon-theme for theme supportndowens2017-02-17
| | | | Closes #22888.
* compton: 0.1_beta2 -> 0.1_beta2.5Nikolay Amiantov2017-02-16
|
* openbox: fix openbox-xdg-autostartNikolay Amiantov2017-02-16
| | | | Also add more optional dependencies.
* sway: 0.9 -> 0.11 (#22835)Jaanus Torp2017-02-15
|
* jwm: 1575 -> 1580romildo2017-02-07
|
* Merge pull request #22108 from yorickvP/masterMichael Raskin2017-01-24
|\ | | | | i3status: 2.10 -> 2.11
| * i3status: 2.10 -> 2.11Yorick van Pelt2017-01-24
| |
* | jwm: 1563 -> 1575romildo2017-01-24
|/
* treewide: use lib.maintainers for meta.maintainersFranz Pletz2017-01-20
|
* stumpwm: 0.9.9 -> 1.0.0Francis St-Amour2017-01-15
|
* i3blocks: fix platformsMichael Raskin2017-01-13
|
* i3blocks: specify supported platformsBirger J. Nordølum2017-01-13
|
* i3blocks: search for config in correct system directoryKier Davis2017-01-12
| | | | | | | | | | | | | | | | | | | | | | The SYSCONFDIR variable used in the Makefile servers two purposes: 1) During buildPhase, it is hardcoded into the executable as one of the locations that will be searched for the i3blocks.conf config file. We want this set to "/etc", so that "/etc/i3blocks.conf" will be automatically loaded if it exists, as specified in the manpage. 2) During installPhase, it specifies the location that the sample i3blocks.conf should be installed to. We want this to be "$out/etc". Case 2 was already handled correctly, but case 1 was not. This resulted in i3blocks instead searching for i3blocks.conf in the default value of SYSCONFDIR, which is "/usr/local/etc", a directory which generally does not exist on NixOS. This commit remedies this problem by setting SYSCONFDIR=/etc during buildPhase. A minor stylistic fix (correcting a usage of "makeFlags" to "buildFlags" in the expression) has also been applied in this commit.
* compiz: 0.9.13.0 -> 0.9.13.1Michael Raskin2017-01-02
|
* awesome: 3.5.9 -> 4.0Alexey Shmalko2016-12-27
|
* bspwm: 1.9.1 -> 1.9.2Rory McNamara2016-12-22
|
* ion3: specify meta.{platforms,license}Joachim Fasting2016-12-06
|
* i3-gaps: enableParallelBuilding = false;Vladimír Čunát2016-12-04
| | | | http://hydra.nixos.org/build/44530327
* windowmaker: 0.95.6 -> 0.95.7romildo2016-11-24
|
* treewide: quote URLs in my packagesNikolay Amiantov2016-11-24
|