hyprland in flux
This commit is contained in:
parent
cd8d52adf0
commit
b7aec57989
4 changed files with 14 additions and 9 deletions
|
@ -1,9 +1,12 @@
|
||||||
exec-once = ~/.config/hypr/start_eww.sh &
|
# exec-once = ~/.config/hypr/start_eww.sh &
|
||||||
exec-once = hyprpaper &
|
# exec-once = flameshot &
|
||||||
exec-once = flameshot &
|
|
||||||
exec-once = dunst -conf ~/.config/hypr/dunstrc &
|
exec-once = dunst -conf ~/.config/hypr/dunstrc &
|
||||||
exec-once = kanshi &
|
# exec-once = udiskie &
|
||||||
exec-once = udiskie &
|
exec-once = xprop -root -f _XWAYLAND_GLOBAL_OUTPUT_SCALE 32c -set _XWAYLAND_GLOBAL_OUTPUT_SCALE 2
|
||||||
|
|
||||||
exec-once=xprop -root -f _XWAYLAND_GLOBAL_OUTPUT_SCALE 32c -set _XWAYLAND_GLOBAL_OUTPUT_SCALE 2
|
exec = kanshi &
|
||||||
|
exec = hyprpaper &
|
||||||
|
# TODO: make hyprman kill eww if necessary
|
||||||
|
exec = pkill eww & hyprman monitors &
|
||||||
|
|
||||||
|
|
|
@ -61,7 +61,7 @@ gestures {
|
||||||
}
|
}
|
||||||
|
|
||||||
misc {
|
misc {
|
||||||
# disable_autoreload = true
|
disable_autoreload = true
|
||||||
disable_splash_rendering = true
|
disable_splash_rendering = true
|
||||||
force_default_wallpaper = 0 # Set to 0 to disable the anime mascot wallpapers
|
force_default_wallpaper = 0 # Set to 0 to disable the anime mascot wallpapers
|
||||||
}
|
}
|
||||||
|
|
|
@ -7,5 +7,6 @@ preload = ~/.config/hypr/wallpapers/ai/painted-landscape/00009-2215131894.png
|
||||||
wallpaper = eDP-1, ~/.config/hypr/wallpapers/ai/painted-landscape/00005-4229950720.png
|
wallpaper = eDP-1, ~/.config/hypr/wallpapers/ai/painted-landscape/00005-4229950720.png
|
||||||
wallpaper = DP-5, ~/.config/hypr/wallpapers/ai/painted-landscape/00006-2215131891.png
|
wallpaper = DP-5, ~/.config/hypr/wallpapers/ai/painted-landscape/00006-2215131891.png
|
||||||
wallpaper = DP-3, ~/.config/hypr/wallpapers/ai/painted-landscape/00009-2215131894.png
|
wallpaper = DP-3, ~/.config/hypr/wallpapers/ai/painted-landscape/00009-2215131894.png
|
||||||
|
wallpaper = DP-6, ~/.config/hypr/wallpapers/ai/painted-landscape/00009-2215131894.png
|
||||||
|
|
||||||
splash = false
|
splash = false
|
||||||
|
|
|
@ -6,10 +6,11 @@ bind = $mainMod, P, exec, ~/.config/rofi/bin/launcher.sh
|
||||||
|
|
||||||
bind = $mainMod SHIFT, Q, killactive,
|
bind = $mainMod SHIFT, Q, killactive,
|
||||||
bind = $mainMod SHIFT, L, exec, swaylock
|
bind = $mainMod SHIFT, L, exec, swaylock
|
||||||
bind = $mainMod, m, exit,
|
|
||||||
bind = $mainMod, f, fullscreen, 0
|
bind = $mainMod, f, fullscreen, 0
|
||||||
bind = $mainMod SHIFT, f, togglefloating,
|
bind = $mainMod SHIFT, f, togglefloating,
|
||||||
# bind = $mainMod SHIFT, R, reload
|
|
||||||
|
bind = $mainMod, m, exit,
|
||||||
|
bind = $mainMod SHIFT, R, exec, hyprctl reload
|
||||||
|
|
||||||
# Move focus with mainMod + hjkl
|
# Move focus with mainMod + hjkl
|
||||||
bind = $mainMod, h, movefocus, l
|
bind = $mainMod, h, movefocus, l
|
||||||
|
|
Loading…
Reference in a new issue