mirror of
https://github.com/xsghetti/HyprCrux.git
synced 2025-07-02 21:30:39 -04:00
more updates
This commit is contained in:
parent
9abbd1d6f3
commit
96a81dc044
5 changed files with 288 additions and 10 deletions
|
@ -27,6 +27,7 @@ exec-once = /usr/lib/polkit-kde-authentication-agent-1
|
|||
exec-once = nm-applet --indicator
|
||||
exec-once = $discord
|
||||
exec-once = wal -r
|
||||
exec-once = pypr
|
||||
|
||||
# Source a file (multi-file configs)
|
||||
# source = ~/.config/hypr/myColors.conf
|
||||
|
@ -211,6 +212,8 @@ bind = $mainMod, D, exec, $discord
|
|||
bind = $mainMod SHIFT, W, exec, wp
|
||||
bind = $mainMod SHIFT, F, fullscreen
|
||||
bind = $mainMod CTRL, F, exec, hyprctl dispatch workspaceopt allfloat
|
||||
bind = $mainMod, B, exec, pypr expose
|
||||
bind = $mainMod, N, exec, swaync-client -t -sw
|
||||
|
||||
# Example binds, see https://wiki.hyprland.org/Configuring/Binds/ for more
|
||||
bind = $mainMod, T, exec, $terminal
|
||||
|
@ -305,4 +308,5 @@ bind = $mainMod, V, exec, pkill -x rofi || $scrPath/cliphist.sh c # open Pasteb
|
|||
bind = $mainMod, K, exec, $scrPath/keyboardswitch.sh # change keyboard layout
|
||||
|
||||
# Blur Waybar
|
||||
layerrule=blur, rofi
|
||||
layerrule=blur, rofi
|
||||
layerrule=blur, waybar
|
Loading…
Add table
Add a link
Reference in a new issue