Compare commits
No commits in common. "c73759a2c3d09d0cfc74453c2c7c83d701574928" and "2a58f121fcf8fe655849def59f63d34eda20aba5" have entirely different histories.
c73759a2c3
...
2a58f121fc
|
@ -19,12 +19,5 @@ for_window [app_id="bpytop"] {
|
||||||
fullscreen enable
|
fullscreen enable
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
# Launch bpytop with custom app_id
|
# Launch bpytop with custom app_id
|
||||||
set $monitor-launch "alacritty --class bpytop -e bpytop"
|
bindsym $mod+Alt+$ws-monitor-key exec "alacritty --class bpytop -e bpytop"
|
||||||
|
|
||||||
# Launch monitor on key combo
|
|
||||||
bindsym $mod+Alt+$ws-monitor-key exec $monitor-launch
|
|
||||||
|
|
||||||
# Launch monitor on startup
|
|
||||||
exec $monitor-launch
|
|
||||||
|
|
|
@ -19,9 +19,5 @@ bindsym $mod+d exec $menu
|
||||||
bindsym $mod+Shift+c reload
|
bindsym $mod+Shift+c reload
|
||||||
|
|
||||||
|
|
||||||
# Toggle border style with $mod+Shift+b
|
|
||||||
bindsym $mod+Shift+b border toggle
|
|
||||||
|
|
||||||
|
|
||||||
# Exit sway
|
# Exit sway
|
||||||
bindsym $mod+Shift+e exit
|
bindsym $mod+Shift+e exit
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
# Sway Config: Focus
|
# Sway Config: Movement
|
||||||
#
|
#
|
||||||
# Thurstylark
|
# Thurstylark
|
||||||
|
|
||||||
|
|
|
@ -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
|
|
|
@ -27,7 +27,3 @@ output $o-id {
|
||||||
scale $o-scalefactor
|
scale $o-scalefactor
|
||||||
subpixel $o-subpixel
|
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"
|
|
||||||
|
|
|
@ -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"
|
|
|
@ -19,7 +19,3 @@ output $o-id {
|
||||||
mode $o-mode
|
mode $o-mode
|
||||||
position $o-pos-x $o-pos-y
|
position $o-pos-x $o-pos-y
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
# Set this output up as the initial output for workspace 1
|
|
||||||
set $o-ws-1 "Unknown ASUS VP348 0x0000CA5D"
|
|
||||||
|
|
Loading…
Reference in New Issue