From 961fff2de6ef80c8ef0ccc4b2e3324f39ab619e6 Mon Sep 17 00:00:00 2001 From: Aargh Rai Date: Wed, 12 Aug 2026 11:27:28 +0530 Subject: vnc extend like second monitor --- i3/config | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) (limited to 'i3/config') diff --git a/i3/config b/i3/config index eb78fa9..34f459f 100644 --- a/i3/config +++ b/i3/config @@ -1,8 +1,5 @@ set $mod Mod4 font pango:Jetbrains Mono Nerd Font 16 -exec --no-startup-id dex --autostart --environment i3 -exec --no-startup-id xss-lock --transfer-sleep-lock -- i3lock --nofork -exec --no-startup-id nm-applet set $refresh_i3status killall -SIGUSR1 i3status bindsym XF86AudioRaiseVolume exec --no-startup-id wpctl set-volume @DEFAULT_SINK@ 0.1+ && $refresh_i3status @@ -69,6 +66,17 @@ set $ws8 "8" set $ws9 "9" set $ws10 "10" +workspace $ws1 output PHYSICAL +workspace $ws2 output PHYSICAL +workspace $ws3 output PHYSICAL +workspace $ws4 output PHYSICAL +workspace $ws5 output PHYSICAL +workspace $ws6 output VNC +workspace $ws7 output VNC +workspace $ws8 output VNC +workspace $ws9 output VNC +workspace $ws10 output VNC + bindsym $mod+1 workspace number $ws1 bindsym $mod+2 workspace number $ws2 bindsym $mod+3 workspace number $ws3 @@ -116,6 +124,8 @@ bar { } exec --no-startup-id xrandr --auto +exec --no-startup-id ~/.config/i3/setup-vnc-monitor.sh +exec --no-startup-id nitrogen --restore set $bg #282828 set $red #cc241d -- cgit v1.2.3