Adding fully-restructured config for kd-laptop
This commit is contained in:
parent
45e81fd87e
commit
fa839afee5
|
@ -1 +1 @@
|
||||||
available/10-variables.conf
|
../available/general/variables.conf
|
|
@ -0,0 +1 @@
|
||||||
|
../available/general/base.conf
|
|
@ -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
|
|
|
@ -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 +0,0 @@
|
||||||
available/30-output-sane-default.conf
|
|
|
@ -1 +0,0 @@
|
||||||
available/31-output-configure.conf
|
|
|
@ -1 +0,0 @@
|
||||||
available/41-input.conf
|
|
|
@ -1 +0,0 @@
|
||||||
available/42-cursor-hide.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 @@
|
||||||
|
../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