summary refs log tree commit diff
path: root/pkgs/applications/window-managers
Commit message (Collapse)AuthorAge
* Merge pull request #179498 from ↵ajs1242022-06-29
|\ | | | | | | | | helsinki-systems/fix/sway-contrib.grimshot-maintainers sway-contrib.grimshot: fix meta.maintainers
| * sway-contrib.grimshot: fix meta.maintainersajs1242022-06-29
| |
* | maintainers: remove wedensajs1242022-06-29
| | | | | | | | no github account linked
* | maintainers: remove epitrochoidajs1242022-06-29
| | | | | | | | no github account linked
* | maintainers: remove mschneiderajs1242022-06-29
|/ | | | no github account
* hyprland: init at 0.6.0beta (#169960)wozeparrot2022-06-28
|
* Merge pull request #178810 from azahi/shodMario Rodas2022-06-26
|\ | | | | shod: init at 2.4.0
| * shod: init at 2.4.0Azat Bahawi2022-06-26
| |
* | i3status-rust: 0.21.10 -> 0.22.0kilianar2022-06-23
|/
* Merge pull request #178201 from r-ryantm/auto-update/i3-resurrectBobby Rong2022-06-23
|\ | | | | i3-resurrect: 1.4.3 -> 1.4.5
| * i3-resurrect: 1.4.3 -> 1.4.5R. Ryantm2022-06-19
| |
* | treewide: reduce maintenance workload for ma27Maximilian Bosch2022-06-19
|/ | | | | | | | | | | Note: I DO NOT resign from nixpkgs, not at all! However, I like a clean notification inbox and I get a lot of stuff for packages where I'm only an end-user or don't use them anymore and thus can't help out that much. So please consider it a measure to reduce the mental load for me when going through my notifications ;-)
* Merge pull request #177961 from oxalica/fix/swayidle-execSandro2022-06-17
|\ | | | | swayidle: fix the path to `sh`
| * swayidle: fix the path to `sh`oxalica2022-06-17
| | | | | | | | | | The execvp to the bare `sh` would fail when PATH is cleared, eg. in a systemd unit.
* | e16: 1.0.24 -> 1.0.25José Romildo2022-06-15
| |
* | e16: add update scriptJosé Romildo2022-06-13
|/
* Merge pull request #176776 from tejasag/submit/update-ewwSandro2022-06-09
|\
| * eww: 0.2.0 -> 0.3.0Tejas Agarwal2022-06-07
| |
* | fbpanel: add -fcommon workaroundSergei Trofimovich2022-06-08
|/ | | | | | | Workaround build failure on -fno-common toolchains like upstream gcc-10. Otherwise build fails as: ld: plugin.o:(.bss+0x0): multiple definition of `stam'; panel.o:(.bss+0x20): first defined here
* Merge pull request #175309 from romildo/upd.jwmSandro2022-06-07
|\
| * jwm: reformatJosé Romildo2022-05-29
| |
| * jwm: add update scriptJosé Romildo2022-05-29
| |
| * jwm: 2.4.1 -> 2.4.2José Romildo2022-05-29
| |
* | oroborus: add -fcommon workaroundSergei Trofimovich2022-06-05
| | | | | | | | | | | | | | | | Workaround build failure on -fno-common toolchains like upstream gcc-10. Otherwise build fails as: ld: workspaces.o:src/keyboard.h:93: multiple definition of `NumLockMask'; client.o:src/keyboard.h:93: first defined here
* | sway: Disable strictDeps for wrapperAndrew Marshall2022-06-05
| | | | | | | | | | | | | | | | | | | | strictDeps breaks `withGtkWrapper` as, it seems, the setup hook does not run and `GSETTINGS_SCHEMA_PATH` does not get set so `XDG_DATA_DIRS` is not updated. Probably other things are broken by it as well. See also probably related https://github.com/NixOS/nixpkgs/issues/56943 (mentioned from `doc/languages-frameworks/gnome.section.md`). This partially reverts commit da4707d6366e0784116102743c58c89d98b7ac68.
* | btops: removeAaron Jheng2022-06-04
| |
* | i3-rounded: init at 4.20.1 (#174215)Mars2022-05-30
| | | | | | Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
* | Merge pull request #173671 from Mindavi/treewide/broken-zhfJanne Heß2022-05-30
|\ \ | | | | | | treewide: start marking packages broken
| * | treewide: pkgs/applications: mark broken for aarch64-linuxRick van Schijndel2022-05-30
| |/
* | Merge pull request #172992 from trofi/fix-fno-common-for-awesomeSergei Trofimovich2022-05-29
|\ \ | |/ |/| awesome: pull upstream fix for -fno-common toolchains
| * awesome: pull upstream fix for -fno-common toolchainsSergei Trofimovich2022-05-14
| | | | | | | | | | | | | | | | Without the change build fails as: ld: CMakeFiles/awesome.dir/objects/window.c.o:/build/source/build/common/lualib.h:31: multiple definition of `lualib_dofunction_on_error'; CMakeFiles/awesome.dir/awesome.c.o:/build/source/build/common/lualib.h:31: first defined here
* | qtile: added dbus-next as a dependencyYuri A. Martinez Falcão2022-05-27
| | | | | | | | Qtile has been moving to use dbus-next instead of dbus-python. Some widgets needs dbus-next to be able to run.
* | Merge pull request #173121 from trofi/fix-fno-common-for-i3lock-blurSergei Trofimovich2022-05-27
|\ \ | | | | | | i3lock-blur: pull patch pending upstream inclusion for -fno-common to…
| * | i3lock-blur: pull patch pending upstream inclusion for -fno-common toolchain ↵Sergei Trofimovich2022-05-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | support Without the change build on upstream gcc-10 fals as: ld: i3lock-unlock_indicator.o:/build/source/x86_64-pc-linux-gnu/../../source/unlock_indicator.c:39: multiple definition of `input_position'; i3lock-i3lock.o:/build/source/x86_64-pc-linux-gnu/../../source/i3lock.c:73: first defined here
* | | Merge pull request #173469 from trofi/workaround-fno-common-for-yeahwmSandro2022-05-19
|\ \ \ | | | | | | | | yeahwm: add -fcommon workaround
| * | | yeahwm: add -fcommon workaroundSergei Trofimovich2022-05-18
| |/ / | | | | | | | | | | | | | | | | | | Workaround build failure on -fno-common toolchains like upstream gcc-10. Otherwise build fails as: ld: screen.o:(.bss+0x40): multiple definition of `fg'; client.o:(.bss+0x40): first defined here
* / / matchbox: pull upstream fix fo -fno-common toolchainsSergei Trofimovich2022-05-17
|/ / | | | | | | | | | | | | Without thce change build fails on upstream gcc-10 as: ld: mbtheme.o:/build/matchbox-window-manager-1.2/src/structs.h:229: multiple definition of `MBAtomEnum'; main.o:/build/matchbox-window-manager-1.2/src/structs.h:229: first defined here
* / oroborus: fix URLAndersonTorres2022-05-14
|/
* Merge pull request #171836 from ncfavier/escape-wrapper-argsThiago Kenji Okada2022-05-12
|\ | | | | Fix wrapper arguments escaping
| * i3blocks-gaps: fix wrapper arguments escapingNaïm Favier2022-05-12
| |
* | Merge pull request #172159 from Ma27/bump-swaylock-effectsMaximilian Bosch2022-05-10
|\ \ | | | | | | swaylock-effects: 1.6-3 -> unstable-2021-10-21
| * | swaylock-effects: 1.6-3 -> unstable-2021-10-21Maximilian Bosch2022-05-09
| |/ | | | | | | | | | | | | | | To remain in sync with upstream `swaywm/swaylock`. Fixes a few issues including: * Ability to use `--screenshot`. * No more inverse colors.
* | Merge pull request #172093 from Artturin/fixes1Sandro2022-05-09
|\ \
| * | window-managers/sway: enable strictDepsArtturin2022-05-08
| | | | | | | | | | | | verified with https://github.com/Artturin/diffing/
| * | swaylock: enable strictDeps and pull patch to fix crossArtturin2022-05-08
| |/
* / wmfs: fix build on -fno-common toolchainSergei Trofimovich2022-05-06
|/ | | | | | | | | | Without the change build fails on -fno-common tollchains as: $ nix build --impure --expr 'with import ~/nm {}; wmfs.override { stdenv = clang13Stdenv; }' ... ld: src/log.o:(.bss+0x0): multiple definition of `W'; src/barwin.o:(.bss+0x0): first defined here ld: src/wmfs.o:(.bss+0x0): multiple definition of `W'; src/barwin.o:(.bss+0x0): first defined here ld: src/wmfs.o:(.bss+0x10): multiple definition of `event_handle'; src/client.o:(.bss+0x10): first defined here
* Merge master into staging-nextgithub-actions[bot]2022-04-26
|\
| * Merge pull request #170259 from armeenm/bump-wmiiSandro2022-04-26
| |\
| | * wmii: hg-2012-12-09 -> unstable-2022-04-04Armeen Mahdian2022-04-26
| | |
* | | Merge branch 'master' into staging-nextVladimír Čunát2022-04-25
|\| |