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:
parent
e0297d280b
commit
87da83122a
5 changed files with 55 additions and 30 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue