Adding config for larkbook (copied from tl-yoga)
This commit is contained in:
parent
95aec8a65c
commit
feac913900
|
@ -0,0 +1 @@
|
|||
../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
|
|
@ -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
|
|
@ -0,0 +1 @@
|
|||
../available/keybinds/workspaces.conf
|
|
@ -0,0 +1 @@
|
|||
../available/keybinds/backlight-keys.conf
|
|
@ -0,0 +1 @@
|
|||
../available/output/backlight-min.conf
|
|
@ -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"
|
||||
}
|
|
@ -0,0 +1 @@
|
|||
../available/input/cursor-hide.conf
|
|
@ -0,0 +1 @@
|
|||
../available/keybinds/focus.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,25 @@
|
|||
# Sway Config: Output
|
||||
#
|
||||
# Thurstylark
|
||||
|
||||
# Display ID is required
|
||||
set $o-id "eDP-1"
|
||||
|
||||
# Mode
|
||||
set $o-mode "3840x2160@60Hz"
|
||||
|
||||
# Position
|
||||
set $o-pos-x "0"
|
||||
set $o-pos-y "0"
|
||||
|
||||
# Scale Factor
|
||||
set $o-scalefactor "2"
|
||||
|
||||
|
||||
# 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
|
||||
}
|
|
@ -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/output/random-bg.conf
|
|
@ -0,0 +1 @@
|
|||
../available/mode/resize.conf
|
|
@ -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"
|
||||
}
|
|
@ -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
|
Loading…
Reference in New Issue