summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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-02cla: hypr: start kdeconnectd on loginzachir
2024-02-01cla: hypr: add keybinding to start with darling shzachir
2024-02-01cla: hypr: fix UNDERTALE windowszachir
2024-02-01cla: hypr: rename easyeffects to correct binzachir
easyeffects is installed as a flatpak on cla, so it needs to be autostarted as such.
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.
2024-02-01hypr: Disable Hyprchan (so sad)zachir
I don't want to have to explain the anime mascot that shows up for a split second whenever I open the wm. Further, she sometimes shows up when xray transparency glitches.
2024-02-01Set pipewire default clock rate to 44100zachir
This is the sample rate most media is at, to my understanding, so it makes more sense to use this as the default.
2024-01-13hypr: Float gtk desktop portal windowszachir
2024-01-12cla: hypr: Remove autostart.shzachir
We're just going to use hyprland.conf exec-once instead of autostart.sh
2024-01-12git: update .gitignorezachir
Ignore nwg-look and dinit.d, as these will be system independent anyways
2024-01-12waybar: clean up battery configzachir
Change the battery config to just use stuff that I want in it, rather than copying off of someone else's config.
2024-01-12swayidle: lock after 5 min, suspend at 10zachir
Swayidle will now lock the screen after 5 minutes, and it will suspend after 10. Basically just decreased the lock timeout and added that it will suspend.
2024-01-12hypr: use hyprpm instead of hyprloadzachir
Not that hyprload hasn't worked, but I would rather use the first party solution where practical, and this seems to be the case for that. And hyprpm is now in the upstream Arch package.
2024-01-02cla: pipewire: Add pipewire.confzachir
This is to set some default info for the server, like supported sample rates and quantum sizes.
2024-01-02cla: tofi: change sizeszachir
Change sizes in tofi for cla for better visibility/efficiency.
2024-01-02cla: hypr & waybar: set monitor configzachir
This configures specifically cla monitors for hyprland and waybar.
2024-01-02cla: autostart.sh: Autostart easyeffectszachir
I want easyeffects to automatically start when logging in.
2024-01-02swayidle: use swaylock and not waylockzachir
I'm making this change for now. Might undo it. We'll see.
2024-01-02waybar: Fix to use upstream hyprland/workspaceszachir
Hyprland/workspaces has been upstreamed, so we're using that now. Also fix the css not showing persistent button status properly while we're at it.
2024-01-02hypr: Adding in pyprland and hyprload extensionszachir
We're going to be using two extensions, so naturally we need to have two extension managers (-_-). This should configure both the pyprland and hyprload widgets in full, assuming both are already installed.
2024-01-02autostart.sh: Remove non-generic appszachir
Autostart should not try to start apps that probably aren't installed. (You know what they say about assuming). At least, for the master branch.
2024-01-02autostart.sh: fix gsettings importzachir
These lines were totally borked, because I copied them from a help thing without copying the necessary environment variable. Instead, now I have an import-gsettings script to do that for me.
2023-12-15Fix awesome, which didn't copy over.zachir
2023-08-23Add zfunc completion path supportzachir
2023-08-23Better nvim mapping formattingzachir
2023-08-20Add DP-2 for hyprpaperzachir
2023-08-20Make srsync an alias, and not a scriptzachir
2023-08-20Fix tofi dmenu_verticalzachir
2023-08-16Fix broken tofi argszachir
2023-08-16Not using bemenu anymorezachir
2023-08-16Fix menu bindings and add xf86zachir
2023-08-16Fix hyprland new submenu blurzachir
2023-08-02Better optimize dmenu_vertical tofizachir
2023-08-02Make hyprland use 9 workspaces with better waybarzachir
2023-07-26Add tofi vertical and use for menuzachir
2023-07-26Ignore ladybird config for nowzachir
2023-07-26add scrolling + scrollback bindingszachir
2023-07-20Ignore some more unnecessary thingszachir
2023-07-20Fix catclip on waylandzachir
2023-07-17On second thought, reset should be aliaszachir
2023-07-17Ignore one more thingzachir
2023-07-17Ignore some more stuffzachir
2023-07-17Simplify ytfzf conf to only what's neededzachir
2023-07-17Add resize keybindings and sync to monzachir
2023-07-17Make ^l reset to delete terminal historyzachir
2023-07-16Fix window swallowing to kittyZachIR