Age | Commit message (Collapse) | Author | |
---|---|---|---|
2025-07-24 | Change hyprscrolling keybinds | ZachIR | |
2025-07-23 | Remove acpi-notify keybind | zachir | |
2025-07-23 | Use kitty, not st (again) | zachir | |
2025-07-22 | Use hyprscrolling focus not movefocus | ZachIR | |
2025-07-22 | Use hyprscratch for scratchpads, not pyprland | ZachIR | |
2025-07-21 | Switch back to st | zachir | |
This reverts commit ea094c356c47a7cebd693dc13bc28b623af770ea. | |||
2025-07-21 | Switch back to kitty | zachir | |
2025-07-21 | Make hyprload reload first | zachir | |
2025-07-21 | Checkout hyprscrolling | zachir | |
2025-07-19 | Add hypr bindings for when not using hyprsplit | zachir | |
2025-07-19 | Fix name of plugin in hyprland (it's hyprsplit!) | zachir | |
2025-07-18 | Use lf not lfrun | zachir | |
2025-07-18 | Use tofi again instead of rofi | zachir | |
2025-07-15 | Use st instead of kitty | ZachIR | |
2025-07-12 | Set dark mode in gsettings | zachir | |
2025-07-12 | Use rofi instead of tofi | zachir | |
2025-07-02 | Set hyprland autostart to COSMIC icons | zachir | |
2025-06-29 | Fix hyprland border color | zachir | |
2025-06-29 | Make hyprsplit persistent workspaces true | zachir | |
2025-06-29 | Fix hyprland on rx 7800 xt | zachir | |
2025-06-29 | Update master monitor config | zachir | |
2025-04-30 | Update colorscheme to red and magenta | ZachIR | |
Updated in hyprland, kitty, tofi, and waybar | |||
2025-04-25 | Remove hyprland window rules, add to swallow exc | ZachIR | |
2025-04-25 | Fill out hyprland touchpad rules | ZachIR | |
2025-04-17 | Remove windowrules in master | zachir | |
2025-04-17 | Fix windowrule statements | zachir | |
2025-02-28 | Disable hyprland logs | ZachIR | |
For now, at least. | |||
2025-01-21 | Set gtk, icon, and mouse themes | ZachIR | |
GTK Theme is now darkest/white, icon theme is COSMIC, and mouse theme is BreezeX-Black. | |||
2025-01-20 | Extend hyprland no swallow regex to include nvim | zachir | |
This should match either vim or nvim, as I figured out why LLP wasn't working in nvim for me. | |||
2025-01-20 | Don't swallow vim child windows in Hyprland | zachir | |
Vim Latex Live Preview opens Zathura as my preview window, this should not swallow. | |||
2024-11-19 | Updates hyprland config to the latest version | ZachIR | |
Shadow became its own category in Decorations, and an option in master disappeared, and a new one got added. | |||
2024-10-31 | Add acpi-notify script shortcut to hypr | ZachIR | |
2024-10-31 | Float kdenlive popup in Hyprland | ZachIR | |
2024-10-31 | Change hypridle, dunst, mpd hypr autostart to sysd | ZachIR | |
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-09-25 | Remove deprecated hyprland windowrules | ZachIR | |
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-07-20 | Improve hypr config basics | zachir | |
Simplify the swallow_exception_regex, turn off drop_shadow, and change `exec sh -c' for tofi to `sh -c'. | |||
2024-07-11 | Merge branch 'master' of zachir.xyz:zachir/dotfiles | zachir | |
2024-07-11 | Update hypr config options for v0.41.2 | zachir | |
Two changes, for cursor warping and spawning the new window as master. | |||
2024-06-06 | Fix missing {{{ in Hyprland to make device fold | zachir | |
2024-06-05 | Add hypr eDP output, rules, and tp toggle | zachir | |
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-05 | Fix cursor support | zachir | |
Hyprcursor and Xcursor were rendering differently; this should be fixed now that they use the same size (32px) and theme. | |||
2024-06-05 | Add better/more XDG support | zachir | |
Implements XDG support for more programs that support it, in various levels of hackiness. | |||
2024-06-04 | Update hyprland config | zachir | |
Remove autostart.sh, update default windowrules, remove commented out lines. | |||
2024-06-04 | Make hyprland start hypridle not swayidle | zachir | |
I added the hypridle and hyprlock config, but this actually makes the practical change. | |||
2024-06-04 | Update hyprland config | zachir | |
This adds in hyprsplit, variable refresh rate, prevents swallowing with fontpreview-ueberzug, and adds in hyprcursor environment variables. | |||
2024-03-24 | Fix hyprland config file errors | zachir | |
2024-03-23 | Update hyprland config | zachir | |
- Remove workspace module - Update window rules - Update looks | |||
2024-02-08 | hypr: float Tk windows | zachir | |
Tk windows should float (this is mostly for testing the python tk programs I've written that need to). | |||
2024-02-08 | hypr: Fix XF86 keys | zachir | |
XF86AudioMicMute, XF86MonBrightnessUp and XF86MonBrightnessDown were not working properly; this fixes all of those buttons. | |||
2024-02-08 | hypr: this is a basic ptt using volsv | zachir | |
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.` |