mirror of
https://github.com/xsghetti/HyprCrux.git
synced 2025-07-03 05:40:38 -04:00
updates
This commit is contained in:
parent
1f8cb3c145
commit
610604e80f
253 changed files with 27055 additions and 44 deletions
|
@ -9,4 +9,4 @@ exec-once = wal -r
|
|||
exec-once = swaync
|
||||
exec-once = pypr
|
||||
exec-once = hyprpm reload
|
||||
exec-once = hypridle
|
||||
exec-once = hypridle
|
||||
|
|
3
.config/hypr/hyprpaper.conf
Normal file
3
.config/hypr/hyprpaper.conf
Normal file
|
@ -0,0 +1,3 @@
|
|||
preload = ~/.config/wallpapers/bench_hollow_hive.png
|
||||
|
||||
wallpaper =, ~/.config/wallpapers/bench_hollow_hive.png
|
|
@ -106,8 +106,6 @@ bindl = , XF86AudioPlay, exec, playerctl play-pause
|
|||
bindl = , XF86AudioPause, exec, playerctl play-pause
|
||||
bindl = , XF86AudioNext, exec, playerctl next
|
||||
bindl = , XF86AudioPrev, exec, playerctl previous
|
||||
|
||||
bind = $mainMod ALT, G, exec, $scrPath/gamemode.sh # disable hypr effects for gamemode
|
||||
bind = $mainMod ALT, right, exec, $HOME/.config/hypr/scripts/wallpaper.sh # next wallpaper
|
||||
|
||||
|
||||
|
@ -116,14 +114,11 @@ bind = $mainMod SHIFT, W, exec, pkill -x rofi || $scrPath/swwwallselect.sh # rof
|
|||
bind = $mainMod, V, exec, pkill -x rofi || $scrPath/cliphist.sh c # open Pasteboard in screen center
|
||||
bind = $mainMod, K, exec, $scrPath/keyboardswitch.sh # change keyboard layout
|
||||
|
||||
# bind key to toggle overview (normal)
|
||||
#bind = ALT,tab,hycov:toggleoverview,`
|
||||
# AGS Overview Keybinding
|
||||
bind = ALT,tab, exec, ags -t overview
|
||||
|
||||
# bind key to toggle overview (force mode, not affected by `only_active_workspace` or `only_active_monitor`)
|
||||
#bind = ALT,grave,hycov:toggleoverview,forceall #grave key is the '~' key
|
||||
|
||||
# bind key to toggle overview (shows all windows in one monitor, not affected by `only_active_workspace` or `only_active_monitor`)
|
||||
bind = ALT, tab ,hyprexpo:expo, toggle on
|
||||
# Hyprexo Keybinding
|
||||
bind = ALT, grave,hyprexpo:expo, toggle on
|
||||
|
||||
# Special Keys
|
||||
bind = , xf86monbrightnessup, exec, brightnessctl set 10%+
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
#!/bin/bash
|
||||
|
||||
swaync-client -rs &
|
||||
swaync-client -R
|
||||
swaync-client -R
|
||||
pkill ags
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue