Copying config from larkbook to thurstybook

This commit is contained in:
David Thurstenson 2023-06-11 22:41:04 -05:00
parent 8a6b24ec92
commit 7f10453563
33 changed files with 97 additions and 107 deletions

View File

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

View File

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

View File

@ -1,21 +0,0 @@
# Sway Config: Idle and Lockscreen
#
# Thurstylark
set $lock-time 900
set $dispsleep-time 600
set $dispsleep 'swaymsg "output * dpms off"'
set $dispwake 'swaymsg "output * dpms on"'
set $locker "swaylock -e -f -F -l -c 000000"
set $unlocker "killall swaylock"
exec swayidle -w \
timeout $lock-time $locker \
timeout $dispsleep-time $dispsleep \
resume $dispwake \
after-resume $dispwake \
before-sleep $locker \
lock $locker \
unlock $unlocker

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

@ -0,0 +1,15 @@
# Sway Config: Common Input Configuration
#
# Thurstylark
# Set common touchpad options
input type:touchpad {
tap disabled
click_method clickfinger
}
# Touchscreen and Pen Mapping
input type:touch map_to_output $o-id
input type:tablet_tool map_to_output $o-id

View File

@ -1,24 +0,0 @@
# Sway Config: Input Config
#
# Thurstylark
# Cursor hide delay (in ms)
set $cursor-delay "4000"
set $touchpad "1739:10548:Synaptics_s3203_ver5"
set $trackpoint "2:10:TPPS/2_IBM_TrackPoint"
set $trackpoint2 "1267:41:Elan_TrackPoint"
# Touchpad options
input $touchpad {
#pointer_accel 0.5
click_method clickfinger
middle_emulation enabled
}
# Disable Trackpoint
input $trackpoint events disabled
input $trackpoint2 events disabled
# Hide cursor after delay
seat * hide_cursor $cursor-delay

View File

@ -1,43 +0,0 @@
# Sway config: Output
#
# Thurstylark
# Setup for built-in monitor
set $o-internal-id "eDP-1"
set $o-internal-mode "1920x1080@60Hz"
set $o-internal-pos-x "0"
set $o-internal-pos-y "0"
# Setup for 4k monitor attached to work dock
set $o-dock4k-id "Ancor Communications Inc ASUS PB287Q 0x00005B34"
set $o-dock4k-mode "2560x1440@59Hz"
set $o-dock4k-pos-x "1920"
set $o-dock4k-pos-y "0"
# Setup for 1080 monitor attached to work dock
set $o-docklg-id "Goldstar Company Ltd LG FULL HD 503NDWEH8441"
set $o-docklg-mode "1920x1080@60Hz"
set $o-docklg-pos-x "4480"
set $o-docklg-pos-y "0"
# Setup for personal ultrawide monitor
set $o-puwide-id "Unknown ASUS VP348 0x0000CA5D"
set $o-puwide-mode "3440x1440@59Hz"
set $o-puwide-pos-x "1920"
set $o-puwide-pos-y "0"
# Sane default of 1080p60
output * mode 1920x1080@60Hz
# Desktop wallpaper
output * bg ~/.config/sway/$hostname/bg fill #000000
# Set minimum brightness
exec "light -N 6"
# Set monitors for work dock
output $o-internal-id pos $o-internal-pos-x $o-internal-pos-y mode $o-internal-mode
output $o-dock4k-id pos $o-dock4k-pos-x $o-dock4k-pos-y mode $o-dock4k-mode
output $o-docklg-id pos $o-docklg-pos-x $o-docklg-pos-y mode $o-docklg-mode
output $o-puwide-id pos $o-puwide-pos-x $o-puwide-pos-y mode $o-puwide-mode

View File

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

View File

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

View File

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

View File

@ -1,14 +1,19 @@
order += "dropboxd_status"
#order += "dropboxd_status"
order += "arch_updates"
order += "volume_status"
order += "sysdata"
order += "keyboard_locks"
order += "battery_level"
order += "clock"
order += "group time"
clock {
format_time = "%F %H:%M"
group time {
clock "local" {
format_time = "%F %H:%M"
}
clock "zulu" {
format = "{UTC}"
format_time = "%Y%m%d %H%Mz"
}
}
arch_updates {
@ -34,3 +39,8 @@ sysdata {
format = "[\?color=cpu CPU: {cpu_used_percent}%], [\?color=mem Mem: {mem_used_percent}%], [\?color=load L1: {load1}], [\?color=load L5: {load5}], [\?color=load L15: {load15}]"
}
dropboxd_status {
format = "KD_DB: {status}"
status_on = ""
status_off = "DOWN"
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.7 MiB

View File

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

View File

@ -0,0 +1 @@
../available/keybinds/focus.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,25 @@
# Sway Config: Output
#
# Thurstylark
# Display ID is required
set $o-id "eDP-1"
# Mode
set $o-mode "1366x768@60Hz"
# Position
set $o-pos-x "0"
set $o-pos-y "0"
# Scale Factor
set $o-scalefactor "1"
# 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
}

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/output/random-bg.conf

View File

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

View File

@ -0,0 +1,18 @@
# Sway config: Display rotation
#
# Thurstylark
set $rotate-display eDP-1
bindsym $mod+Backslash mode "Rotate"
#input $i-wacom-pen map_to_output $o-internal-id
#input $i-wacom-touch map_to_output $o-internal-id
mode "Rotate" {
bindsym Down output $rotate-display transform normal; mode "default"
bindsym Left output $rotate-display transform 90 clockwise; mode "default"
bindsym Right output $rotate-display transform 90 anticlockwise; mode "default"
bindsym Up output $rotate-display transform 180 clockwise; mode "default"
}

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