one round of waybar styling later
This commit is contained in:
@@ -2,8 +2,7 @@
|
||||
exec-once = systemctl --user start /nix/store/*-hyprpolkitagent-*/libexec/hyprpolkitagent
|
||||
|
||||
# Wallpaper
|
||||
exec-once = swww-daemon &
|
||||
exec-once = sleep 2 && bash ~/dotfiles/scripts/load-wallpaper.sh
|
||||
exec-once = hyprpaper
|
||||
|
||||
# Notification Manager
|
||||
exec-once = dunst &
|
||||
@@ -12,13 +11,13 @@ exec-once = dunst &
|
||||
exec-once = wl-paste --watch cliphist store
|
||||
|
||||
# XDG Desktop Portal
|
||||
exec-once = bash ~/dotfiles/scripts/xdg.sh
|
||||
exec-once = bash ~/config/config/scripts/xdg.sh
|
||||
|
||||
# Set GTK Settings
|
||||
exec-once = bash ~/dotfiles/scripts/gtk.sh
|
||||
exec-once = bash ~/config/config/scripts/gtk.sh
|
||||
|
||||
# Start Hot Reload
|
||||
exec-once = bash ~/dotfiles/scripts/hot-reload.sh
|
||||
exec-once = bash ~/config/config/scripts/hot-reload.sh
|
||||
|
||||
# Start arRPC
|
||||
exec-once = arrpc
|
||||
|
||||
@@ -86,12 +86,12 @@ layerrule = animation slide right, notifications
|
||||
layerrule = dimaround, wofi
|
||||
|
||||
# Window Rules
|
||||
windowrule=float, blueman-manager
|
||||
windowrule=size 900 500, blueman-manager
|
||||
windowrule=center, blueman-manager
|
||||
windowrule=float, pavucontrol
|
||||
windowrule=size 900 500, pavucontrol
|
||||
windowrule=center, pavucontrol
|
||||
windowrule=float, .blueman-manager-wrapped
|
||||
windowrule=size 900 500, .blueman-manager-wrapped
|
||||
windowrule=center, .blueman-manager-wrapped
|
||||
windowrule=float, org.pulseaudio.pavucontrol
|
||||
windowrule=size 900 500, org.pulseaudio.pavucontrol
|
||||
windowrule=center, org.pulseaudio.pavucontrol
|
||||
windowrule=float, nm-connection-editor
|
||||
windowrule=size 900 500, nm-connection-editor
|
||||
windowrule=center, nm-connection-editor
|
||||
|
||||
@@ -3,10 +3,10 @@ bind = $mainMod, Z, togglespecialworkspace, quick
|
||||
bind = $mainMod SHIFT, Z, movetoworkspace, special:quick
|
||||
|
||||
# Hot reload
|
||||
bind = $mainMod SHIFT, B, exec, bash ~/dotfiles/scripts/hot-reload.sh
|
||||
bind = $mainMod SHIFT, B, exec, bash ~/config/scripts/hot-reload.sh
|
||||
|
||||
# Wallpaper
|
||||
bind = $mainMod SHIFT, RETURN, exec, bash ~/dotfiles/scripts/select-wallpaper.sh
|
||||
# bind = $mainMod SHIFT, RETURN, exec, bash ~/config/scripts/select-wallpaper.sh
|
||||
|
||||
# Screenshot keybinds
|
||||
bind = $mainMod, PRINT, exec, bash ~/dotfiles/scripts/screenshot-selection.sh
|
||||
|
||||
Reference in New Issue
Block a user