Small fixes, like polkit support
This commit is contained in:
parent
790701efb1
commit
5a7807186c
2 changed files with 11 additions and 3 deletions
|
@ -14,7 +14,7 @@ set $down j
|
|||
set $up k
|
||||
set $right l
|
||||
# Your preferred terminal emulator
|
||||
set $term foot
|
||||
set $term footclient -t xterm
|
||||
|
||||
# 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
|
||||
|
@ -28,7 +28,8 @@ exec swayidle timeout 570 'swaylock -f --screenshots --clock --indicator --indic
|
|||
# on the original workspace that the command was run on.
|
||||
#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/*
|
||||
|
||||
|
@ -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_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="~nwgbar"] floating enable
|
||||
|
||||
|
@ -300,6 +301,8 @@ exec --no-startup-id autotiling
|
|||
exec --no-startup-id appimagelauncherd
|
||||
exec --no-startup-id nm-tray
|
||||
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
|
||||
exec foot
|
||||
for_window [class="foot"] move to workspace 1:
|
||||
|
|
5
setup.sh
5
setup.sh
|
@ -15,6 +15,7 @@ WAYLAND_ENABLE="/usr/local/bin/wayland_enablement.sh"
|
|||
sudo apt install \
|
||||
acpi \
|
||||
acpi-support \
|
||||
adwaita-qt \
|
||||
build-essential \
|
||||
cargo \
|
||||
cheese \
|
||||
|
@ -28,6 +29,7 @@ sudo apt install \
|
|||
geany \
|
||||
geany-plugins \
|
||||
git \
|
||||
gnome-themes-extra \
|
||||
jq \
|
||||
laptop-mode-tools \
|
||||
libcairo-dev \
|
||||
|
@ -45,6 +47,7 @@ sudo apt install \
|
|||
libxcb1-dev \
|
||||
libxkbcommon-dev \
|
||||
light \
|
||||
lxappearance \
|
||||
meson \
|
||||
mpv \
|
||||
neomutt \
|
||||
|
@ -59,12 +62,14 @@ sudo apt install \
|
|||
poppler-utils \
|
||||
python3-pip \
|
||||
python3-tldextract \
|
||||
qt5ct \
|
||||
qutebrowser \
|
||||
ripgrep \
|
||||
rsync \
|
||||
scdoc \
|
||||
sway \
|
||||
swayidle \
|
||||
ukui-polkit \
|
||||
unzip \
|
||||
wayland-protocols \
|
||||
wl-clipboard \
|
||||
|
|
Loading…
Add table
Reference in a new issue