Small fixes, like polkit support

main
Micke Nordin 3 years ago
parent 790701efb1
commit 5a7807186c

@ -14,7 +14,7 @@ set $down j
set $up k set $up k
set $right l set $right l
# Your preferred terminal emulator # Your preferred terminal emulator
set $term foot set $term footclient -t xterm
# Lockscreen # Lockscreen
set $lock swaylock -f --screenshots --clock --indicator --indicator-radius 100 --indicator-thickness 7 --effect-blur 7x5 --effect-vignette 0.5:0.5 --ring-color bb00cc --key-hl-color 880033 --line-color 00000000 --inside-color 00000088 --separator-color 00000000 --grace 2 --fade-in 0.2 set $lock swaylock -f --screenshots --clock --indicator --indicator-radius 100 --indicator-thickness 7 --effect-blur 7x5 --effect-vignette 0.5:0.5 --ring-color bb00cc --key-hl-color 880033 --line-color 00000000 --inside-color 00000088 --separator-color 00000000 --grace 2 --fade-in 0.2
@ -28,7 +28,8 @@ exec swayidle timeout 570 'swaylock -f --screenshots --clock --indicator --indic
# on the original workspace that the command was run on. # on the original workspace that the command was run on.
#set $menu dmenu_path | dmenu | xargs swaymsg exec -- #set $menu dmenu_path | dmenu | xargs swaymsg exec --
set $menu SHELL=/bin/sh j4-dmenu-desktop --dmenu 'wofi -d -G -I' | xargs swaymsg exec -- set $menu SHELL=/bin/sh wofi -G -I -t footclient -M fuzzy -O alphabetical | xargs swaymsg exec --
#set $menu SHELL=/bin/sh j4-dmenu-desktop --dmenu 'wofi -d -G -I' | xargs swaymsg exec --
include /etc/sway/config-vars.d/* include /etc/sway/config-vars.d/*
@ -209,7 +210,7 @@ for_window [window_role="File Operation Progress"] floating enable sticky
for_window [window_role="Save As"] floating enable for_window [window_role="Save As"] floating enable
for_window [window_type="dialog"] floating enable for_window [window_type="dialog"] floating enable
for_window [window_type="menu"] floating enable #for_window [window_type="menu"] floating enable
for_window [title="~nwggrid"] floating enable for_window [title="~nwggrid"] floating enable
for_window [title="~nwgbar"] floating enable for_window [title="~nwgbar"] floating enable
@ -300,6 +301,8 @@ exec --no-startup-id autotiling
exec --no-startup-id appimagelauncherd exec --no-startup-id appimagelauncherd
exec --no-startup-id nm-tray exec --no-startup-id nm-tray
exec --no-startup-id nextcloud exec --no-startup-id nextcloud
exec --no-startup-id foot -s
exec --no-startup-id /usr/lib/x86_64-linux-gnu/ukui-polkit/polkit-ukui-authentication-agent-1
# Manual autostart graphical # Manual autostart graphical
exec foot exec foot
for_window [class="foot"] move to workspace 1: for_window [class="foot"] move to workspace 1:

@ -15,6 +15,7 @@ WAYLAND_ENABLE="/usr/local/bin/wayland_enablement.sh"
sudo apt install \ sudo apt install \
acpi \ acpi \
acpi-support \ acpi-support \
adwaita-qt \
build-essential \ build-essential \
cargo \ cargo \
cheese \ cheese \
@ -28,6 +29,7 @@ sudo apt install \
geany \ geany \
geany-plugins \ geany-plugins \
git \ git \
gnome-themes-extra \
jq \ jq \
laptop-mode-tools \ laptop-mode-tools \
libcairo-dev \ libcairo-dev \
@ -45,6 +47,7 @@ sudo apt install \
libxcb1-dev \ libxcb1-dev \
libxkbcommon-dev \ libxkbcommon-dev \
light \ light \
lxappearance \
meson \ meson \
mpv \ mpv \
neomutt \ neomutt \
@ -59,12 +62,14 @@ sudo apt install \
poppler-utils \ poppler-utils \
python3-pip \ python3-pip \
python3-tldextract \ python3-tldextract \
qt5ct \
qutebrowser \ qutebrowser \
ripgrep \ ripgrep \
rsync \ rsync \
scdoc \ scdoc \
sway \ sway \
swayidle \ swayidle \
ukui-polkit \
unzip \ unzip \
wayland-protocols \ wayland-protocols \
wl-clipboard \ wl-clipboard \

Loading…
Cancel
Save