|
@@ -143,10 +143,11 @@ bar {
|
143
|
143
|
# status_command i3status
|
144
|
144
|
font pango:Terminus, Icons, FontAwesome 9
|
145
|
145
|
status_command python3 ~/.i3/status/status.py
|
146
|
|
- tray_output primary
|
|
146
|
+ tray_output DP-2
|
147
|
147
|
}
|
148
|
148
|
|
149
|
149
|
exec_always ~/.i3/exec
|
|
150
|
+exec "sleep 3; i3 restart"
|
150
|
151
|
|
151
|
152
|
bindsym Print exec screen.sh root
|
152
|
153
|
bindsym $mod+Print exec screen.sh active
|
|
@@ -157,11 +158,12 @@ bindsym $mod+i exec sudo service openvpn restart g75-internet
|
157
|
158
|
bindsym $mod+n exec netsoul
|
158
|
159
|
bindsym $mod+c exec chromium-browser
|
159
|
160
|
bindsym $mod+e exec sudo dhclient eth0
|
|
161
|
+bindsym $mod+w exec webradio
|
160
|
162
|
|
161
|
163
|
bindsym $mod+p exec wakeserv4-alert.sh
|
162
|
164
|
|
163
|
|
-workspace 6 output VGA-1
|
164
|
|
-workspace 1 output eDP-1
|
|
165
|
+workspace 6 output VGA-0
|
|
166
|
+workspace 1 output DP-2
|
165
|
167
|
|
166
|
168
|
for_window [class="Calendar-window"] border none
|
167
|
169
|
for_window [class="Calendar-window"] floating enable
|