Merge branch 'dev' into rc
This commit is contained in:
@@ -9,7 +9,7 @@ fi
|
|||||||
|
|
||||||
# Ensure walker service is running
|
# Ensure walker service is running
|
||||||
if ! pgrep -f "walker --gapplication-service" > /dev/null; then
|
if ! pgrep -f "walker --gapplication-service" > /dev/null; then
|
||||||
setsid uwsm-app -- walker --gapplication-service &
|
setsid uwsm-app -- env GSK_RENDERER=cairo walker --gapplication-service &
|
||||||
fi
|
fi
|
||||||
|
|
||||||
exec walker --width 644 --maxheight 300 --minheight 300 "$@"
|
exec walker --width 644 --maxheight 300 --minheight 300 "$@"
|
||||||
|
|||||||
@@ -12,9 +12,6 @@ env = ELECTRON_OZONE_PLATFORM_HINT,wayland
|
|||||||
env = OZONE_PLATFORM,wayland
|
env = OZONE_PLATFORM,wayland
|
||||||
env = XDG_SESSION_TYPE,wayland
|
env = XDG_SESSION_TYPE,wayland
|
||||||
|
|
||||||
# Fix sluggish GTK4 Vulkan renderer
|
|
||||||
env = GSK_RENDERER,cairo
|
|
||||||
|
|
||||||
# Allow better support for screen sharing (Google Meet, Discord, etc)
|
# Allow better support for screen sharing (Google Meet, Discord, etc)
|
||||||
env = XDG_CURRENT_DESKTOP,Hyprland
|
env = XDG_CURRENT_DESKTOP,Hyprland
|
||||||
env = XDG_SESSION_DESKTOP,Hyprland
|
env = XDG_SESSION_DESKTOP,Hyprland
|
||||||
|
|||||||
@@ -10,8 +10,6 @@ $USER ALL=(ALL) NOPASSWD: /usr/bin/systemctl
|
|||||||
$USER ALL=(ALL) NOPASSWD: /usr/bin/ufw
|
$USER ALL=(ALL) NOPASSWD: /usr/bin/ufw
|
||||||
$USER ALL=(ALL) NOPASSWD: /usr/bin/ufw-docker
|
$USER ALL=(ALL) NOPASSWD: /usr/bin/ufw-docker
|
||||||
$USER ALL=(ALL) NOPASSWD: /usr/bin/gtk-update-icon-cache
|
$USER ALL=(ALL) NOPASSWD: /usr/bin/gtk-update-icon-cache
|
||||||
$USER ALL=(ALL) NOPASSWD: /usr/bin/tee /etc/udev/rules.d/*
|
|
||||||
$USER ALL=(ALL) NOPASSWD: /usr/bin/udevadm
|
|
||||||
$USER ALL=(ALL) NOPASSWD: SYMLINK_RESOLVED
|
$USER ALL=(ALL) NOPASSWD: SYMLINK_RESOLVED
|
||||||
$USER ALL=(ALL) NOPASSWD: FIRST_RUN_CLEANUP
|
$USER ALL=(ALL) NOPASSWD: FIRST_RUN_CLEANUP
|
||||||
EOF
|
EOF
|
||||||
|
|||||||
Reference in New Issue
Block a user