summaryrefslogtreecommitdiff
path: root/hypr/hyprland.conf
AgeCommit message (Collapse)Author
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
2025-02-28Disable hyprland logsZachIR
For now, at least.
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-20Merge branch 'master' into clazachir
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-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-20Merge branch 'master' into clazachir
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-20Merge branch 'master' into clazachir
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-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-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-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-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-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-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-06Fix missing {{{ in Hyprland to make device foldzachir
2024-06-06Merge branch 'master' into clazachir
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-05Merge branch 'master' into clazachir
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-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-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.
2024-06-04Update hyprland configzachir
This adds in hyprsplit, variable refresh rate, prevents swallowing with fontpreview-ueberzug, and adds in hyprcursor environment variables.
2024-03-24Fix hyprland config file errorszachir
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-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-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-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-01hypr: enable variable refresh ratezachir
2024-02-01hypr: 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.