Adding current progress chunk
This commit is contained in:
parent
00f9b30376
commit
6ee013d84b
|
@ -0,0 +1,23 @@
|
|||
# Sway Config: Media workspace
|
||||
#
|
||||
# Thurstylark
|
||||
|
||||
# Switch output to workspace
|
||||
bindsym $mod+Home workspace media
|
||||
|
||||
# Move focused container to workspace
|
||||
bindsym $mod+Shift+Home move container to workspace media
|
||||
|
||||
assign [app_id="mpv"] workspace media
|
||||
|
||||
for_window [app_id="mpv"] fullscreen enable
|
||||
|
||||
for_window [app_id="mctrl"] {
|
||||
resize set width 1700 px height 1400 px
|
||||
move position center
|
||||
move down 3000 px
|
||||
move window to scratchpad
|
||||
}
|
||||
|
||||
# Launch mpv using the contents of the clipboard
|
||||
bindsym $mod+Insert exec alacritty --class mctrl -e mpv $$(wl-paste)
|
|
@ -0,0 +1,8 @@
|
|||
# Sway Config: Input Config
|
||||
#
|
||||
# Thurstylark
|
||||
|
||||
# Set numlock on startup
|
||||
input * xkb_numlock enabled
|
||||
|
||||
|
|
@ -4,3 +4,7 @@
|
|||
|
||||
# Sane default of 1080p60
|
||||
output * mode 1920x1080@60Hz
|
||||
|
||||
output DP-1 mode 3440x1440@59Hz
|
||||
|
||||
output * bg ~/.config/sway/lark-desktop/bg center #000000
|
||||
|
|
Binary file not shown.
After Width: | Height: | Size: 962 KiB |
Loading…
Reference in New Issue