summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2024-03-24Merge branch 'master' of zachir.xyz:zachir/dotfiles into cascaszachir
2024-03-24Fix hyprland config file errorsHEADmasterzachir
2024-03-23Update waybar rules for hyprland/workspaceszachir
Waybar v0.10.0 changed how persistent workspaces are done in config.
2024-03-23Fix sh not loading xdg user dirszachir
2024-03-23Add systemctl aliaseszachir
2024-03-23Set nvim colo and remove C++ auto colozachir
2024-03-23Set kitty TERM to kitty-256colorzachir
This increases compatibility with SSH.
2024-03-23Set pyprland scratchpads to a size and positionzachir
2024-03-23Update hyprland configzachir
- Remove workspace module - Update window rules - Update looks
2024-02-08hypr: float Tk windowszachir
Tk windows should float (this is mostly for testing the python tk programs I've written that need to).
2024-02-08hypr: Fix XF86 keyszachir
XF86AudioMicMute, XF86MonBrightnessUp and XF86MonBrightnessDown were not working properly; this fixes all of those buttons.
2024-02-08hypr: this is a basic ptt using volsvzachir
This toggles the mic mute when pressing the keybinding, and when releasing it. This acts as a push-to-talk, or a push-to-mute, depending on what the mic status is before pressing it.`
2024-02-08tmux: Use user-installed tpm rather than the system pathzachir
This uses the path from the github install guide for tpm, so it should work if you just copy and paste from there.
2024-02-08hyprpaper: Disables the splash textzachir
This disables the text from showing up over the wallpaper.
2024-02-08nvim: Use DevC++ colo for c/c++ fileszachir
This uses a colorscheme specifically for c/c++ files when editing c/c++ files.
2024-02-08nvim: enable live preview for .texzachir
This re-enables the live preview plugin for .tex files.
2024-02-08nvim: reorganize init.vim to have better comment alignmentzachir
This is purely for my OCD.
2024-02-08nvim: Expand tabs to spaceszachir
We're switching back to the objectively correct method of using spaces instead of tabs.
2024-02-08cas: autostart: use hyprpaper and not mpvpaperzachir
Sadly, having mpv constantly playing a video as the background isn't great for the battery life, so I'm going back to just a normal wallpaper.
2024-02-08cas: hypr: add keybind to fullscreen cool-retro-termzachir
This adds a keybind to spawn cool-retro-term fullscreen, because why not?
2024-02-08hypr: float Tk windowszachir
Tk windows should float (this is mostly for testing the python tk programs I've written that need to).
2024-02-08hypr: Fix XF86 keyszachir
XF86AudioMicMute, XF86MonBrightnessUp and XF86MonBrightnessDown were not working properly; this fixes all of those buttons.
2024-02-08hypr: this is a basic ptt using volsvzachir
This toggles the mic mute when pressing the keybinding, and when releasing it. This acts as a push-to-talk, or a push-to-mute, depending on what the mic status is before pressing it.`
2024-02-08tmux: Use user-installed tpm rather than the system pathzachir
This uses the path from the github install guide for tpm, so it should work if you just copy and paste from there.
2024-02-08hyprpaper: Disables the splash textzachir
This disables the text from showing up over the wallpaper.
2024-02-08nvim: Use DevC++ colo for c/c++ fileszachir
This uses a colorscheme specifically for c/c++ files when editing c/c++ files.
2024-02-08nvim: enable live preview for .texzachir
This re-enables the live preview plugin for .tex files.
2024-02-08nvim: reorganize init.vim to have better comment alignmentzachir
This is purely for my OCD.
2024-02-08nvim: Expand tabs to spaceszachir
We're switching back to the objectively correct method of using spaces instead of tabs.
2024-02-06hypr: Fix REAPER/yabridge broken menuszachir
This adds in windowrules to fix the broken menu spawning when using certain plugins through yabridge in REAPER.
2024-02-06sh: fix volsv in PATHzachir
volsv was wrong in .profile when setting the path in two different ways. Nice.
2024-02-06hypr: Actually implement pseudo-minimizezachir
I apparently lied in the commit where I said I did
2024-02-06hypr: fix kitty lf binding, add volsv mic mutezachir
2024-02-06waybar: max network name lengthzachir
Sets the max network name length to 22 characters
2024-02-06hypr: remove hyprloadzachir
Upstream hyprpm is now in both Artix and Arch repos, so now we will be using that instead of hyprload.
2024-02-06hypr: Actually implement pseudo-minimizezachir
I apparently lied in the commit where I said I did
2024-02-06git: reorganize gitignore to be alphazachir
Reorder the gitignore to be in normal alphabetical order.
2024-02-06git: change around gitignore to add more stuffzachir
Ignoring systemsettingsrc, r2modman dirs, gtkrc and gtkrc-2.0, droidcam, and Trolltech.conf.
2024-02-06hypr: add pseudo minimize functionalityzachir
Using the 'expose' module in pyprland to create a hidden workspace for 'minimizing' windows. Windows do not know they are minimized, however.
2024-02-06hypr: disable hyprland logozachir
2024-02-06hypr: fix kitty lf binding, add volsv mic mutezachir
2024-02-06waybar: max network name lengthzachir
Sets the max network name length to 22 characters
2024-02-06cas: use mpvpaper for wallpaper, change gtk themezachir
2024-02-06sh: fix volsv pathzachir
The volsv path was wrong, in both instances. Nice.
2024-02-06hypr: remove hyprloadzachir
Upstream hyprpm is now in both Artix and Arch repos, so now we will be using that instead of hyprload.
2024-02-02qt6ct: set theme to gtk2 and icon themezachir
This sets the qt6 theme to gtk2 and the icon theme to Mint-X.
2024-02-02qt5ct: Set qt theme to gtk2 and icon themezachir
This sets the qt theme to use gtk2, and the icon theme to use Mint-X-Grey.
2024-02-02git: reorganize gitignore to be alphazachir
Reorder the gitignore to be in normal alphabetical order.
2024-02-02git: change around gitignore to add more stuffzachir
Ignoring systemsettingsrc, r2modman dirs, gtkrc and gtkrc-2.0, droidcam, and Trolltech.conf.
2024-02-01hypr: enable variable refresh ratezachir