Commit Graph

367 Commits

Author SHA1 Message Date
50eaea5525 Add .chezmoiignore
The logic in here is not intuitive coming from dotdrop. We need to
exclude certain files on peanut because it doesn't have a desltop
environment.
2025-09-15 10:11:56 +03:00
8d5e23002a dot_zshrc.tmpl: set ELECTRON_OZONE_PLATFORM_HINT=auto
For Electron 28+.

See: https://wiki.archlinux.org/title/Wayland
2025-09-15 10:11:56 +03:00
9385864241 dot_zshrc.tmpl: remove MOZ_ENABLE_WAYLAND
As of Firefox 121 and Thunderbird 128 Wayland is the default so we
do not need these anymore.
2025-09-15 10:11:56 +03:00
392b31ee59 Add ~/.psqlrc 2025-09-15 10:11:56 +03:00
8869fabefe Add ~/.local/share
Dark mode and light mode scripts for darkman.
2025-09-15 10:11:56 +03:00
6d2ec139ab Add ~/.local/bin 2025-09-15 10:11:56 +03:00
6c26d690a4 Add ~/.config/xdg-desktop-portal 2025-09-15 10:11:55 +03:00
8ae937a387 Add ~/.config/xdg-desktop-portal-wlr 2025-09-15 10:11:55 +03:00
92bca56efa Remove wofi config
I've been using fuzzel for a while now.
2025-09-15 10:11:55 +03:00
dd8472ea3c Add ~/.config/wofi 2025-09-15 10:11:55 +03:00
de957f0e41 dot_config/waybar/style.css: Font Awesome 7 2025-09-15 10:11:55 +03:00
0f46d4633e Add ~/.config/waybar 2025-09-15 10:11:55 +03:00
fc37ef1c6f Add ~/.config/systemd/user 2025-09-15 10:11:55 +03:00
d321b3c26f Add ~/.config/sway 2025-09-15 10:11:55 +03:00
3e685faddb Add ~/.config/mako 2025-09-15 10:11:54 +03:00
d770f47405 Add ~/.config/kanshi 2025-09-15 10:11:54 +03:00
c0cff5d8e2 Add ~/.config/foot 2025-09-15 10:11:54 +03:00
9764189920 Add ~/.config/fuzzel 2025-09-15 10:11:54 +03:00
deeed096ac Add ~/.zshrc 2025-09-15 10:11:54 +03:00
6c4ac2fc4a Add ~/.config/tmux 2025-09-15 10:11:54 +03:00
f721fad56f Add ~/.config/darkman 2025-09-15 10:11:54 +03:00
2c982c2706 Add ~/.vim and ~/.vimrc 2025-09-15 10:11:53 +03:00
cf0720ba9d dotfiles/vimrc: show text width at 80 characters 2025-09-02 20:24:06 +03:00
37e4cdc96c dotfiles/zshrc: adjust local bin path addition
Only add local bin to PATH if it isn't already present.
2025-09-01 11:27:38 +03:00
4993fca001 dotfiles/zshrc: don't export MANPATH
This seems to have been left over from something.
2025-07-20 19:10:19 -07:00
d14a9b6d5e config/sway/config: disable sticky drag lock
Tap-and-drag lock switched to sticky by default in Sway 1.11 and I
don't like it.

See: https://github.com/swaywm/sway/releases/tag/1.11
2025-07-19 21:25:23 -07:00
539102d713 dotfiles/zshrc: use vulkan on Sway
Seems to work fine on all Intel now.
2025-02-10 09:14:43 +03:00
82f581d0a5 dotfiles/zshrc: enable Vulkan renderer on balozi 2025-01-02 10:32:24 +03:00
276bb1c239 dotfiles/local/bin/convert-libaom.sh: import latest 2024-12-31 10:37:57 +03:00
f386c25a22 dotfiles: minor updates for Sway v1.10 2024-10-31 09:39:00 +03:00
81c5870943 Use geoclue in darkman
Otherwise it doesn't realize that we have changed location.

See: https://darkman.whynothugo.nl/
2024-07-13 21:24:56 +03:00
ad43053789 Add dark-mode and light-mode scripts for darkman 2024-07-04 22:22:04 +03:00
418c44e47d dotfiles/local/bin/pre-process-media.sh: update
Add support for Pixel TopShot videos.
2024-06-17 21:56:45 +03:00
17e5212f76 dotfiles/config/waybar: hardcode Font Awesome 2024-05-06 17:06:36 +03:00
d21cb6a169 dotfiles/local/bin: update pre-process-media.sh 2024-04-28 13:11:48 +03:00
4c2b8eb267 dotfiles/zshrc: remove NODE_OPTIONS
I set this via .mise.toml in each project now.
2024-03-23 16:37:01 +03:00
4356256836 dotfiles/zshrc: disable vulkan WLR_RENDERER
This is still buggy. Lots of flickering.
2024-03-23 16:36:35 +03:00
d4415cf264 dotfiles/config/sway: use foot instead of wezterm
foot feels more minimal.
2024-03-23 16:35:12 +03:00
525d0a6fab dotfiles/zshrc: remove node_modules/bin
Don't need this anymore since we've moved on to DSpace 7 everywhere.
2024-03-18 11:10:43 +03:00
68d65ab43f dotfiles/wezterm.lua: use Selenized Dark theme
As of recent Wezterm release.
2024-01-30 08:50:50 +03:00
a520a68d04 dotfiles/zshrc: remove RTX_HIDE_UPDATE_WARNING
I don't think rtx has used this for some time, and now that rtx was
renamed to mise it definitely won't read it.
2024-01-04 10:07:55 +03:00
c84aa26825 dotfiles/zshrc: rtx→mise 2024-01-04 09:13:32 +03:00
6e18cca897 config.yaml: add convert-libaom.sh
Script to convert files to AV1. I don't know if this works actually
because we use dotdrop to manage ~/.local/bin as well.
2024-01-01 22:02:20 +03:00
8f53c7fa5c dotfiles/zshrc: use vulkan renderer in Sway 2023-12-27 08:39:57 +03:00
2ebf5090e0 Revert "dotfiles/zshrc: use vulkan in Sway"
This reverts commit 634e44346c.

This actually removed the setting entirely instead of enabling it.
2023-12-27 08:38:54 +03:00
d88642c3d3 Revert "dotfiles/zshrc: remove MOZ_ENABLE_WAYLAND"
This reverts commit d96d8d6550.

Thunderbird still needs this!
2023-12-26 10:01:17 +03:00
190e1cd550 Use wezterm instead of foot
It's fast and Wayland native, but doesn't have the weird character
box width glitch.
2023-12-24 22:10:20 +03:00
634e44346c dotfiles/zshrc: use vulkan in Sway
This is much more stable than the last time I tried it.
2023-12-24 22:09:14 +03:00
d96d8d6550 dotfiles/zshrc: remove MOZ_ENABLE_WAYLAND
Wayland is enabled by default on all platforms as of Firefox 121.
2023-12-22 08:35:29 +03:00
5d285d1677 Add ~/.wezterm.lua
Contains basic config with Selenized colorscheme.
2023-12-10 21:47:50 +03:00