# Title Language Pasted on Will expire on Paste type
110 text 2025-10-04 @ 18:50:41 UTC Never Public
View raw
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
In .Xresources:

#if NUM_SCREENS == 1 && WIDTH <= 1400
computer.type: laptop
#else
computer.type: desktop
#endif


In .config/i3/config:

set_from_resource $computer_type computer.type
include $HOME/.config/i3/$computer_type.conf


put specific settings in either ~/.config/i3/laptop.conf or .../desktop.conf