summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
14 daysWindow rules reduxclazachir
Mostly removing a bunch of crap for simplicity
14 daysAdd love to swallow exception regexzachir
14 daysChange autostartszachir
Start easyeffects flatpak, start dunst and hypridle as processes and not through systemd.
14 daysMerge branch 'master' into clazachir
14 daysReconfigure yayHEADmasterzachir
14 daysFix GTK-3 settingszachir
14 daysMerge branch 'master' into clazachir
2025-02-28Set rust text width to 80ZachIR
2025-02-28Add cleaner and preview to fix lfZachIR
2025-02-28Add handlr configZachIR
2025-02-28Set xcursor themeZachIR
2025-02-28Add tofi configs for cosmicZachIR
2025-02-28Add darkman config fileZachIR
2025-02-28Set default portal to gtk, add darkmanZachIR
2025-02-28Fix tofi colorsZachIR
2025-02-28Add command_not_found handle for distroboxZachIR
2025-02-28Fix lf image preview (ctpv broke)ZachIR
2025-02-28Disable hyprland logsZachIR
For now, at least.
2025-02-28Fix gtk and qt themingZachIR
Also set the theme back to green instead of white
2025-01-24Merge branch 'master' into clazachir
2025-01-23Un-bold the zsh prompt (fixes issue in some terms)ZachIR
Namely cool-retro-term doesn't like bolded powerline symbols.
2025-01-23Fix zsh search bindkeysZachIR
They used single quotes, but needed to be double quotes.
2025-01-21Merge branch 'master' into clazachir
2025-01-21Update .gitignore from clazachir
2025-01-21Fix F1 behavior on kittyzachir
It was previously mapped to something for some reason; it is no longer so.
2025-01-21Merge branch 'master' into clazachir
2025-01-21Set gtk, icon, and mouse themesZachIR
GTK Theme is now darkest/white, icon theme is COSMIC, and mouse theme is BreezeX-Black.
2025-01-21Change zsh prompt to have <~> for powerlineZachIR
2025-01-21Use zkbd for zsh keybindingsZachIR
2025-01-20Merge branch 'master' into clazachir
2025-01-20Use the Dark2 vim theme instead of 256-grayvimzachir
2025-01-20Use the same config for both vim and nvimzachir
This was already taken care of in the config, I'm not sure why I didn't do this at the time.
2025-01-20Set kitty tab-bar style to powerlinezachir
I think it fits in better with my system than fade.
2025-01-20Extend hyprland no swallow regex to include nvimzachir
This should match either vim or nvim, as I figured out why LLP wasn't working in nvim for me.
2025-01-20Add more git ignoreszachir
The following folders are now also ignored: 5DB5/ 5db5/ MangoHud/ SNAPSHOT PLAYER/ audacity/ cosmic/ glow/ gtk-4.0/ qobuz-dl/ razergenie/ sonobus/ strawberry/ vkBasalt/
2025-01-20Add grace to hyprlockzachir
Specificall a 15 second grace, and ignore empty input.
2025-01-20Merge branch 'cla' of zachir.xyz:zachir/dotfiles into clazachir
2025-01-20Remove reduntant dunst start in Hyprlandzachir
dunst was started twice; this is redundant. This has been fixed now.
2025-01-20Update hyprland window ruleszachir
A lot has changed, both in terms of overall workflow, and what works. To suffice, if windows suddenly misbehave, the culprit might be here.
2025-01-20Update waybar temp sourceszachir
It seems these updated after I updated the NVMe system drive.
2025-01-20Add Grayjay download to PATHzachir
This seems to work better than the AUR package (maybe)
2025-01-20Merge branch 'master' into clazachir
2025-01-20Comment out LLPreview in nvimzachir
It only works on Vim anyways.
2025-01-20Don't swallow vim child windows in Hyprlandzachir
Vim Latex Live Preview opens Zathura as my preview window, this should not swallow.
2025-01-20Comment out vim latex preview autocmdszachir
This should be done manually, especially as every time you change to a different tab and change back causes another preview window to open.
2025-01-20Merge branch 'master' into clazachir
2025-01-18Remove kitty close confirmationZachIR
This confirmation would prompt even if only the shell was open; not anymore.
2025-01-18Cleanup zsh configs + add zplugZachIR
Just a couple plugins for syntax highlighting and history searching, removing a bunch of old unused files, and changing to just accept the standard of using dotfiles in the home directory.
2024-11-19Define xdg-desktop-portal defaultsZachIR
Use Hyprland for default, and use lxqt file chooser.
2024-11-19Fix chmod issue with spaces in lfZachIR
Chmod would not apply properly to files or folders with spaces in the path; this has been fixed now.