Added configuration for lark-desktop
This commit is contained in:
parent
fa839afee5
commit
f9563ad3cb
|
@ -1 +1 @@
|
||||||
available/10-variables.conf
|
../available/general/variables.conf
|
|
@ -0,0 +1 @@
|
||||||
|
../available/general/base.conf
|
|
@ -0,0 +1 @@
|
||||||
|
../available/keybinds/base.conf
|
|
@ -0,0 +1 @@
|
||||||
|
../available/output/sane-default.conf
|
|
@ -0,0 +1 @@
|
||||||
|
../available/output/configure.conf
|
|
@ -0,0 +1 @@
|
||||||
|
../available/input/input.conf
|
|
@ -1,14 +0,0 @@
|
||||||
# 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
|
|
||||||
}
|
|
||||||
}
|
|
|
@ -1 +0,0 @@
|
||||||
available/20-keybindings.conf
|
|
|
@ -1 +0,0 @@
|
||||||
available/21-layout.conf
|
|
|
@ -1 +0,0 @@
|
||||||
available/22-movement.conf
|
|
|
@ -1 +0,0 @@
|
||||||
available/24-workspaces.conf
|
|
|
@ -1,27 +0,0 @@
|
||||||
# Sway config: Output
|
|
||||||
#
|
|
||||||
# Thurstylark
|
|
||||||
|
|
||||||
set $omimon "Dell Inc. Dell AW3420DW 20X9D9990E2L"
|
|
||||||
|
|
||||||
set $homeuw "Unknown ASUS VP348 0x0000CA5D"
|
|
||||||
|
|
||||||
set $home4k "Ancor Communications Inc ASUS PB287Q 0x00005B34"
|
|
||||||
|
|
||||||
|
|
||||||
# Sane default of 1080p60
|
|
||||||
output * mode 1920x1080@60Hz
|
|
||||||
|
|
||||||
output $homeuw mode 3440x1440@75Hz
|
|
||||||
output $homeuw position 0 0
|
|
||||||
|
|
||||||
#output $home4k mode 2560x1440@59Hz
|
|
||||||
output $home4k mode 3840x2160@59Hz
|
|
||||||
output $home4k position 3440 0
|
|
||||||
#output $home4k transform 90
|
|
||||||
output $home4k scale 1.5
|
|
||||||
output $home4k subpixel rgb
|
|
||||||
|
|
||||||
output $omimon mode 3440x1440@60Hz
|
|
||||||
|
|
||||||
output * bg ~/.config/sway/$hostname/bg fill #000000
|
|
|
@ -1 +0,0 @@
|
||||||
available/41-input.conf
|
|
|
@ -1 +0,0 @@
|
||||||
available/99-bpytop-monitor.conf
|
|
|
@ -1 +0,0 @@
|
||||||
available/99-media-workspace.conf
|
|
|
@ -0,0 +1 @@
|
||||||
|
../available/keybinds/backlight-keys.conf
|
|
@ -0,0 +1 @@
|
||||||
|
../available/output/backlight-min.conf
|
|
@ -1 +0,0 @@
|
||||||
/usr/share/backgrounds/thurstylark/spacetux.jpg
|
|
|
@ -0,0 +1 @@
|
||||||
|
../available/input/cursor-hide.conf
|
|
@ -0,0 +1 @@
|
||||||
|
../available/output/default-bg.conf
|
|
@ -0,0 +1 @@
|
||||||
|
../available/keybinds/focus.conf
|
|
@ -0,0 +1 @@
|
||||||
|
../available/general/idle-lock.conf
|
|
@ -0,0 +1 @@
|
||||||
|
../available/extras/media-workspace.conf
|
|
@ -0,0 +1 @@
|
||||||
|
../available/extras/monitor-workspace.conf
|
|
@ -0,0 +1 @@
|
||||||
|
../available/keybinds/movement.conf
|
|
@ -0,0 +1,29 @@
|
||||||
|
# Sway Config: Output
|
||||||
|
#
|
||||||
|
# Thurstylark
|
||||||
|
|
||||||
|
# Display ID is required
|
||||||
|
set $o-id "Ancor Communications Inc ASUS PB287Q 0x00005B34"
|
||||||
|
|
||||||
|
# Mode
|
||||||
|
set $o-mode "3840x2160@59Hz"
|
||||||
|
|
||||||
|
# Position
|
||||||
|
set $o-pos-x "3440"
|
||||||
|
set $o-pos-y "0"
|
||||||
|
|
||||||
|
# Scale Factor
|
||||||
|
set $o-scalefactor "1.5"
|
||||||
|
|
||||||
|
# Subpixel Mode
|
||||||
|
set $o-subpixel "rgb"
|
||||||
|
|
||||||
|
|
||||||
|
# Do the thing
|
||||||
|
# (comment or remove direcives that are unnecessary to avoid errors)
|
||||||
|
output $o-id {
|
||||||
|
mode $o-mode
|
||||||
|
position $o-pos-x $o-pos-y
|
||||||
|
scale $o-scalefactor
|
||||||
|
subpixel $o-subpixel
|
||||||
|
}
|
|
@ -0,0 +1,21 @@
|
||||||
|
# Sway Config: Output
|
||||||
|
#
|
||||||
|
# Thurstylark
|
||||||
|
|
||||||
|
# Display ID is required
|
||||||
|
set $o-id "Unknown ASUS VP348 0x0000CA5D"
|
||||||
|
|
||||||
|
# Mode
|
||||||
|
set $o-mode "3440x1440@75Hz"
|
||||||
|
|
||||||
|
# Position
|
||||||
|
set $o-pos-x "0"
|
||||||
|
set $o-pos-y "0"
|
||||||
|
|
||||||
|
|
||||||
|
# Do the thing
|
||||||
|
# (comment or remove direcives that are unnecessary to avoid errors)
|
||||||
|
output $o-id {
|
||||||
|
mode $o-mode
|
||||||
|
position $o-pos-x $o-pos-y
|
||||||
|
}
|
|
@ -0,0 +1,16 @@
|
||||||
|
# Sway Config: Output
|
||||||
|
#
|
||||||
|
# Thurstylark
|
||||||
|
|
||||||
|
# Display ID is required
|
||||||
|
set $o-id "Dell Inc. Dell AW3420DW 20X9D9990E2L"
|
||||||
|
|
||||||
|
# Mode
|
||||||
|
set $o-mode "3440x1440@60Hz"
|
||||||
|
|
||||||
|
|
||||||
|
# Do the thing
|
||||||
|
# (comment or remove direcives that are unnecessary to avoid errors)
|
||||||
|
output $o-id {
|
||||||
|
mode $o-mode
|
||||||
|
}
|
|
@ -0,0 +1 @@
|
||||||
|
../available/keybinds/passmenu.conf
|
|
@ -0,0 +1 @@
|
||||||
|
../available/keybinds/playerctl-media-keys.conf
|
|
@ -0,0 +1 @@
|
||||||
|
../available/keybinds/pulse-media-keys.conf
|
|
@ -0,0 +1 @@
|
||||||
|
../available/bar/py3status.conf
|
|
@ -0,0 +1 @@
|
||||||
|
../available/mode/resize.conf
|
|
@ -0,0 +1 @@
|
||||||
|
../available/keybinds/scratchpad.conf
|
|
@ -0,0 +1 @@
|
||||||
|
../available/keybinds/screen-lock.conf
|
|
@ -0,0 +1 @@
|
||||||
|
../available/keybinds/suspend.conf
|
|
@ -0,0 +1 @@
|
||||||
|
../available/extras/terminal-workspace.conf
|
|
@ -0,0 +1 @@
|
||||||
|
../available/keybinds/workspaces.conf
|
Loading…
Reference in New Issue