This commit is contained in:
Daniel Bauer
2019-03-18 13:43:55 +01:00
parent be62753423
commit 5a558b109e
5 changed files with 27 additions and 24 deletions

View File

@@ -9,7 +9,8 @@
#
# Please see http://i3wm.org/docs/userguide.html for a complete reference!
# exec xrandr --auto --output DP-4 --right-of HDMI-0 --primary --dpi 150
exec --no-startup-id ~/.config/i3/autoxrandr
exec --no-startup-id ~/.config/i3/xrandr.sh
set $mod Mod4

5
.config/i3/xrandr.sh Executable file
View File

@@ -0,0 +1,5 @@
#!/bin/bash
if [ -f ~/.screenlayout/default.sh ]; then
bash ~/.screenlayout/default.sh
fi