Commit graph

637 commits

Author SHA1 Message Date
ItsDrike bd7f0b78a6
Move back to systemd-lock-handler 2024-03-05 11:16:53 +01:00
ItsDrike 6527de32b5
Fix hypridle systemd logs 2024-02-19 02:12:56 +01:00
ItsDrike c2564684da
Update toggle-idle to use hypridle 2024-02-19 01:56:00 +01:00
ItsDrike 59c3b49d33
Use official treesitter pkg ft=hyprlang (not ft=hypr) 2024-02-19 01:29:39 +01:00
ItsDrike ae02222df1
Migrate from swayidle to hypridle 2024-02-19 01:19:52 +01:00
ItsDrike a1f9a7c82d
Fix dot-put script 2024-02-18 20:32:00 +01:00
ItsDrike 0d3c5f1db4
Update hyprland config for latest update (hyprlang) 2024-02-18 20:31:15 +01:00
ItsDrike eba5d3fdbc
Update alacritty config (auto-formatting) 2024-02-17 23:12:13 +01:00
ItsDrike b29dfb9af6
Rewrite dot-put script 2024-02-17 23:11:38 +01:00
ItsDrike 05e61f18a1
Update plugin config 2024-02-17 23:11:22 +01:00
ItsDrike 2d77f7d95c
Add wh=which alias 2024-02-17 23:11:01 +01:00
ItsDrike 9bade74f02
Remove devour aliases 2024-02-17 23:10:55 +01:00
ItsDrike e33d386521
Update window rules 2024-02-17 22:54:47 +01:00
ItsDrike f769f85293
Update btop config (new version) 2024-02-17 22:54:14 +01:00
ItsDrike d0c25b5901
Update keybinds 2024-02-17 22:53:22 +01:00
ItsDrike 6ff912d3b8
Split hyprland config even more 2024-02-17 22:53:00 +01:00
ItsDrike 0e0dd92bb9
Add git tracked-text-files alias 2024-02-17 22:52:25 +01:00
ItsDrike 82ab38ae7f
Add dot-put script 2024-02-17 22:50:24 +01:00
ItsDrike 3c1362f7c9
Add cpu-power alias 2024-02-17 22:45:52 +01:00
ItsDrike 292778fa9c
Add hyfetch 2024-02-17 22:45:22 +01:00
ItsDrike cbb7fa714b
Migrate from z.lua to zoxide 2024-02-16 17:30:04 +01:00
ItsDrike ebe36051d5
Add pythonrc for xdg history file 2024-02-05 23:25:31 +01:00
ItsDrike ecac51aadb
Add hibernate option to menuquit 2024-02-05 23:24:42 +01:00
ItsDrike 29583e07b7
Allow AC adapter naming in battery script 2023-12-31 12:44:08 +01:00
ItsDrike 74b3df693c
Fix stremio window rule 2023-12-10 02:22:37 +01:00
ItsDrike f20cbc479e
Split hyprland plugin config to it's own file 2023-12-10 02:22:19 +01:00
ItsDrike 77a8cced84
Update pythonrc 2023-10-10 21:32:38 +02:00
ItsDrike 18252755b8
Override the comment color in zsh syntax highlighting 2023-10-10 21:29:53 +02:00
ItsDrike 525c6ee5a8
Update kitty config 2023-10-10 21:27:47 +02:00
ItsDrike 29159b9fb3
Add loog (long log) git alias 2023-10-10 21:27:38 +02:00
ItsDrike 2ac4840117
Enable battery module in eww 2023-10-10 21:27:19 +02:00
ItsDrike 4e7a291bd9
Delete waybar configuration 2023-10-10 20:58:04 +02:00
ItsDrike cf2ac68b64
Remove old lunarvim confiuration 2023-10-10 20:50:04 +02:00
ItsDrike 6aeff61f59
Update aliases 2023-10-10 20:36:09 +02:00
ItsDrike 08929b8360
Update fontconfig (Caskaydia fonts are now TTF) 2023-10-10 20:35:35 +02:00
ItsDrike 0806557d5d
Update launch-hypr exports for nvidia 2023-10-10 20:34:56 +02:00
ItsDrike 9a79a5453b
Add userspace reboot option to menuquit 2023-10-10 20:32:55 +02:00
ItsDrike 6e31a94da3
Add vim filetype override comments 2023-10-10 20:22:13 +02:00
ItsDrike 24d34c0d11
Add keybindings for optional manual tiling 2023-10-10 20:21:11 +02:00
ItsDrike 0291bccf22
Use layoutmsg for togglesplit dispatcher 2023-10-10 20:20:40 +02:00
ItsDrike 4049a59628
Rewrite various parts of hyprland configuration 2023-10-10 20:20:25 +02:00
ItsDrike 2bf70e652a
Add dwindle-autogroup plugin 2023-10-09 19:28:26 +02:00
ItsDrike 200cffd629
Auto-float some tor browser windows 2023-10-09 19:27:58 +02:00
ItsDrike 4bef2362d4
Auto-float firefox Opening dialogs 2023-10-09 19:27:40 +02:00
ItsDrike 91ae4cb3b7
Fix stremio 2023-10-09 19:27:20 +02:00
ItsDrike b15574ce25
Add keybind isolation group 2023-10-09 19:27:05 +02:00
ItsDrike ee3dc5a256
Change video keybind 2023-10-09 19:26:56 +02:00
ItsDrike 0bcfd32b78
Remove trailing space 2023-08-04 11:46:15 +02:00
ItsDrike 212fd0d82f
Move to updated settings for v0.28.0 2023-08-04 11:46:01 +02:00
ItsDrike 3b5ac91ae8
Only add ~/.local/bin to PATH if it exists
Without existence check, the `find` command prints a fail message to
stderr, and leaves stdout empty. This means only the prefix `:` is
appended to the `$PATH` variable.

Leaving a trailing `:` in `$PATH` is however something we really don't
want to be doing, as it makes the current directory get treated as a
part of `$PATH`.

While the `~/.local/bin` directory is generally going to exist, during
installation and in some other edge cases, it might not yet be there,
and we need to account for that.
2023-08-02 14:13:44 +02:00