about summary refs log tree commit diff
path: root/modules/workstation/windowing/sway
Commit message (Collapse)AuthorAge
* modules/sway: also apply Firefox rules to NightlyAlyssa Ross2020-10-06
|
* modules/sway: rearrangeAlyssa Ross2020-08-22
| | | | This was getting quite difficult to read.
* modules/swaylock: show failed password attemptsAlyssa Ross2020-08-22
|
* modules/swaylock: init; set background to sway'sAlyssa Ross2020-08-22
|
* modules/sway: rebind kill to $mod+BackSpaceAlyssa Ross2020-08-22
| | | | | | | Inspired by Ethan Schoonover's XMonad setup[1][2]. [1]: https://invidio.us/watch?v=70IxjLEmomg [2]: https://github.com/altercation/dotfiles-tilingwm/blob/31e23a75eebdedbc4336e7826800586617d7d27d/.xmonad/xmonad.hs#L1250
* 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: show bat charge if no capacity dataAlyssa Ross2020-07-03
| | | | | | | I plugged a battery in and had no capacity data, which at the time meant even the status (which was available) wouldn't be shown. Now, status and capacity will be shown independently of each other, and if capacity information is unavailable, charge will be shown instead.
* modules/sway: improve status variable nameAlyssa Ross2020-07-03
|
* modules/sway: add missing breaksAlyssa Ross2020-04-17
| | | | | Missing these resulted in an extra space being displayed after the arrows.
* 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/sway: sticky Firefox sharing indicatorAlyssa Ross2020-04-15
|
* modules/sway: fix height of workspace menuAlyssa Ross2020-04-07
| | | | Not sure when or how this changed.
* modules/sway: don't tile Firefox sharing indicatorAlyssa Ross2020-02-21
|
* modules/sway: fix bar status with no batteriesAlyssa Ross2019-12-24
|
* modules/xdg: keep per-user options under the users hierarchyedef2019-12-16
|
* modules/sway: attempt to float XDvi sensiblyAlyssa Ross2019-10-15
|
* modules/sway: compact floating configAlyssa Ross2019-10-15
|
* modules/sway: give floating windows proper bordersAlyssa Ross2019-10-15
|
* bemenu: add HiDPI patchAlyssa Ross2019-07-09
| | | | See https://github.com/Cloudef/bemenu/issues/38.
* modules/sway: port choose_workspace to bemenuAlyssa Ross2019-06-22
|
* Merge commit '98e3b90b6c8f400ae5438ef868eb992a64b75ce5'Alyssa Ross2019-06-18
|
* modules/sway: make Tor Browser windows floatAlyssa Ross2019-06-16
| | | | | Using a non-standard window size can increase fingerprinting risk, so float to ensure the window is not resized.
* modules/sway: don't hardcode battery numberAlyssa Ross2019-06-01
|
* modules/workstation: rethemeAlyssa Ross2019-05-24
|
* modules/sway: extract swayidle to own moduleAlyssa Ross2019-05-24
|
* modules/sway: terminate status_command on crashAlyssa Ross2019-05-17
| | | | | echo will fail when sway's socket has gone away. Not discarding this exit code means that the script will properly terminate on a crash.
* modules/workstation: use tango themeAlyssa Ross2019-05-17
|
* modules/sway: disable gapsAlyssa Ross2019-04-27
|
* modules/sway: fix broken attempt at escapingAlyssa Ross2019-04-13
| | | | This didn't actually make this any better, and caused other problems.
* Merge commit 'da1a2b1eeafa66b4419b4f275396d8a731eccb61'Alyssa Ross2019-03-16
|
* modules/sway: add firefox keyboard shortcutAlyssa Ross2019-03-15
|
* 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: sleep between status_command itersAlyssa Ross2019-02-26
|
* modules/sway: customise furtherAlyssa Ross2019-02-26
|
* modules/sway: remove extraneous commentsAlyssa Ross2019-02-23
|
* modules/sway: default_border pixelAlyssa Ross2019-02-23
|
* sway: use natural scrollingAlyssa Ross2019-02-22
|
* 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.