Compare commits

..

No commits in common. "master" and "2a58f121fcf8fe655849def59f63d34eda20aba5" have entirely different histories.

104 changed files with 71 additions and 381 deletions

View File

@ -1,9 +0,0 @@
# Sway Config: Autolaunch Monitor Workspace
#
# Thurstylark
# Include monitor-workspace.conf
include $dir-conf/available/extras/monitor-workspace.conf
# Launch monitor on startup
exec $monitor-launch

View File

@ -19,11 +19,5 @@ for_window [app_id="bpytop"] {
fullscreen enable
}
# Launch bpytop with custom app_id
set $monitor-launch "alacritty --class bpytop -e bpytop"
# Launch monitor on key combo
bindsym $mod+Alt+$ws-monitor-key exec $monitor-launch
# To launch on startup, link to ./autolaunch-monitor-workspace.conf instead.
bindsym $mod+Alt+$ws-monitor-key exec "alacritty --class bpytop -e bpytop"

View File

@ -9,7 +9,7 @@ set $dir-utils $dir-conf/utils
set $dir-wallpapers /usr/share/backgrounds
# Default Background
set $default-background $dir-wallpapers/thurstylark/linux/linux-spacetux.jpg
set $default-background $dir-wallpapers/thurstylark/spacetux.jpg
# Using Logo key
set $mod Mod4

View File

@ -19,9 +19,5 @@ bindsym $mod+d exec $menu
bindsym $mod+Shift+c reload
# Toggle border style with $mod+Shift+b
bindsym $mod+Shift+b border toggle
# Exit sway
bindsym $mod+Shift+e exit

View File

@ -1,4 +1,4 @@
# Sway Config: Focus
# Sway Config: Movement
#
# Thurstylark

View File

@ -2,8 +2,10 @@
#
# Thurstylark
include $dir-utils/output/set-bg
set $o-id "*"
set $o-bg-path $$(/usr/share/backgrounds/thurstylark/tl-wallpaper-shuf.bash)
set $o-bg-path $$(find $dir-wallpapers -type f \( -iname \*.jpg -o -iname \*.png \) -not -path $dir-wallpapers/sway/\* | shuf -n 1 )
set $o-bg-fill "#000000"
output $o-id bg $o-bg-path fill $o-bg-fill

View File

@ -0,0 +1,16 @@
# 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

View File

@ -1,4 +1,4 @@
#order += "dropboxd_status"
order += "dropboxd_status"
order += "arch_updates"
order += "volume_status"
order += "sysdata"

View File

@ -0,0 +1 @@
../available/output/default-bg.conf

View File

@ -0,0 +1 @@
../available/general/idle-lock.conf

View File

@ -0,0 +1,15 @@
# 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
}

View File

@ -0,0 +1,15 @@
# 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
}

View File

@ -0,0 +1,15 @@
# 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
}

View File

@ -1 +0,0 @@
../available/extras/autolaunch-monitor-workspace.conf

View File

@ -1 +0,0 @@
../available/extras/media-workspace.conf

View File

@ -1,11 +0,0 @@
# Sway Config: Workspace assignments
#
# Thurstylark
# Make initial workspace assignments
workspace $ws-monitor output $o-ws-monitor
workspace $ws-media output $o-ws-media
workspace 1 output $o-ws-1
# Focus workspace 1 for user input
workspace 1

View File

@ -27,7 +27,3 @@ output $o-id {
scale $o-scalefactor
subpixel $o-subpixel
}
# Set this display up as the initial location for the media workspace
set $o-ws-media "Ancor Communications Inc ASUS PB287Q 0x00005B34"

View File

@ -1,19 +0,0 @@
# Sway Config: Output
#
# Thurstylark
# Display ID is required
set $o-id "HDMI-A-1"
# Mode
set $o-mode "1920x1080@60Hz"
# Do the thing
# (comment or remove direcives that are unnecessary to avoid errors)
output $o-id {
mode $o-mode
}
# Assign the Monitor workspace to this output
set $o-ws-monitor "HDMI-A-1"

View File

@ -3,7 +3,7 @@
# Thurstylark
# Display ID is required
set $o-id "ASUSTek COMPUTER INC ASUS VP348 0x0000CA5D"
set $o-id "Unknown ASUS VP348 0x0000CA5D"
# Mode
set $o-mode "3440x1440@75Hz"
@ -19,7 +19,3 @@ output $o-id {
mode $o-mode
position $o-pos-x $o-pos-y
}
# Set this output up as the initial output for workspace 1
set $o-ws-1 $o-id

View File

@ -1,15 +0,0 @@
# 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,25 +0,0 @@
# 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

@ -1 +0,0 @@
../available/output/random-bg.conf

View File

@ -1,18 +0,0 @@
# 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

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

View File

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

View File

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

View File

@ -1 +0,0 @@
../available/output/sane-default.conf

View File

@ -1 +0,0 @@
../available/output/configure.conf

View File

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

View File

@ -1,15 +0,0 @@
# 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 +0,0 @@
../available/keybinds/workspaces.conf

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -1,25 +0,0 @@
# 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

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

View File

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

View File

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

View File

@ -1 +0,0 @@
../available/bar/py3status.conf

View File

@ -1 +0,0 @@
../available/output/random-bg.conf

View File

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

View File

@ -1,18 +0,0 @@
# 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

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

View File

@ -1 +0,0 @@
../available/keybinds/screen-lock.conf

View File

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

View File

@ -1 +0,0 @@
../available/extras/terminal-workspace.conf

View File

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

View File

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

View File

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

View File

@ -1 +0,0 @@
../available/output/sane-default.conf

View File

@ -1 +0,0 @@
../available/output/configure.conf

View File

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

View File

@ -1,15 +0,0 @@
# 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 +0,0 @@
../available/keybinds/workspaces.conf

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -1 +0,0 @@
../available/extras/media-workspace.conf

View File

@ -1 +0,0 @@
../available/extras/monitor-workspace.conf

View File

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

View File

@ -1,25 +0,0 @@
# 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

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

View File

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

View File

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

View File

@ -1 +0,0 @@
../available/bar/py3status.conf

View File

@ -1 +0,0 @@
../available/output/random-bg.conf

View File

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

View File

@ -1,18 +0,0 @@
# 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

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

View File

@ -1 +0,0 @@
../available/keybinds/screen-lock.conf

Some files were not shown because too many files have changed in this diff Show More