hyprland closer to good
This commit is contained in:
parent
f5f27d9e13
commit
de389679fa
4 changed files with 15 additions and 4 deletions
|
@ -2,4 +2,8 @@ exec-once = ~/.config/hypr/start_eww.sh &
|
||||||
exec-once = hyprpaper &
|
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=xprop -root -f _XWAYLAND_GLOBAL_OUTPUT_SCALE 32c -set _XWAYLAND_GLOBAL_OUTPUT_SCALE 2
|
||||||
|
|
||||||
|
|
|
@ -1,9 +1,10 @@
|
||||||
# See https://wiki.hyprland.org/Configuring/Monitors/
|
# let kanshi handle it
|
||||||
monitor=,preferred,auto,1
|
monitor=,preferred,auto,1
|
||||||
monitor=eDP-1,1920x1200,1920x0,1
|
# monitor=eDP-1,1920x1200,1920x0,1
|
||||||
monitor=DP-5,1920x1080,0x0,1
|
# monitor=DP-3,1920x1080,0x0,1
|
||||||
|
|
||||||
# Some default env vars.
|
# Some default env vars.
|
||||||
|
env = GDK_SCALE=2
|
||||||
env = XCURSOR_SIZE,24
|
env = XCURSOR_SIZE,24
|
||||||
env = QT_QPA_PLATFORMTHEME,qt5ct # change to qt6ct if you have that
|
env = QT_QPA_PLATFORMTHEME,qt5ct # change to qt6ct if you have that
|
||||||
|
|
||||||
|
@ -60,6 +61,7 @@ gestures {
|
||||||
}
|
}
|
||||||
|
|
||||||
misc {
|
misc {
|
||||||
|
# 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
|
||||||
}
|
}
|
||||||
|
|
|
@ -2,7 +2,10 @@
|
||||||
preload = ~/.config/hypr/wallpapers/ai/painted-landscape/00005-4229950720.png
|
preload = ~/.config/hypr/wallpapers/ai/painted-landscape/00005-4229950720.png
|
||||||
preload = ~/.config/hypr/wallpapers/ai/painted-landscape/00006-2215131891.png
|
preload = ~/.config/hypr/wallpapers/ai/painted-landscape/00006-2215131891.png
|
||||||
|
|
||||||
|
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
|
||||||
|
|
||||||
splash = false
|
splash = false
|
||||||
|
|
|
@ -7,7 +7,9 @@ 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, m, exit,
|
||||||
bind = $mainMod, f, togglefloating,
|
bind = $mainMod, f, fullscreen, 0
|
||||||
|
bind = $mainMod SHIFT, f, togglefloating,
|
||||||
|
# bind = $mainMod SHIFT, R, 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