Added configs for larkbox (whose history is intertwined with lark-desktop)
This commit is contained in:
parent
03629a8b32
commit
c2dc1189a6
|
@ -0,0 +1,14 @@
|
||||||
|
# Sway config: Bar
|
||||||
|
#
|
||||||
|
# Reference: `man 5 sway-bar`
|
||||||
|
bar {
|
||||||
|
position bottom
|
||||||
|
|
||||||
|
status_command py3status -c ~/.config/sway/$hostname/py3status.py
|
||||||
|
|
||||||
|
colors {
|
||||||
|
statusline #ffffff
|
||||||
|
background #323232
|
||||||
|
inactive_workspace #32323200 #32323200 #5c5c5c
|
||||||
|
}
|
||||||
|
}
|
|
@ -0,0 +1,8 @@
|
||||||
|
# Sway Config: Input Config
|
||||||
|
#
|
||||||
|
# Thurstylark
|
||||||
|
|
||||||
|
# Set numlock on startup
|
||||||
|
input * xkb_numlock enabled
|
||||||
|
|
||||||
|
|
|
@ -0,0 +1,15 @@
|
||||||
|
# Sway config: Output
|
||||||
|
#
|
||||||
|
# Thurstylark
|
||||||
|
|
||||||
|
set $omimon "Dell Inc. Dell AW3420DW 20X9D9990E2L"
|
||||||
|
|
||||||
|
|
||||||
|
# Sane default of 1080p60
|
||||||
|
output * mode 1920x1080@60Hz
|
||||||
|
|
||||||
|
output DP-1 mode 3440x1440@59Hz
|
||||||
|
|
||||||
|
output $omimon mode 3440x1440@60Hz
|
||||||
|
|
||||||
|
output * bg ~/.config/sway/$hostname/bg center #000000
|
Binary file not shown.
After Width: | Height: | Size: 962 KiB |
Loading…
Reference in New Issue