From bb5c4b5c067bd2eb62459a67c794525d77ba7680 Mon Sep 17 00:00:00 2001 From: Opal Date: Sat, 17 Aug 2024 11:54:34 -0700 Subject: [PATCH] disable swayidle & change font for bemenu --- .config/sway/config | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.config/sway/config b/.config/sway/config index f95e01e..a6e22e1 100644 --- a/.config/sway/config +++ b/.config/sway/config @@ -168,7 +168,7 @@ bindsym $mod+Ctrl+g exec grimshot save window bindsym $mod+Shift+e exec wlogout -p layer-shell # Bookmarks -bindsym $mod+Insert exec wtype $(grep -v '^#' ~/.local/share/bookmarks/bookmarks | bemenu -p Bookmark: -l 50 -c -M 500 --fn 'Hack 16' --tf '#ff4e00' --ff '#dbc077' --hf '#ff4e00' | cut -d ' ' -f1) +bindsym $mod+Insert exec wtype $(grep -v '^#' ~/.local/share/bookmarks/bookmarks | bemenu -p Bookmark: -l 50 -c -M 500 --fn 'Terminus 16' --tf '#ff4e00' --ff '#dbc077' --hf '#ff4e00' | cut -d ' ' -f1) bindsym $mod+Shift+Insert exec ~/.local/bin/bookmark_insert @@ -206,10 +206,10 @@ exec systemctl --user import-environment DISPLAY WAYLAND_DISPLAY SWAYSOCK exec hash dbus-update-activation-environment 2>/dev/null && dbus-update-activation-environment --systemd DISPLAY WAYLAND_DISPLAY SWAYSOCK # Idle configuration -exec swayidle -w \ - timeout 3200 'swaymsg "output * dpms off"' \ - resume 'swaymsg "output * dpms on"' \ - before-sleep 'swaylock -f' +#exec swayidle -w \ +# timeout 3200 'swaymsg "output * dpms off"' \ +# resume 'swaymsg "output * dpms on"' \ +# before-sleep 'swaylock -f' # timeout 15 'if pgrep -x swaylock; then swaymsg "output * dpms off"; fi' \