summary refs log tree commit diff
path: root/nixos/modules/services/x11
Commit message (Collapse)AuthorAge
* fix broken link to synaptics configvolth2017-01-03
|
* Merge pull request #21466 from abbradar/kde-wrapperThomas Tuegel2017-01-03
|\ | | | | Flatten nested kdeWrappers
| * kde5 service: use flattening kdeWrapperNikolay Amiantov2017-01-03
| |
* | nixos/gnome3: add gnome-settings-daemon udev rules (enables bluetooth GUI)Bjørn Forsman2016-12-31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Without this, gnome-settings-daemon will not have write access to /dev/rfkill, which in turn cause it to advertise no "airplane mode" over D-Bus, which in turn the bluetooth panel code in gnome-control-center interprets as "there are no bluetooth dongles" (and the button to turn on bluetooth is grayed out). The end result that bluetooth operations cannot be done in the GNOME desktop. See upstream discussion: http://lists.usefulinc.com/pipermail/gnome-bluetooth/2016-July/thread.html http://lists.usefulinc.com/pipermail/gnome-bluetooth/2016-December/thread.html
* | xserver.wacom: update xorg.conf.d name after upstream change of the numberMichael Raskin2016-12-27
|/
* uxrvtd: Fix clipboardrnhmjoj2016-12-16
|
* lxqt: better organize system packagesromildo2016-12-15
| | | | | | | | | | | | | | | Split packages in three categories, all of them going into the system package list: - pre-requisite packages - core packages - optional packages Add a new configuration option 'environment.lxqt.excludePackages' to specify optional LXQt packages that should be excluded from system packages. Add 'gvfs' as a pre-requisite package, needed by 'pcmanfm-qt' to handle virtual places, like "Computer" and "Network".
* nixos GDM: fix #19896Vladimír Čunát2016-12-04
| | | | | | | | - As noted on github, GDM needs different parameters for X. - Making xserverArgs a true list instead of concat-string helps to filter it and it feels more correct anyway. - Tested: gdm+gnome, lightdm+gnome. There seems to be no logout option in gnome, and gdm doesn't offer other sessions, but maybe these are normal.
* unclutter-xfixes service: initErik Rybakken2016-11-29
| | | | Closes #18398
* display-managers module: improve variable quotingVladimír Čunát2016-11-26
| | | | | | | | | Fixes #20713, though I'm certain nixpkgs contains loads of places without proper quoting, as (ba)sh unfortunately encourages that. The only plus side is that most of such problems in nixpkgs aren't actually security problems but mere annoyance to those who are foolish enough to use "weird" characters in critical names.
* Merge pull request #20385 from ericsagnes/feat/i3-refactorJoachim F2016-11-23
|\ | | | | i3 module: refactor
| * i3 module: refactorEric Sagnes2016-11-14
| |
* | nixos/modules: use defaultText where applicableJoachim Fasting2016-11-21
| | | | | | | | | | | | Primarily to fix rendering of these default values in the manual but it's also nice to avoid having to eval these things just to build the manual.
* | Merge pull request #20433 from ttuegel/install-cd-kde-5Thomas Tuegel2016-11-18
|\ \ | | | | | | Use KDE 5 for the graphical installation DVD
| * | kde5: add enableQt4Support optionThomas Tuegel2016-11-15
| | |
| * | kde5: don't install oxygen-icons5 if breeze-icons is presentThomas Tuegel2016-11-15
| |/
* | Merge pull request #20384 from ericsagnes/feat/bspwm-refactorJoachim F2016-11-17
|\ \ | | | | | | bspwm module: refactor
| * | bspwm module: refactorEric Sagnes2016-11-14
| |/
* / sddm: Enable user switchingEelco Dolstra2016-11-16
|/ | | | | | It was lacking the dbus configuration to bind to org.freedesktop.DisplayManager, and it was passing fixed TTY/display numbers to the X server (see 9be012f0d4d9b6bca35416ec89d5a40be4556896).
* lxqt: it is capable of setting a backgroundromildo2016-11-11
|
* lumina: init at 1.1.0-p1romildo2016-11-01
|
* Revert "xserverArgs fuckup"Joachim Fasting2016-10-28
| | | | | | | | | | | | | | | This reverts commit c2922a9157a8d8db62cee763e254113c3766461e. See https://github.com/NixOS/nixpkgs/issues/19930 While the above commit is designed to allow GDM to work, it appears to break other use cases. In particular, it breaks tests involving X usage (e.g., i3wm[1] and firefox[2]), which makes it difficult to assess the impact of other changes and so hampers development of unrelated features. https://hydra.nixos.org/build/42852015 https://hydra.nixos.org/build/42851666
* Merge remote-tracking branch 'upstream/master' into HEADFrederik Rietdijk2016-10-26
|\
| * nixos: use types.lines for extraConfigEmery Hemingway2016-10-23
| |
* | gnome3: default to 3.22 (#19743)Alexander Ried2016-10-22
| | | | | | | | | | | | | | | | | | | | * gnome3: default to 3.22 * zuki-themes: add src for gnome 3.22, remove 3.18 * gnome3_22.vte_290: copy from gnome3.20 * termite: use vte-select-text from gnome3_20
* | Merge remote-tracking branch 'upstream/master' into HEADFrederik Rietdijk2016-10-22
|\|
| * lightdm module: require accounts daemon moduleobadz2016-10-22
| |
| * Merge pull request #19347 from cedeel/bspwm-gitJörg Thalheim2016-10-22
| |\ | | | | | | bspwm-unstable: init at 2016-09-30
| | * bspwm-unstable: init at 2016-09-30Chris Darnell2016-10-16
| | |
| * | display-manager: Require systemd-udev-settle.serviceEelco Dolstra2016-10-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It was already ordered after systemd-udev-settle.service, but that doesn't do anything if no other units require systemd-udev-settle.service. This was causing random failures during X server startup, e.g. machine# [ 12.691372] display-manager[607]: (EE) open /dev/dri/card0: No such file or directory http://hydra.nixos.org/build/41062823
* | | xserverArgs fuckupAlexander Ried2016-10-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | gnome-x-session provides good defaults which we really should not override. We have to add assertions to gdm.nix if the user specified one of those. enableTCP must be configured through a gnome setting dunno why we have terminate but it probably breaks stuff We should expose configFile so we can use it from gdm module.
* | | gdm module: enable user dbus sessionAlexander Ried2016-10-15
| | |
* | | gdm module: only make xserver args overrideableAlexander Ried2016-10-15
| | |
* | | gnome3_22.gnome-session: lookup of gnome-settings-daemon.desktopAlexander Ried2016-10-15
| | |
* | | displayManager.gdm: only gnome-session needs to be on pathAlexander Ried2016-10-15
| | |
* | | gnome3.gnome-terminal-server: init moduleAlexander Ried2016-10-15
|/ / | | | | | | | | since gnome3.22 gnome-terminal uses a systemd service for it's backend server.
* | qlipper: init at 2016-09-26romildo2016-10-15
| |
* | screengrab: init at 2016-02-24romildo2016-10-15
| | | | | | | | fixes #19561
* | x11 module: don't restart the display manager indefinitely (#19418)zimbatm2016-10-10
| | | | | | | | | | | | | | | | | | | | | | | | * x11 module: don't restart the display manager indefinitely If the display managers crashes continuously in loops it prevents the user from switching to the console and try to fix things. Especially when using the "auto" display manager it can happen quite easily. * x11 module: fix display manager restart timeouts It takes more than 1 second to boot the X server.
* | qps: init at 1.10.16romildo2016-10-10
| |
* | lxqt: Add xscreensaver to systemPackagesromildo2016-10-08
| |
* | lximage-qt: init at 0.5.0romildo2016-10-08
|/
* Merge pull request #19209 from siddharthist/urxvtd/initJörg Thalheim2016-10-07
|\ | | | | urxvtd service: init
| * urxvtd service: initLangston Barrett2016-10-06
| | | | | | | | | | | | adds pkgs.rxvt_unicode-with-plugins adds appropriate environment.variables no default target, must be enabled manually
* | Merge pull request #19212 from romildo/new.lxqtJoachim F2016-10-07
|\ \ | | | | | | lxqt: init at 0.11
| * | obconf-qt: init at 0.11.0romildo2016-10-07
| | |
| * | compton-conf: init at 0.2.0José Romildo Malaquias2016-10-06
| | |
| * | lxqt: Add libkscreen to systemPackagesJosé Romildo Malaquias2016-10-06
| | |
| * | lxqt: Add qtsvg to systemPackagesJosé Romildo Malaquias2016-10-06
| | |
| * | lxqt: fix small issues in nix expressionsJosé Romildo Malaquias2016-10-06
| | |