about summary refs log tree commit diff
path: root/modules/workstation/windowing/sway/config.in
Commit message (Collapse)AuthorAge
* modules/windowing: switch from alacritty to footAlyssa Ross2023-10-01
| | | | | I've already been contributing to foot for Spectrum, it doesn't require a GPU, and it has working emoji.
* modules/sway: add volume keybindingsAlyssa Ross2022-02-21
|
* modules/windowing: set up an MPRIS play-pause keyAlyssa Ross2021-10-17
|
* modules/sway: add brightness controlAlyssa Ross2021-07-06
|
* modules/sway: fix config errorAlyssa Ross2020-12-22
| | | | | | | | | "name" isn't a valid key and would produce a sway error on startup. The correct key is "title". But also, Firefox doesn't seem to prefix the window title with "Extension: " for me any more, so there's no good way to detect every extension window. The only extension I know that creates these windows is NoScript anyway, so let's just use that as the window prefix.
* modules/sway: float Firefox extension windowsAlyssa Ross2020-12-11
|
* modules/sway: fix Firefox Sharing Indicator floatAlyssa Ross2020-11-27
| | | | | | Recent versions of Firefox seem to have changed to a different type of dash, so let's be future proof by just matching any character separating the application name from the window type.
* modules/sway: float Firefox Picture-in-PictureAlyssa Ross2020-11-26
|
* modules/sway: also apply Firefox rules to NightlyAlyssa Ross2020-10-06
|
* 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: sticky Firefox sharing indicatorAlyssa Ross2020-04-15
|
* modules/sway: don't tile Firefox sharing indicatorAlyssa Ross2020-02-21
|
* 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
|
* 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/workstation: rethemeAlyssa Ross2019-05-24
|
* modules/sway: extract swayidle to own moduleAlyssa Ross2019-05-24
|
* 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.
* 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: customise furtherAlyssa Ross2019-02-26