diff options
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 |
