Removed kd-laptop config: decommissioned
This commit is contained in:
		
							parent
							
								
									090a9e2ad7
								
							
						
					
					
						commit
						95aec8a65c
					
				@ -1 +0,0 @@
 | 
				
			|||||||
../available/general/variables.conf
 | 
					 | 
				
			||||||
@ -1 +0,0 @@
 | 
				
			|||||||
../available/general/base.conf
 | 
					 | 
				
			||||||
@ -1 +0,0 @@
 | 
				
			|||||||
../available/keybinds/base.conf
 | 
					 | 
				
			||||||
@ -1 +0,0 @@
 | 
				
			|||||||
../available/output/sane-default.conf
 | 
					 | 
				
			||||||
@ -1 +0,0 @@
 | 
				
			|||||||
../available/output/configure.conf
 | 
					 | 
				
			||||||
@ -1 +0,0 @@
 | 
				
			|||||||
../available/input/input.conf
 | 
					 | 
				
			||||||
@ -1,16 +0,0 @@
 | 
				
			|||||||
# Sway Config: Input Config
 | 
					 | 
				
			||||||
#
 | 
					 | 
				
			||||||
# Thurstylark
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
set $touchpad "2:7:SynPS/2_Synaptics_Touchpad"
 | 
					 | 
				
			||||||
set $trackpoint "2:10:TPPS/2_IBM_TrackPoint"
 | 
					 | 
				
			||||||
set $trackpoint2 "1267:41:Elan_TrackPoint"
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
# Touchpad options
 | 
					 | 
				
			||||||
input $touchpad {
 | 
					 | 
				
			||||||
	pointer_accel 0.5
 | 
					 | 
				
			||||||
}
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
# Disable Trackpoint
 | 
					 | 
				
			||||||
input $trackpoint events disabled
 | 
					 | 
				
			||||||
input $trackpoint2 events disabled
 | 
					 | 
				
			||||||
@ -1 +0,0 @@
 | 
				
			|||||||
../available/keybinds/workspaces.conf
 | 
					 | 
				
			||||||
@ -1 +0,0 @@
 | 
				
			|||||||
../available/keybinds/backlight-keys.conf
 | 
					 | 
				
			||||||
@ -1 +0,0 @@
 | 
				
			|||||||
../available/output/backlight-min.conf
 | 
					 | 
				
			||||||
@ -1,46 +0,0 @@
 | 
				
			|||||||
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"
 | 
					 | 
				
			||||||
}
 | 
					 | 
				
			||||||
@ -1 +0,0 @@
 | 
				
			|||||||
../available/input/cursor-hide.conf
 | 
					 | 
				
			||||||
@ -1 +0,0 @@
 | 
				
			|||||||
../available/output/default-bg.conf
 | 
					 | 
				
			||||||
@ -1 +0,0 @@
 | 
				
			|||||||
../available/keybinds/focus.conf
 | 
					 | 
				
			||||||
@ -1 +0,0 @@
 | 
				
			|||||||
../available/general/idle-lock.conf
 | 
					 | 
				
			||||||
@ -1 +0,0 @@
 | 
				
			|||||||
../available/extras/media-workspace.conf
 | 
					 | 
				
			||||||
@ -1 +0,0 @@
 | 
				
			|||||||
../available/extras/monitor-workspace.conf
 | 
					 | 
				
			||||||
@ -1 +0,0 @@
 | 
				
			|||||||
../available/keybinds/movement.conf
 | 
					 | 
				
			||||||
@ -1,15 +0,0 @@
 | 
				
			|||||||
# Sway Config: Output
 | 
					 | 
				
			||||||
#
 | 
					 | 
				
			||||||
# Thurstylark
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
set $o-id "Samsung Electric Company U32J59x H4ZM800632"
 | 
					 | 
				
			||||||
set $o-mode "2560x1440@59Hz"
 | 
					 | 
				
			||||||
set $o-pos-x "1920"
 | 
					 | 
				
			||||||
set $o-pos-y "0"
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
# Do the thing
 | 
					 | 
				
			||||||
output $o-id {
 | 
					 | 
				
			||||||
	mode $o-mode
 | 
					 | 
				
			||||||
	pos $o-pos-x $o-pos-y
 | 
					 | 
				
			||||||
}
 | 
					 | 
				
			||||||
@ -1,15 +0,0 @@
 | 
				
			|||||||
# Sway Config: Output
 | 
					 | 
				
			||||||
#
 | 
					 | 
				
			||||||
# Thurstylark
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
set $o-id "Goldstar Company Ltd LG FULL HD 503NDWEH8441"
 | 
					 | 
				
			||||||
set $o-mode "1920x1080@60Hz"
 | 
					 | 
				
			||||||
set $o-pos-x "4480"
 | 
					 | 
				
			||||||
set $o-pos-y "0"
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
# Do the thing
 | 
					 | 
				
			||||||
output $o-id {
 | 
					 | 
				
			||||||
	mode $o-mode
 | 
					 | 
				
			||||||
	pos $o-pos-x $o-pos-y
 | 
					 | 
				
			||||||
}
 | 
					 | 
				
			||||||
@ -1,15 +0,0 @@
 | 
				
			|||||||
# Sway Config: Output
 | 
					 | 
				
			||||||
#
 | 
					 | 
				
			||||||
# Thurstylark
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
set $o-id "eDP-1"
 | 
					 | 
				
			||||||
set $o-mode "1920x1080@60Hz"
 | 
					 | 
				
			||||||
set $o-pos-x "0"
 | 
					 | 
				
			||||||
set $o-pos-y "0"
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
# Do the thing
 | 
					 | 
				
			||||||
output $o-id {
 | 
					 | 
				
			||||||
	mode $o-mode
 | 
					 | 
				
			||||||
	pos $o-pos-x $o-pos-y
 | 
					 | 
				
			||||||
}
 | 
					 | 
				
			||||||
@ -1 +0,0 @@
 | 
				
			|||||||
../available/keybinds/passmenu.conf
 | 
					 | 
				
			||||||
@ -1 +0,0 @@
 | 
				
			|||||||
../available/keybinds/playerctl-media-keys.conf
 | 
					 | 
				
			||||||
@ -1 +0,0 @@
 | 
				
			|||||||
../available/keybinds/pulse-media-keys.conf
 | 
					 | 
				
			||||||
@ -1 +0,0 @@
 | 
				
			|||||||
../available/bar/py3status.conf
 | 
					 | 
				
			||||||
@ -1 +0,0 @@
 | 
				
			|||||||
../available/mode/resize.conf
 | 
					 | 
				
			||||||
@ -1 +0,0 @@
 | 
				
			|||||||
../available/keybinds/scratchpad.conf
 | 
					 | 
				
			||||||
@ -1 +0,0 @@
 | 
				
			|||||||
../available/keybinds/screen-lock.conf
 | 
					 | 
				
			||||||
@ -1 +0,0 @@
 | 
				
			|||||||
../available/keybinds/suspend.conf
 | 
					 | 
				
			||||||
@ -1 +0,0 @@
 | 
				
			|||||||
../available/extras/terminal-workspace.conf
 | 
					 | 
				
			||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user