diff --git a/dotfiles/fish/wm.fish b/dotfiles/fish/wm.fish index c9f8218..a9a5da8 100644 --- a/dotfiles/fish/wm.fish +++ b/dotfiles/fish/wm.fish @@ -12,13 +12,13 @@ function esway # You get a wayland, and you get a wayland. Everybody get's a wayland! # set -x MOZ_ENABLE_WAYLAND 1 - set -x CLUTTER_BACKEND wayland - set -x QT_QPA_PLATFORM wayland-egl - set -x ECORE_EVAS_ENGINE wayland-egl - set -x ELM_ENGINE wayland_egl - set -x SDL_VIDEODRIVER wayland - set -x _JAVA_AWT_WM_NONREPARENTING 1 - set -x NO_AT_BRIDGE 1 + # set -x CLUTTER_BACKEND wayland + # set -x QT_QPA_PLATFORM wayland-egl + # set -x ECORE_EVAS_ENGINE wayland-egl + # set -x ELM_ENGINE wayland_egl + # set -x SDL_VIDEODRIVER wayland + # set -x _JAVA_AWT_WM_NONREPARENTING 1 + # set -x NO_AT_BRIDGE 1 # Hardware acceleration set -x MOZ_DISABLE_RDD_SANDBOX 1 diff --git a/dotfiles/scripts/_suspend b/dotfiles/scripts/_suspend index fba4a20..b837f87 100755 --- a/dotfiles/scripts/_suspend +++ b/dotfiles/scripts/_suspend @@ -1,7 +1,7 @@ #!/bin/sh -swaylock +swaylock -f -loginctl suspend -systemctl suspend -sudo -A zzz +loginctl suspend & +systemctl suspend & +sudo -A zzz & diff --git a/dotfiles/waybar/config b/dotfiles/waybar/config index f6d739f..f8e88f4 100644 --- a/dotfiles/waybar/config +++ b/dotfiles/waybar/config @@ -87,6 +87,7 @@ "format-icons": ["", "", "", "", "", ""] }, "network": { + "interval": 5, "tooltip":false, "on-click": "terminal iwd", "format-wifi": "{icon}", @@ -107,6 +108,7 @@ "tooltip-format": "{}" }, "pulseaudio": { + "interval": 5, "tooltip":false, "scroll-step": 10, "format": "{icon}",