mirror of
https://github.com/rywng/dotfiles.git
synced 2024-11-22 02:41:50 +08:00
feat(sway): autohide cursor and fix redundant opts
This commit is contained in:
parent
c86e69400b
commit
e0d7aaaaab
@ -12,3 +12,5 @@ force_display_urgency_hint 500 ms
|
|||||||
smart_borders no_gaps
|
smart_borders no_gaps
|
||||||
|
|
||||||
seat * xcursor_theme Adwaita
|
seat * xcursor_theme Adwaita
|
||||||
|
|
||||||
|
seat * hide_cursor 10000
|
||||||
|
@ -24,3 +24,4 @@ client.background #928374 #282828
|
|||||||
default_border pixel 1
|
default_border pixel 1
|
||||||
|
|
||||||
output * bg #1d2021 solid_color
|
output * bg #1d2021 solid_color
|
||||||
|
# output * bg $(find ~/Pictures/wall/dark/ -type f | shuf -n1) fill
|
||||||
|
@ -8,7 +8,7 @@ if [[ ! $(which swayidle 2> /dev/null) ]]; then
|
|||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
choices=("suspend" "shutdown" "poweroff" "reboot" "lock")
|
choices=("suspend" "poweroff" "reboot" "lock")
|
||||||
choice=$(printf "%s\n" "${choices[@]}" | fuzzel -d --prompt ": ")
|
choice=$(printf "%s\n" "${choices[@]}" | fuzzel -d --prompt ": ")
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user