summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2024-08-05cla: Move tray to left side of bar, and make clearzachir
2024-08-05cla: Hide waybar temp modules unless criticalzachir
2024-08-05cla: fix REAPER windows in hypr and turn off xrayzachir
Both of these were causing a certain amount of headache for me. All REAPER windows will now tile, and the shadow/blur around pop-ups will not xray through everything.
2024-08-05Merge branch 'master' into clazachir
2024-07-23Merge branch 'master' of zachir.xyz:zachir/dotfilesHEADmasterzachir
2024-07-23Hide temperature modules until criticalzachir
2024-07-20hypr: Reorganize and simplify hyprland window ruleszachir
Also comment most of them out for testing purposes.
2024-07-20cla: Use swayidle instead of hypridlezachir
Hypridle simply isn't ready to be used on this computer yet.
2024-07-20cla: Resize gtk cursor to 36zachir
2024-07-20Merge branch 'master' into clazachir
2024-07-20Improve hypr config basicszachir
Simplify the swallow_exception_regex, turn off drop_shadow, and change `exec sh -c' for tofi to `sh -c'.
2024-07-20Merge branch 'master' into clazachir
2024-07-11Merge branch 'master' of zachir.xyz:zachir/dotfileszachir
2024-07-11Fix some xdg path blunderszachir
These broke adb, and the xcursor path.
2024-07-11Update hypr config options for v0.41.2zachir
Two changes, for cursor warping and spawning the new window as master.
2024-06-06Merge remote-tracking branch 'origin/master' into clazachir
2024-06-06Ignore yarn directory and package-lock.jsonzachir
2024-06-06Add runit user services as wellzachir
2024-06-06Set XDG_CURRENT_DESKTOP to Hyprlandzachir
This should help something or other involving portals. Idk.
2024-06-06Update XDG paths for more programszachir
This time features python, wget, adb, and xcursor.
2024-06-06Fix missing {{{ in Hyprland to make device foldzachir
2024-06-06Install ZDOTDIR globally and load profile manuallyzachir
This means I don't need to have either ~/.profile or ~/.zshenv symlinks in the home directory. This adds in an installer to set that up.
2024-06-06Add gtk-2.0 and gtk-3.0 themeszachir
My theme also works for gtk-4.0, but GNOME hugged that up, so once I figure out how to put that here I will.
2024-06-06Merge branch 'master' into clazachir
2024-06-05Add in vimrc to fix xdg and nvimzachir
This adds the vimrc, both for its own sake, but also to fix nvim (which gets enjankified by the xdg fix for vim proper).
2024-06-05Use magick to convert wallpaper from nsxivzachir
Imagemagick would prefer me to use the magick binary, as apparently the convert binary is deprecated.
2024-06-05Add hypr eDP output, rules, and tp togglezachir
Adds eDP-1 as an output, adds some window rules for REAPER, and various other windows, and adds a bind to toggle the touchpad (script in .local/bin).
2024-06-05Don't set cursor theme in autostart.shzachir
It isn't run anymore, but still shouldn't set the cursor theme, especially to the wrong thing.
2024-06-05Add more ignore dirszachir
2024-06-05Merge branch 'master' into clazachir
2024-06-05Set qt to use xdgdesktopportal dialogszachir
2024-06-05Fix cursor supportzachir
Hyprcursor and Xcursor were rendering differently; this should be fixed now that they use the same size (32px) and theme.
2024-06-05Add better/more XDG supportzachir
Implements XDG support for more programs that support it, in various levels of hackiness.
2024-06-05Merge branch 'master' into clazachir
2024-06-05Change kitty font to FiraCodezachir
And also resize it to size 11.0
2024-06-04cla: reconfigure waybarzachir
This adds in the specific temp sensors for CLA, as well as splits the config into two bars; on DP-1, is the resource monitoring, and on HDMI-A-1 is the temp monitoring.
2024-06-04cla: Add systemd env and service in hyprlandzachir
This imports DISPLAY and WAYLAND_DISPLAY into systemd, and starts the dunst service on login.
2024-06-04cla: set output resolution and frame ratezachir
2024-06-04Add more dirs to .gitignorezachir
2024-06-04Remove unnecessary zsh commandzachir
It doesn't need to set the terminal title to "terminal"?
2024-06-04Update publicshare dir in user-dirs.dirszachir
XDG_PUBLICSHARE_DIR is now set to ~/Shared, instead of ~/Public, because that's what I use that dir for.
2024-06-04Set tmux status barzachir
This sets the tmux status bar with the date and time
2024-06-04Add # NEW PATH comment to sh profilezachir
The barest of documentation
2024-06-04Run :make when writing latex filezachir
My latex projects use Makefiles to compile them; this makes that process automatic.
2024-06-04Use nvim smarttab and smartindentzachir
This gets all of the indenting and such sorted to be "smart".
2024-06-04Add nvim colo's and commented bg optionszachir
Adding in tomasiser/vim-code-dark and flazz/vim-colorschemes to provide more color options. Also have options (commented out) to make the background transparent should that be desired later.
2024-06-04Change hyprpaper wallpaper targetzachir
It will now load `~/Pictures/background.png', instead of ~/background.jpg.
2024-06-04Add hyprpaper wallpapers for all outputszachir
This seems like basically all the outputs on my devices.
2024-06-04Update hyprland configzachir
Remove autostart.sh, update default windowrules, remove commented out lines.
2024-06-04Make hyprland start hypridle not swayidlezachir
I added the hypridle and hyprlock config, but this actually makes the practical change.