Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | vlt: Add the ‘raw’ subcommand | Thomas Voss | 2023-08-25 | 2 | -6/+6 |
| | |||||
* | eww: Correctly detect ‘status == Charging’ | Thomas Voss | 2023-08-25 | 1 | -13/+19 |
| | |||||
* | emacs: Add ‘mango-tetris-rotate-mirror’ | Thomas Voss | 2023-08-25 | 1 | -1/+7 |
| | |||||
* | fonts: Add my Iosevka font configuration | Thomas Voss | 2023-08-25 | 1 | -0/+93 |
| | |||||
* | emacs: Add tetris bindings | Thomas Voss | 2023-08-25 | 1 | -0/+18 |
| | |||||
* | foot: Use my terminal font | Thomas Voss | 2023-08-25 | 1 | -1/+1 |
| | |||||
* | eww: Remove ‘set -e’ from listeners | Thomas Voss | 2023-08-25 | 4 | -8/+0 |
| | |||||
* | emacs: We need to use ‘lambda’ here | Thomas Voss | 2023-08-25 | 1 | -1/+1 |
| | |||||
* | emacs: Add support for pyright | Thomas Voss | 2023-08-24 | 1 | -0/+10 |
| | |||||
* | emacs: Update indentation settings | Thomas Voss | 2023-08-24 | 1 | -5/+7 |
| | |||||
* | Hyprland: Fix binding for new version of ‘vlt’ | Thomas Voss | 2023-08-24 | 1 | -1/+1 |
| | |||||
* | Hyprland: Make ‘zenity’ floating | Thomas Voss | 2023-08-24 | 1 | -3/+3 |
| | |||||
* | nvim: Add nvim configuration | Thomas Voss | 2023-08-24 | 1 | -0/+30 |
| | |||||
* | eww: Read from /sys directly | Thomas Voss | 2023-08-23 | 1 | -17/+12 |
| | |||||
* | eww: Handle the ‘Not Connected’ case | Thomas Voss | 2023-08-23 | 1 | -1/+1 |
| | |||||
* | eww: Use readonly | Thomas Voss | 2023-08-23 | 1 | -1/+3 |
| | |||||
* | eww: Add some initial values | Thomas Voss | 2023-08-23 | 1 | -4/+4 |
| | |||||
* | Hyprland: Play around with ‘no_gaps_when_only’ | Thomas Voss | 2023-08-23 | 1 | -0/+4 |
| | |||||
* | Hyprland: Close stderr for ‘vlt’ | Thomas Voss | 2023-08-23 | 1 | -1/+1 |
| | |||||
* | Hyprland: Add multiple xkb variants | Thomas Voss | 2023-08-23 | 1 | -2/+3 |
| | |||||
* | eww: Use ‘jq’ instead of ‘sed’ | Thomas Voss | 2023-08-23 | 1 | -9/+1 |
| | |||||
* | eww: Force line buffering | Thomas Voss | 2023-08-23 | 1 | -7/+7 |
| | |||||
* | Hyprland: Switch from waybar to eww | Thomas Voss | 2023-08-23 | 1 | -1/+1 |
| | |||||
* | eww: Add an eww configuration | Thomas Voss | 2023-08-23 | 11 | -0/+344 |
| | |||||
* | waybar: Use full names for days of the week | Thomas Voss | 2023-08-23 | 1 | -1/+1 |
| | |||||
* | Hyprland: Use ‘scst’ for screenshots | Thomas Voss | 2023-08-22 | 1 | -1/+2 |
| | |||||
* | Hyprland: Remove ‘cm’ | Thomas Voss | 2023-08-22 | 1 | -1/+0 |
| | |||||
* | Hyprland: Rename ‘vault’ to ‘vlt’ | Thomas Voss | 2023-08-22 | 1 | -1/+1 |
| | |||||
* | Hyprland: Close stderr for wofi --show run | Thomas Voss | 2023-08-22 | 1 | -1/+1 |
| | |||||
* | emacs: Disable cursor blinking | Thomas Voss | 2023-08-22 | 1 | -0/+10 |
| | |||||
* | readline: Don’t blink cursor in insert mode | Thomas Voss | 2023-08-22 | 1 | -1/+1 |
| | |||||
* | foot: Make configuration more elaborate | Thomas Voss | 2023-08-22 | 1 | -1/+26 |
| | |||||
* | Hyprland: Disable animations for overlays | Thomas Voss | 2023-08-21 | 1 | -0/+2 |
| | |||||
* | Hyprland: Lots of settings changed | Thomas Voss | 2023-08-21 | 1 | -14/+19 |
| | |||||
* | Hyprland: Enable blur | Thomas Voss | 2023-08-21 | 1 | -1/+2 |
| | |||||
* | foot: Add configuration for ‘foot’ | Thomas Voss | 2023-08-21 | 1 | -0/+8 |
| | |||||
* | emacs: Automatically add projects to project list | Thomas Voss | 2023-08-20 | 1 | -0/+13 |
| | |||||
* | systemd: Fix ‘ec’ unit description | Thomas Voss | 2023-08-20 | 1 | -1/+1 |
| | |||||
* | Hyprland: Fix binding for ‘ec’ | Thomas Voss | 2023-08-20 | 1 | -1/+5 |
| | |||||
* | ec: Set window title | Thomas Voss | 2023-08-20 | 1 | -0/+3 |
| | |||||
* | systemd: Add a service for the ‘ec’ daemon | Thomas Voss | 2023-08-20 | 2 | -0/+14 |
| | |||||
* | ec: Create a configuration file for ‘ec’ | Thomas Voss | 2023-08-20 | 1 | -0/+43 |
| | |||||
* | emacs: Don’t theme TTYs | Thomas Voss | 2023-08-20 | 1 | -1/+1 |
| | | | | | Typically themeing looks really gross in the TTY, and I would like to just use the same color-scheme as my terminal anyways. | ||||
* | emacs: Minor formatting change | Thomas Voss | 2023-08-20 | 1 | -2/+1 |
| | |||||
* | emacs: Finish properly configuring ‘company-mode’ | Thomas Voss | 2023-08-20 | 1 | -3/+37 |
| | |||||
* | Hyprland: Properly center ‘ec’ | Thomas Voss | 2023-08-20 | 1 | -1/+1 |
| | | | | For whatever reason, ‘center 1’ doesn’t seem to consistently work | ||||
* | Hyprland: Center- and size ‘ec’ | Thomas Voss | 2023-08-19 | 1 | -1/+1 |
| | |||||
* | Hyprland: Add Hyprland configuration | Thomas Voss | 2023-08-19 | 1 | -0/+150 |
| | |||||
* | wofi: Make ‘font-size’ a bit smaller | Thomas Voss | 2023-08-19 | 1 | -1/+1 |
| | |||||
* | wofi: Prefer hex for colors | Thomas Voss | 2023-08-19 | 1 | -1/+1 |
| |