aboutsummaryrefslogtreecommitdiffstats
path: root/config/hypr
Commit message (Collapse)AuthorAgeLines
...
* | PATCH: userscripts/Sounds.sh: for Non-FHS systems, use the runtime dirJohn Titor2024-04-01-2/+6
| | | | | | | | | | | | | | on Non-FHS systems like NixOS, the system sounds are located in /run/current-system/sw/share/sounds according to XDG specification This patch allows the script to fallback to this directory if the sound files are not found in /usr/share/sounds or $HOME/.local/share/sounds
* | Merge branch 'development' into patch-1Ja.KooLit2024-04-01-10/+24
|\ \
| * | Window rules added to make some apps transparent and floatJohn Titor2024-03-31-0/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | linux-wifi-hotspot should float evince should float google-chrome should be transparent google-chrome web apps should as well, with extra opacity since Meet, Youtube, YT Music webapps, deal with videos VSCode, Discord and other GNOME apps should be transparent as well
| * | Merge pull request #159 from KKV9/volumeJa.KooLit2024-03-24-8/+12
| |\ \ | | | | | | | | Fix volume incrementing twice
| | * | Fix volume incrementing twiceKKV92024-02-13-8/+12
| | | | | | | | | | | | | | | | Fix volume incrementing twice when using volume keys to unmute
| * | | rofi-emoji script fixJa.KooLit2024-03-23-2/+2
| | | |
| * | | bumping for v2.2.7 developmentJa.KooLit2024-03-19-0/+0
| | |/ | |/|
* / | fix: Fix bug in SwitchKeyboardLayout.shMaksym Diachok2024-03-31-2/+2
|/ / | | | | | | `hyprctl switchxkblayout input:kb_layout $next_index` is a proper way to switch layouts. Should prevent from keybinds messing.
* | added additional info for better workspace switchingJa.KooLit2024-03-19-3/+4
| |
* | fix: Fix workspace navigation for fr keyboard layoutItess2024-03-18-30/+31
| |
* | Switched kvantum and qt apps dark and light theme from Tokyo-Night to ↵Ja.KooLit2024-03-15-8/+8
| | | | | | | | Catppuccin Mocha and Latte
* | updated on dotsJa.KooLit2024-03-14-1/+1
| |
* | Update Startup_Apps.confJa.KooLit2024-03-13-1/+1
| | | | | | delete extra #
* | removal of extra # to align with new hyprlang requirement. Credit goes to ↵Ja.KooLit2024-03-13-33/+33
| | | | | | | | @@Ryuuyas
* | Bump to v2.2.6 and kb layout switch keybind updateJa.KooLit2024-03-12-1/+1
| |
* | Update GameMode.shJa.KooLit2024-03-04-1/+1
| |
* | bump to 2.2.5Ja.KooLit2024-02-19-0/+0
| |
* | remove extra # to fix latest update errorsJa.KooLit2024-02-19-18/+18
|/
* Fix: Area screenshot saving empty filesKKV92024-02-05-1/+7
| | | | Area screenshot saves a file on exit and no area has been selected.
* Update WaybarCava.shppfloydde2024-01-31-1/+1
| | | Fix shebang line to prevent posix execution of shell script. In posix mode, the for-loop failed.
* Merge pull request #145 from xdonu2x/PywalSwww_multiMonitorJa.KooLit2024-01-31-18/+16
|\ | | | | Bug: Pywal_Swww on multi monitor
| * use valid monitor to set wallpaperxdonu2x2024-01-30-18/+16
| |
* | Fix fallback soundsKKV92024-01-28-13/+10
| | | | | | | | Fix Sounds.sh not finding files correctly.
* | typoKKV92024-01-28-4/+4
| |
* | Use correct sound file for screen captureKKV92024-01-28-6/+6
| | | | | | | | Use screen-capture instead of camera-shutter for screenshots
* | Allow muting individual soundsKKV92024-01-28-0/+10
| | | | | | | | Allow user to mute volume ONLY or screenshots ONLY.
* | Check arguments before initialise Sounds.shKKV92024-01-28-10/+10
| |
* | List arguments for Sounds.shKKV92024-01-28-0/+3
| | | | | | | | List arguments when no valid argument is given
* | Remove whitespace in ScreenShot.shCiarán O'Brien2024-01-28-1/+0
| |
* | Handle file not found errorKKV92024-01-28-1/+6
| | | | | | | | Add exit code 1 when no suitable file is found
* | Allow Sounds script to find and change sound themesKKV92024-01-28-8/+39
| | | | | | | | | | Sounds script allows user to mute or use any compatible freedesktop sound theme for desktop sound effects. This script will search in the home directory and system diretory for freedesktop sound themes to use.
* | Move sounds to UserScriptsKKV92024-01-28-6/+25
| | | | | | | | Allow user to mute desktop sounds
* | Switch to pw-playKKV92024-01-28-4/+4
| | | | | | | | change from paplay to pw-play
* | Fix last commitKKV92024-01-27-9/+12
| |
* | feat: Add screenshot sounds & notificationsKKV92024-01-27-2/+14
| | | | | | | | Add sounds for screenshots with freedesktop.org sound theme. Notify for screenshots taken with swappy and move swappy capture to ScreenShot.sh.
* | feat: Notify volume change with sound feedbackKKV92024-01-27-0/+2
|/ | | | Play a sound when changing volume
* updated rofi beatsJa.KooLit2024-01-24-1/+1
|
* Fix: Set cava waybar input to pulse audioKKV92024-01-20-0/+4
| | | | Cava does not always default to pulseaudio
* Merge pull request #130 from PostCyberPunk/clipJa.KooLit2024-01-17-6/+37
|\ | | | | feat(clipboard manager enhancement) Ctl del to delete and entry. Alt del to carry out cliphist wipe
| * Update ClipManager.shJa.KooLit2024-01-17-21/+39
| |
| * feat(clipboard):Control+Delete to remove entryPostCyberPunk2024-01-07-9/+22
| |
* | dropped wlsunsetJa.KooLit2024-01-11-10/+0
| |
* | fix(waybar): fix cava creating multiple instancesLuka Momčilović2024-01-08-0/+3
|/ | | | | | | | | WaybarCava was creating a new instance of cava every time it was executed. This happens when waybar is restarted/wallpaper is changed Fixed by killing cava process referencing the same config Fix: #131
* Merge branch 'development' into mainJa.KooLit2024-01-07-2/+6
|\
| * updated wikiJaKooLit2024-01-06-2/+6
| |
| * Merge pull request #119 from JaKooLit/mainJa.KooLit2024-01-03-3/+3
| |\ | | | | | | hotfix
| * | Enhance Logging of Copy.shJaKooLit2024-01-03-0/+0
| | | | | | | | | | | | | | | Introduced upgrade.sh bump v2.2.4
* | | small correctionJaKooLit2024-01-07-2/+2
| | |
* | | update on variables on StartupJaKooLit2024-01-07-3/+3
| |/ |/|
* | hotfixJaKooLit2024-01-03-3/+3
|/
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage