1
0
Fork 0
dotfiles/dot_config/i3/executable_common_var.sh
Florian RICHER 87da83122a 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
2022-05-08 16:11:11 +02:00

11 lines
230 B
Bash

#!/bin/bash
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