aboutsummaryrefslogtreecommitdiffstats
path: root/config
Commit message (Collapse)AuthorAgeLines
* small hyprlock config updateJaKooLit2024-04-27-7/+11
|
* bump to v2.2.9. Updated swwwJaKooLit2024-04-27-4/+4
|
* half moon waybar style to dark style waybarJaKooLit2024-04-27-201/+272
|
* added firefox (Fedora 40) on windows rulesJaKooLit2024-04-25-0/+2
|
* small changes on rofi-beatsJaKooLit2024-04-25-2/+4
|
* small adjustment on hyprlockJaKooLit2024-04-25-1/+1
|
* minor updateJaKooLit2024-04-25-1/+1
|
* wl-logout/layout: no need to invoke hyprlock seperatelyJohn Titor2024-04-24-4/+2
| | | | | | | | invoking hyprlock before systemctl seem to hang the "process of hibernate/suspend" password needs to be entered then it will invoke systemctl hibernate/suspend so, no need to invoke hyprlock seperately remove comments as wl-logout does not support "comments", it fail to start with comments
* wl-logout/layout: change to hyprlockJohn Titor2024-04-24-2/+4
|
* updated hyprlock.confJaKooLit2024-04-24-2/+2
|
* minor updated regarding 24H formatJaKooLit2024-04-24-1/+1
|
* Merge pull request #212 from SherLock707/development2Ja.KooLit2024-04-24-1/+1
|\ | | | | Updated hypridle to launch hyprlock before sleep to have hyprlock open when waking up from suspend
| * Updated hypridle to launch hyprlock before sleep to have hyprlock open when ↵Kiran George2024-04-24-1/+1
| | | | | | | | waking up from suspend
* | Added image in hyprlock config and added ping to server before weather curl ↵Kiran George2024-04-24-4/+18
|/ | | | request is sent
* added half-moon waybar styleJaKooLit2024-04-23-0/+201
|
* updated touchpad.shJaKooLit2024-04-23-0/+3
|
* minor waybar updateJaKooLit2024-04-23-0/+1
|
* updated initial-boot.shJaKooLit2024-04-23-1/+1
|
* Bump to v2.2.8 Featuring Hypridle and Hyprlock. Thanks to @SherLock707 for ↵JaKooLit2024-04-23-11/+156
| | | | the configs
* some bug fixes.. and changed default wallpaperJaKooLit2024-04-22-4/+4
|
* updated rofi-searchJaKooLit2024-04-22-1/+493
|
* updated Rofi Search and added a separate RofiJaKooLit2024-04-22-1/+254
|
* Merge pull request #203 from LeventKaanOguz/rofi-google-testJa.KooLit2024-04-21-3/+5
|\ | | | | Adding Google Search to rofi indirectly
| * Update KeyHints.shJa.KooLit2024-04-21-32/+32
| | | | | | fix indention
| * feat: Added Google search & shortcut for rofiLevent Kaan Oğuz2024-04-21-34/+36
| |
* | make rofi - Quick Edit case insensitive ↵JaKooLit2024-04-21-1/+1
|/ | | | https://github.com/JaKooLit/Hyprland-Dots/pull/204
* added mauve style. thanks to @CelestiaKaiJaKooLit2024-04-20-0/+258
|
* replace swww init with swww-daemon --format xrgbJaKooLit2024-04-20-4/+4
|
* Merge pull request #198 from PostCyberPunk/fix-touchpadJa.KooLit2024-04-20-1/+1
|\ | | | | fxi:touchpad updated with new hyprlang syntax
| * fxi:touchpad updated with new hyprlangPostCyberPunk2024-04-17-1/+1
| |
* | updated volume.shJa.KooLit2024-04-20-1/+1
| |
* | 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-12/+26
|\ \
| * | 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
| * | fixed waybar vertical clock moduleJa.KooLit2024-03-29-2/+2
| | |
| * | 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-14598/+4460
| | | | | | | | 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-34/+34
| | | | | | | | @@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
|/
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage