mirror of
https://github.com/dnlbauer/dotfiles.git
synced 2026-09-11 14:05:29 +00:00
i3
This commit is contained in:
@@ -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
5
.config/i3/xrandr.sh
Executable file
@@ -0,0 +1,5 @@
|
||||
#!/bin/bash
|
||||
|
||||
if [ -f ~/.screenlayout/default.sh ]; then
|
||||
bash ~/.screenlayout/default.sh
|
||||
fi
|
||||
Reference in New Issue
Block a user