disable swayidle & change font for bemenu

This commit is contained in:
2024-08-17 11:54:34 -07:00
parent ad07d9272e
commit bb5c4b5c06

View File

@@ -168,7 +168,7 @@ bindsym $mod+Ctrl+g exec grimshot save window
bindsym $mod+Shift+e exec wlogout -p layer-shell bindsym $mod+Shift+e exec wlogout -p layer-shell
# Bookmarks # 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 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 exec hash dbus-update-activation-environment 2>/dev/null && dbus-update-activation-environment --systemd DISPLAY WAYLAND_DISPLAY SWAYSOCK
# Idle configuration # Idle configuration
exec swayidle -w \ #exec swayidle -w \
timeout 3200 'swaymsg "output * dpms off"' \ # timeout 3200 'swaymsg "output * dpms off"' \
resume 'swaymsg "output * dpms on"' \ # resume 'swaymsg "output * dpms on"' \
before-sleep 'swaylock -f' # before-sleep 'swaylock -f'
# timeout 15 'if pgrep -x swaylock; then swaymsg "output * dpms off"; fi' \ # timeout 15 'if pgrep -x swaylock; then swaymsg "output * dpms off"; fi' \