[hypr] Add hy3 addon
This commit is contained in:
parent
1f5facd346
commit
f655e5223d
4 changed files with 175 additions and 12 deletions
|
|
@ -201,7 +201,6 @@ xwayland {
|
|||
|
||||
opengl {
|
||||
nvidia_anti_flicker = false
|
||||
force_introspection = 2
|
||||
}
|
||||
|
||||
render {
|
||||
|
|
@ -250,7 +249,7 @@ exec-once = wlsunset -t 2500 -l 50.51 -L 4.21
|
|||
exec-once = nextcloud --background
|
||||
|
||||
# Turn volume off at boot
|
||||
exec-once = pactl set-sink-mute @DEFAULT_SINK@ 1
|
||||
exec-once = wpctl set-mute @DEFAULT_SINK@ 1
|
||||
|
||||
# STYLING
|
||||
exec-once = swaybg -i "${HOME}/.local/state/sisyphus/bg" --mode=fill
|
||||
|
|
@ -268,11 +267,13 @@ $term = foot
|
|||
$menu = j4-dmenu-desktop --dmenu="rofi -dmenu -i" --no-generic --usage-log="/home/tdpeuter/.local/state/dmenu.log" --term=$term
|
||||
$lock = swaylock --daemonize
|
||||
|
||||
source = /home/tdpeuter/.config/hypr/input-output.conf
|
||||
source = /home/tdpeuter/.config/hypr/keybinds.conf
|
||||
source = /home/tdpeuter/.config/hypr/modes.conf
|
||||
|
||||
# https://wiki.hyprland.org/Nvidia/#environment-variables
|
||||
env = __GLX_VENDOR_LIBRARY_NAME,nvidia
|
||||
env = LIBVA_DRIVER_NAME,nvidia
|
||||
env = NVD_BACKEND,direct
|
||||
|
||||
source = /home/tdpeuter/.config/hypr/input-output.conf
|
||||
source = /home/tdpeuter/.config/hypr/keybinds.conf
|
||||
source = /home/tdpeuter/.config/hypr/modes.conf
|
||||
source = /home/tdpeuter/.config/hypr/hy3.conf # Sway tiling plugin
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue