diff --git a/hypr/hyprland.conf b/hypr/hyprland.conf index 8d6d0cb..0e79ead 100644 --- a/hypr/hyprland.conf +++ b/hypr/hyprland.conf @@ -1,5 +1,9 @@ monitor=eDP-1,2256x1504@60,0x0,1.5 workspace=eDP-1,1 +monitor=DVI-D-1,preferred,auto,1 +monitor=HDMI-A-1,preferred,auto,1 +workspace=DVI-D-1,1 +workspace=HDMI-A-1,2 input { # kb_layout= @@ -135,8 +139,7 @@ bind=ALT,8,movetoworkspace,8 bind=ALT,9,movetoworkspace,9 bind=ALT,0,movetoworkspace,10 -bind=SUPERALT,L,workspace,+1 -bind=SUPERALT,H,workspace,-1 +bind=SUPER,O,movetoworkspace,next exec-once=/home/chris/bin/startup.sh exec-once=hyprpaper \ No newline at end of file