summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2024-11-19Updates hyprland config to the latest versionZachIR
Shadow became its own category in Decorations, and an option in master disappeared, and a new one got added.
2024-11-19Updates hypridle based on upstreamZachIR
The example config file works better than mine did, so I yoinked a bunch of stuff from it.
2024-10-31Add auto-cpufreq zsh completionZachIR
2024-10-31Add acpi-notify script shortcut to hyprZachIR
2024-10-31Float kdenlive popup in HyprlandZachIR
2024-10-31Change hypridle, dunst, mpd hypr autostart to sysdZachIR
I have accepted the systemd suck, so these are now mpd user services (although dunst and hypridle still have to be started by Hyprland).
2024-10-31Add suspend timeout to hypridleZachIR
2024-09-25Ignore more directoriesZachIR
2024-09-25Set persistent workspaces on eDP-1 in waybarZachIR
This was already being done on HDMI-A-1 and eDP-1, so now this is also done for eDP-1 to make it a little more cross-platform friendly.
2024-09-25Remove deprecated hyprland windowrulesZachIR
The Hyprland rules windowdance and forceinput seem to have been deprecated, and now cause an error in the newest version of Hyprland, so this removes those lines.
2024-09-25Remove swaylock from hypridle and stop hyprlock fadesZachIR
Before, hypridle would launch swaylock before sleeping, but hyprlock when receiving the loginctl lock-session command. This has been fixed. In addition, hyprlock no longer fades.
2024-07-23Fix waybar local configzachir
I goofed it up last time.
2024-07-23cas: Resize waybar modules for more spacezachir
Removes the artist from mpd and wifi signal strength from network.
2024-07-23Merge branch 'master' into caszachir
2024-07-23Merge branch 'master' of zachir.xyz:zachir/dotfileszachir
2024-07-23Hide temperature modules until criticalzachir
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-11cas: Add waybar module for BAT1zachir
Cas has two batteries, waybar now has modules for both of them.
2024-07-11cas: Set cursor size and hyprcursor themezachir
On cas, I'm using a size 42 cursor. Also, I set the hyprcursor theme to be named the same as the xcursor theme, BreezeX-Black.
2024-07-11Merge branch 'master' into caszachir
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 branch 'master' into caszachir
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-06Merge branch 'master' into caszachir
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-05Merge branch 'master' into caszachir
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-05cas: start dinit on login and set vfr/vrr offzachir
Dinit starting at login allows running dinit user services, and having vfr/vrr on causes cas to freeze randomly for a while at a time.
2024-06-05Merge branch 'master' into caszachir
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-05cas: set hypr persistent workspaces in waybarzachir
This sets the correct persistent workspaces for hyprland in waybar.
2024-06-05cas: use correct temp modules and batteryzachir
This re-enables the battery module, as well as temp#0 and temp#1, which are the two more important sensors in cas.
2024-06-05cas: use hypr-brightness instead of blzachir
This might get moved upstream if it also works on cla.
2024-06-05cas: resize cursor themezachir
Both hyprcursor and xcursor will use size 24 on cas; again, what works for a 24 inch monitor doesn't always work for a 12 inch laptop.
2024-06-05cas: remove cla's outputszachir
There's not any need for them on cas.
2024-06-05cas: increase font size in kittyzachir
The font size that works on a 24+ inch monitor does not work so well on a 12 inch laptop display.
2024-06-05cas: autostart dinitzachir
This allows having dinit user services
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-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.