feat: change browser for librewolf, cleaning
This commit is contained in:
parent
fbd9a94655
commit
7c64f4089f
@ -7,7 +7,7 @@ set $right l
|
|||||||
|
|
||||||
set $menu dmenu_path | dmenu | xargs swaymsg exec --
|
set $menu dmenu_path | dmenu | xargs swaymsg exec --
|
||||||
set $term alacritty
|
set $term alacritty
|
||||||
set $browser firefox
|
set $browser librewolf
|
||||||
set $files thunar
|
set $files thunar
|
||||||
set $wallpapers $HOME/.config/wallpapers
|
set $wallpapers $HOME/.config/wallpapers
|
||||||
set $lock swaylock -F -f -i $wallpapers/lock.png
|
set $lock swaylock -F -f -i $wallpapers/lock.png
|
||||||
|
@ -1,11 +1,14 @@
|
|||||||
|
# fix slow startup time
|
||||||
|
exec dbus-update-activation-environment --systemd DISPLAY WAYLAND_DISPLAY SWAYSOCK
|
||||||
|
|
||||||
# Lock after $screen_timeout
|
# Lock after $screen_timeout
|
||||||
# Turn off screen after $screem_timeout - 10
|
# Turn off screen after $screem_timeout - 10
|
||||||
# Lock if screen off
|
# Lock if screen off
|
||||||
|
exec swayidle -w \
|
||||||
xwayland force
|
timeout $(($screen_timeout + 10)) "$lock" \
|
||||||
|
timeout $screen_timeout 'swaymsg "output * dpms off"' \
|
||||||
# fix slow startup time
|
resume 'swaymsg "output * dpms on"' \
|
||||||
exec dbus-update-activation-environment --systemd DISPLAY WAYLAND_DISPLAY SWAYSOCK
|
before-sleep "$lock"
|
||||||
|
|
||||||
# GTK theme
|
# GTK theme
|
||||||
exec gsettings set org.gnome.desktop.interface gtk-theme "Materia-dark"
|
exec gsettings set org.gnome.desktop.interface gtk-theme "Materia-dark"
|
||||||
@ -21,11 +24,3 @@ exec /usr/libexec/polkit-gnome-authentication-agent-1
|
|||||||
# before-sleep $lock
|
# before-sleep $lock
|
||||||
exec gammastep
|
exec gammastep
|
||||||
exec nm-applet --indicator
|
exec nm-applet --indicator
|
||||||
exec flameshot
|
|
||||||
|
|
||||||
|
|
||||||
exec swayidle -w \
|
|
||||||
timeout $(($screen_timeout + 10)) "$lock" \
|
|
||||||
timeout $screen_timeout 'swaymsg "output * dpms off"' \
|
|
||||||
resume 'swaymsg "output * dpms on"' \
|
|
||||||
before-sleep "$lock"
|
|
||||||
|
Loading…
Reference in New Issue
Block a user