mirror of
https://github.com/pnx/dotfiles
synced 2026-06-16 03:14:55 +02:00
i3: load second monitor variable from Xresources
This commit is contained in:
parent
ae9d18c079
commit
f3e924742c
2 changed files with 6 additions and 1 deletions
|
|
@ -36,6 +36,10 @@
|
||||||
*.color7: #BAC2DE
|
*.color7: #BAC2DE
|
||||||
*.color15: #A6ADC8
|
*.color15: #A6ADC8
|
||||||
|
|
||||||
|
!! i3
|
||||||
|
|
||||||
|
! i3wm.second_monitor: HDMI-0
|
||||||
|
|
||||||
!! XFT
|
!! XFT
|
||||||
Xft.autohint: 0
|
Xft.autohint: 0
|
||||||
Xft.lcdfilter: lcddefault
|
Xft.lcdfilter: lcddefault
|
||||||
|
|
|
||||||
|
|
@ -6,6 +6,8 @@
|
||||||
|
|
||||||
# Variables
|
# Variables
|
||||||
|
|
||||||
|
set_from_resource $second_monitor i3wm.second_monitor HDMI-0
|
||||||
|
|
||||||
set_from_resource $color_bg i3wm.background #0E1019
|
set_from_resource $color_bg i3wm.background #0E1019
|
||||||
set_from_resource $color_fg i3wm.foreground #eceef4
|
set_from_resource $color_fg i3wm.foreground #eceef4
|
||||||
|
|
||||||
|
|
@ -43,7 +45,6 @@ set $ws7 "7"
|
||||||
set $ws8 "8"
|
set $ws8 "8"
|
||||||
set $ws9 "9"
|
set $ws9 "9"
|
||||||
|
|
||||||
set $second_monitor HDMI-0
|
|
||||||
|
|
||||||
## Startup programs
|
## Startup programs
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue