Compare commits

..

No commits in common. "c21227dc11ce66cec33e96d07ee6b489fec7e1ea" and "28a4ba3dae2eedb2765ca6794819f4d3a4949296" have entirely different histories.

3 changed files with 22 additions and 29 deletions

View file

@ -2,11 +2,11 @@
# Monitor setup
# Laptop (internal) display on left
# External (HDMI) monitor on right at 144Hz
monitor=eDP-1, 2560x1600@60, 0x0, 1.6
monitor=eDP-2, 2560x1600@60, 0x0, 1.6
monitor=HDMI-A-1, 1920x1080@144, auto, 1
monitor=HDMI-A-2, 1920x1080@144, auto, 1
monitor=,preferred,auto, 1
monitor=eDP-1, 1920x1080@165, 0x0, 1
monitor=eDP-2, 1920x1080@165, 0x0, 1
monitor=HDMI-A-1, 1920x1080@144, 1920x0, 1
monitor=HDMI-A-2, 1920x1080@144, 1920x0, 1
monitor=,preferred,auto,auto
# See https://wiki.hyprland.org/Configuring/Keywords/ for more
@ -106,11 +106,12 @@ dwindle {
master {
# See https://wiki.hyprland.org/Configuring/Master-Layout/ for more
new_is_master = true
}
gestures {
# See https://wiki.hyprland.org/Configuring/Variables/ for more
workspace_swipe = falseHDMI-A-1
workspace_swipe = false
}
misc {
@ -127,20 +128,20 @@ misc {
# Make xwaylandvideobridge work - for screensharing wayland apps to x11 apps
windowrulev2 = opacity 0.0 override 0.0 override,class:^(xwaylandvideobridge)$
windowrulev2 = noanim,class:^(xwaylandvideobridge)$
windowrulev2 = nofocus,class:^(xwaylandvideobridge)
windowrulev2 = nofocus,class:^(xwaylandvideobridge)$
windowrulev2 = noinitialfocus,class:^(xwaylandvideobridge)$
# Workspace rules
workspace=1, monitor:eDP-1, default:true, persistent:true
workspace=2, persistent:true
workspace=3, persistent:true
workspace=4, persistent:true
workspace=5, persistent:true
workspace=6, persistent:true
workspace=7, persistent:true
workspace=8, persistent:true
workspace=9, persistent:true
workspace=10, persistent:true
workspace=1, monitor=left, persistent:true
workspace=2, monitor=right, persistent:true
workspace=3, monitor=right, persistent:true
workspace=4, monitor=right, persistent:true
workspace=5, monitor=right, persistent:true
workspace=6, monitor=right, persistent:true
workspace=7, monitor=right, persistent:true
workspace=8, monitor=right, persistent:true
workspace=9, monitor=right, persistent:true
workspace=10, monitor=right, persistent:true
# See https://wiki.hyprland.org/Configuring/Keywords/ for more
$mainMod = SUPER
@ -164,7 +165,7 @@ bind = $mainMod, J, movefocus, d
# Toggle fullscreen
bind = $mainMod, M, fullscreen
# Fake (internal) fullscreen
# bind = $mainMod SHIFT, M, fakefullscreen
bind = $mainMod SHIFT, M, fakefullscreen
# Switch workspaces with mainMod + [0-9]
bind = $mainMod, 1, workspace, 1

View file

@ -1,5 +0,0 @@
export __NV_PRIME_RENDER_OFFLOAD=1
export __NV_PRIME_RENDER_OFFLOAD_PROVIDER=NVIDIA-G0
export __GLX_VENDOR_LIBRARY_NAME=nvidia
export __VK_LAYER_NV_optimus=NVIDIA_only
exec "$@"

File diff suppressed because one or more lines are too long