diff --git a/sway/config b/sway/config index 7afe10a..9532ab2 100644 --- a/sway/config +++ b/sway/config @@ -20,6 +20,14 @@ output HDMI-A-1 { adaptive_sync off } +#virtual output +output HEADLESS-1 { + disable + pos 0 1440 + mode 2560x1600 + scale 1.5 +} + # set mouse input type:pointer { accel_profile flat @@ -68,7 +76,7 @@ bindsym $mod+Return exec alacritty bindsym $mod+Shift+q kill # start dmenu -bindsym $mod+d exec bemenu-run +bindsym $mod+d exec j4-dmenu-desktop --dmenu='bemenu -i' # change focus bindsym $mod+h focus left diff --git a/sway/wall.jpg b/sway/wall.jpg index 9981248..31e25ba 100644 Binary files a/sway/wall.jpg and b/sway/wall.jpg differ