Added configs for thurstyretina

This commit is contained in:
David Thurstenson 2023-07-13 00:30:49 -05:00
parent 7f10453563
commit 06007639fa
28 changed files with 128 additions and 0 deletions

View File

@ -0,0 +1 @@
../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

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

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

@ -0,0 +1,46 @@
#order += "dropboxd_status"
order += "arch_updates"
order += "volume_status"
order += "sysdata"
order += "keyboard_locks"
order += "battery_level"
order += "group time"
group time {
clock "local" {
format_time = "%F %H:%M"
}
clock "zulu" {
format = "{UTC}"
format_time = "%Y%m%d %H%Mz"
}
}
arch_updates {
format = "U: {pacman}"
}
battery_level {
format = "🔋{percent}% ({time_remaining})"
hide_seconds = true
threshold_full = 80
}
keyboard_locks {
format = "[\?if=num_lock&color=good N|\?color=bad n] [\?if=caps_lock&color=good C|\?color=bad c] [\?if=scroll_lock&color=good S|\?color=bad s]"
}
volume_status {
command = "pactl"
max_volume = 100
}
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"
}

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 "Apple Computer Inc Color LCD Unknown"
# Mode
set $o-mode "2880x1800@60Hz"
# Position
set $o-pos-x "0"
set $o-pos-y "0"
# Scale Factor
set $o-scalefactor "1.5"
# 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