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
|
@ -12,7 +12,7 @@ function set_configuration () {
|
|||
$MONITOR_CONF # Apply configuration
|
||||
}
|
||||
|
||||
# set_configuration
|
||||
set_configuration
|
||||
|
||||
# SCREENS => HashMap | Key => Output name | Value => Position X
|
||||
# SCREENS EX:
|
||||
|
@ -49,3 +49,4 @@ EXPORT_SCREENS="${EXPORT_SCREENS:0:-1})" # Remove last space
|
|||
|
||||
echo "#!/bin/bash" > $GENERATED_MONITOR_CONF
|
||||
echo $EXPORT_SCREENS >> $GENERATED_MONITOR_CONF
|
||||
echo "SCREEN_NUMBER=\${#SCREENS[@]}" >> $GENERATED_MONITOR_CONF
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue