Added configuration for lark-desktop

This commit is contained in:
David Thurstenson 2021-07-07 20:33:21 -05:00
parent fa839afee5
commit f9563ad3cb
39 changed files with 91 additions and 50 deletions

View File

@ -1 +1 @@
available/10-variables.conf
../available/general/variables.conf

View File

@ -0,0 +1 @@
../available/general/base.conf

View File

@ -0,0 +1 @@
../available/keybinds/base.conf

View File

@ -0,0 +1 @@
../available/output/sane-default.conf

View File

@ -0,0 +1 @@
../available/output/configure.conf

View File

@ -0,0 +1 @@
../available/input/input.conf

View File

@ -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
}
}

View File

@ -1 +0,0 @@
available/20-keybindings.conf

View File

@ -1 +0,0 @@
available/21-layout.conf

View File

@ -1 +0,0 @@
available/22-movement.conf

View File

@ -1 +0,0 @@
available/24-workspaces.conf

View File

@ -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

View File

@ -1 +0,0 @@
available/41-input.conf

View File

@ -1 +0,0 @@
available/99-bpytop-monitor.conf

View File

@ -1 +0,0 @@
available/99-media-workspace.conf

View File

@ -0,0 +1 @@
../available/keybinds/backlight-keys.conf

View File

@ -0,0 +1 @@
../available/output/backlight-min.conf

View File

@ -1 +0,0 @@
/usr/share/backgrounds/thurstylark/spacetux.jpg

View File

@ -0,0 +1 @@
../available/input/cursor-hide.conf

View File

@ -0,0 +1 @@
../available/output/default-bg.conf

View File

@ -0,0 +1 @@
../available/keybinds/focus.conf

View File

@ -0,0 +1 @@
../available/general/idle-lock.conf

View File

@ -0,0 +1 @@
../available/extras/media-workspace.conf

View File

@ -0,0 +1 @@
../available/extras/monitor-workspace.conf

View File

@ -0,0 +1 @@
../available/keybinds/movement.conf

View File

@ -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
}

View File

@ -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
}

View File

@ -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
}

View File

@ -0,0 +1 @@
../available/keybinds/passmenu.conf

View File

@ -0,0 +1 @@
../available/keybinds/playerctl-media-keys.conf

View File

@ -0,0 +1 @@
../available/keybinds/pulse-media-keys.conf

View File

@ -0,0 +1 @@
../available/bar/py3status.conf

View File

@ -0,0 +1 @@
../available/mode/resize.conf

View File

@ -0,0 +1 @@
../available/keybinds/scratchpad.conf

View File

@ -0,0 +1 @@
../available/keybinds/screen-lock.conf

View File

@ -0,0 +1 @@
../available/keybinds/suspend.conf

View File

@ -0,0 +1 @@
../available/extras/terminal-workspace.conf

View File

@ -0,0 +1 @@
../available/keybinds/workspaces.conf