From 29fa44a4faf434f69c84e2738cd0710f5b0023f3 Mon Sep 17 00:00:00 2001 From: Guangxiong Lin Date: Wed, 24 Jan 2024 23:53:34 +0800 Subject: Update sway config --- .config/sway/config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.config') diff --git a/.config/sway/config b/.config/sway/config index a03da43..2b2e3ba 100644 --- a/.config/sway/config +++ b/.config/sway/config @@ -19,7 +19,7 @@ set $term foot # Note: pass the final command to swaymsg so that the resulting window can be opened # on the original workspace that the command was run on. # set $menu dmenu_path | dmenu | xargs swaymsg exec -- -set $menu my-dmenu -m 0 -fn monospace:size=12 -nb '#222222' -nf '#bbbbbb' -sb '#005577' -sf '#eeeeee' | xargs swaymsg exec -- +set $menu bemenu-run --ignorecase -m 0 --fn 'monospace 12' --nb '#222222' --nf '#bbbbbb' --sb '#005577' --sf '#eeeeee' | xargs swaymsg exec -- default_border pixel 1 default_floating_border pixel 1 @@ -40,7 +40,7 @@ workspace_auto_back_and_forth yes # output HDMI-A-1 resolution 1920x1080 position 1920,0 # # You can get the names of your outputs by running: swaymsg -t get_outputs -output * bg `find "~/pictures/wallpapers/" -type f | shuf -n 1` fill +output * bg `find "~/Pictures/wallpapers/" -type f | shuf -n 1` fill ### Idle configuration # -- cgit v1.2.3