about summary refs log tree commit diff
path: root/modules/workstation/windowing/sway/default.nix
Commit message (Collapse)AuthorAge
* modules/sway: install xdg-desktop-portal-gtkAlyssa Ross2024-01-16
|
* modules/sway: enable portal screen sharingAlyssa Ross2023-09-14
|
* modules: use Markdown documentation descriptionsAlyssa Ross2023-08-05
|
* modules/sway: configure wlsunsetAlyssa Ross2023-06-05
|
* modules/sway: don't use default extraPackagesAlyssa Ross2021-06-09
| | | | By default, programs.sway.enable installs stuff like... urxvt??
* modules/sway: rearrangeAlyssa Ross2020-08-22
| | | | This was getting quite difficult to read.
* modules/swaylock: init; set background to sway'sAlyssa Ross2020-08-22
|
* modules/sway: make status_command output directoryAlyssa Ross2020-08-15
| | | | | | Putting the status_command program at $out will mean that its store path shows up in ps, which makes it difficult to scan. So make $out a directory, with the status command inside it.
* modules/sway: rewrite status_command in C++Alyssa Ross2020-04-17
| | | | | | | | | | | | | | The execline version was nice, but I think execline is not really suitable for fairly complicated scripts that run once a second. I frequently saw it as one of the most active processes on the system, and it was probably really bad for power consumption! Before rewriting in C++, I tried C, but the string handling was extremely annoying, and Rust, but it can't do time stuff in the standard library. I didn't want to have to pull in a library just for this, so C++ it was. My first C++ program, in fact!
* modules/xdg: keep per-user options under the users hierarchyedef2019-12-16
|
* modules/sway: port choose_workspace to bemenuAlyssa Ross2019-06-22
|
* modules/workstation: rethemeAlyssa Ross2019-05-24
|
* modules/sway: extract swayidle to own moduleAlyssa Ross2019-05-24
|
* Merge commit 'da1a2b1eeafa66b4419b4f275396d8a731eccb61'Alyssa Ross2019-03-16
|
* modules: use pkgs.substituteAll where applicableAlyssa Ross2019-03-15
| | | | | I misread the implmentation, and thought it only worked for derivations that produced directories, so hadn't been using it until now.
* modules/sway: fix broken configAlyssa Ross2019-03-11
|
* modules/sway: fix syntax errorAlyssa Ross2019-03-11
|
* modules/sway: customise furtherAlyssa Ross2019-02-26
|
* config: give up on this experimentAlyssa Ross2019-02-10
This ended up being way more trouble than it was worth, and the approach just flat out didn't work for stuff like OpenSSH.