Compare commits
4 Commits
2f30a3b79e
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
42cda0ea47 | ||
|
|
2fe5077f18 | ||
|
|
298a1294a5 | ||
|
|
72d1df3773 |
@@ -20,7 +20,7 @@ input {
|
||||
}
|
||||
|
||||
# Exec / Startup
|
||||
exec-once = waybar
|
||||
exec-once = waybar -l debug &> /tmp/waybar.log
|
||||
exec-once = hyprpaper
|
||||
exec-once = nm-applet --indicator
|
||||
exec-once = blueman-applet
|
||||
@@ -147,7 +147,7 @@ bind = , XF86AudioMute, exec, pamixer -t
|
||||
bind = , XF86AudioMicMute, exec, pamixer --default-source -t
|
||||
bind = $mainMod, XF86AudioLowerVolume, exec, --default-source pamixer -d 4
|
||||
bind = $mainMod, XF86AudioRaiseVolume, exec, --default-source pamixer -i 4
|
||||
bind = $mainMod, N, exec, swaylock -c 000000 -e -i ~/.config/hypr/wallpaper/resting_background.jpg
|
||||
bind = $mainMod, N, exec, swaylock -c 000000 -e -i ~/.config/hypr/wallpaper/background.png
|
||||
|
||||
# Window Management
|
||||
bindm = $mainMod, mouse:272, movewindow
|
||||
|
||||
@@ -11,6 +11,6 @@ preload = ~/.config/hypr/wallpaper/sparkle_laying.png
|
||||
preload = ~/.config/hypr/wallpaper/hoshino.png
|
||||
preload = ~/.config/hypr/wallpaper/cafe_catgirl.jpg
|
||||
preload = ~/.config/hypr/wallpaper/catgirl_with_bird_at_water.png
|
||||
wallpaper = , ~/.config/hypr/wallpaper/catgirl_with_bird_at_water.png
|
||||
wallpaper = ,~/.config/hypr/wallpaper/RooftopSunset.jpeg
|
||||
|
||||
splash = true
|
||||
|
||||
@@ -1,7 +0,0 @@
|
||||
#!/usr/bin/env bash
|
||||
sleep 1
|
||||
killall -e xdg-desktop-portal-hyprland
|
||||
killall xdg-desktop-portal
|
||||
/usr/lib/xdg-desktop-portal-hyprland &
|
||||
sleep 2
|
||||
/usr/lib/xdg-desktop-portal &
|
||||
Reference in New Issue
Block a user