diff options
| author | Aargh Rai <aargh.rai+git@gmail.com> | 2026-08-12 11:27:28 +0530 |
|---|---|---|
| committer | Aargh Rai <aargh.rai+git@gmail.com> | 2026-08-12 11:27:28 +0530 |
| commit | 961fff2de6ef80c8ef0ccc4b2e3324f39ab619e6 (patch) | |
| tree | fd820213530d2b360448a938a0030c9f3556664e /i3/config | |
| parent | 1cb4e47ccadfe3c673d46808838eca751001609e (diff) | |
vnc extend like second monitor
Diffstat (limited to 'i3/config')
| -rw-r--r-- | i3/config | 16 |
1 files changed, 13 insertions, 3 deletions
@@ -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 |
