Compare commits

...

2 Commits

Author SHA1 Message Date
b4d41eb3dd Hyprland : add personnals screens conf 2025-12-19 13:36:35 +01:00
4201757f65 Add nvidia env to hyprland conf 2025-12-19 13:36:35 +01:00

View File

@@ -53,6 +53,7 @@ exec-once = blueman-applet
exec-once = nm-applet --indicator
exec-once = nextcloud --background
exec-once = keepassxc
exec-once = sleep 2 && hyprpm reload
#############################
@@ -63,7 +64,13 @@ exec-once = keepassxc
env = XCURSOR_SIZE,24
env = HYPRCURSOR_SIZE,24
env = LIBVA_DRIVER_NAME,nvidia
env = __GLX_VENDOR_LIBRARY_NAME,nvidia
# lspci -d ::03xx
# ls -l /dev/dri/by-path
env = AQ_DRM_DEVICES,/dev/dri/card1:/dev/dri/card0
###################
### PERMISSIONS ###
@@ -109,6 +116,8 @@ general {
layout = hy3
}
# Pro monitors
monitorv2 {
output = desc:Najing CEC Panda FPD Technology CO. ltd 0x0056
mode = 1920x1080@60.00
@@ -123,6 +132,22 @@ monitorv2 {
scale = auto
}
# Personnals monitors
monitorv2 {
output = desc:BOE 0x090F
mode = 1920x1080@144.00
position = auto
scale = 1
}
monitorv2 {
output = desc:Samsung Electric Company LC34G55T HNTW606264
mode = 3440x1440@60
position = auto
scale = auto
}
# https://wiki.hypr.land/Configuring/Variables/#decoration
decoration {
rounding = 0
@@ -312,7 +337,6 @@ bind = $mainMod, right, hy3:movefocus, r
bind = $mainMod, up, hy3:movefocus, u
bind = $mainMod, down, hy3:movefocus, d
bind = $mainMod SHIFT, left, hy3:movewindow, l
bind = $mainMod SHIFT, right, hy3:movewindow, r
bind = $mainMod SHIFT, up, hy3:movewindow, u
@@ -332,7 +356,6 @@ bind = $mainMod SHIFT, S, movetoworkspace, special:magic
bind = $mainMod, V, hy3:makegroup, v
bind = $mainMod, H, hy3:makegroup, h
# Scroll through existing workspaces with mainMod + scroll
bind = $mainMod, mouse_down, workspace, e+1
bind = $mainMod, mouse_up, workspace, e-1