diff --git a/.config/sway/common/99-media-workspace.conf b/.config/sway/common/99-media-workspace.conf new file mode 100644 index 0000000..b21608a --- /dev/null +++ b/.config/sway/common/99-media-workspace.conf @@ -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) diff --git a/.config/sway/lark-desktop/30-input.conf b/.config/sway/lark-desktop/30-input.conf new file mode 100644 index 0000000..55ffc16 --- /dev/null +++ b/.config/sway/lark-desktop/30-input.conf @@ -0,0 +1,8 @@ +# Sway Config: Input Config +# +# Thurstylark + +# Set numlock on startup +input * xkb_numlock enabled + + diff --git a/.config/sway/lark-desktop/40-output.conf b/.config/sway/lark-desktop/40-output.conf index a4c1f98..b658f00 100644 --- a/.config/sway/lark-desktop/40-output.conf +++ b/.config/sway/lark-desktop/40-output.conf @@ -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 diff --git a/.config/sway/lark-desktop/bg b/.config/sway/lark-desktop/bg new file mode 100644 index 0000000..d7e610a Binary files /dev/null and b/.config/sway/lark-desktop/bg differ