1
0
Fork 0

Update dot_config/i3/config

Update dot_config/i3/executable_common_var.sh
Update dot_config/i3/executable_configure_monitors.sh
Add dot_config/i3/executable_on_i3_start.sh
Update dot_config/i3/executable_relative_workspace.sh
This commit is contained in:
Florian RICHER 2022-05-08 16:11:11 +02:00
parent e0297d280b
commit 87da83122a
5 changed files with 55 additions and 30 deletions

View file

@ -2,3 +2,10 @@
MONITOR_CONF=~/.screenlayout/monitor.sh
GENERATED_MONITOR_CONF=~/.screenlayout/generated_monitor.sh
# Set command from current VM
MSG_COMMAND=i3-msg
if [[ $DESKTOP_SESSION =~ ^sway$ ]]; then
MSG_COMMAND=swaymsg
fi