From b2870996ad8d702c924760a73c4217ea648d45e1 Mon Sep 17 00:00:00 2001 From: Chris Cochrun Date: Wed, 9 Nov 2022 12:05:13 -0600 Subject: [PATCH] adding more config to hyprland --- hypr/hyprland.conf | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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