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' \