From 5a7807186c675a21ebd84980b04f7c83ed5fbf19 Mon Sep 17 00:00:00 2001 From: Micke Nordin Date: Sun, 20 Dec 2020 22:28:42 +0100 Subject: [PATCH] Small fixes, like polkit support --- dotfiles/.config/sway/config | 9 ++++++--- setup.sh | 5 +++++ 2 files changed, 11 insertions(+), 3 deletions(-) diff --git a/dotfiles/.config/sway/config b/dotfiles/.config/sway/config index 25f9f02..d91e1fc 100644 --- a/dotfiles/.config/sway/config +++ b/dotfiles/.config/sway/config @@ -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: diff --git a/setup.sh b/setup.sh index 479b1a7..230cd39 100644 --- a/setup.sh +++ b/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 \