diff --git a/.zprofile b/.zprofile index a0430d7..362e5e1 100644 --- a/.zprofile +++ b/.zprofile @@ -2,8 +2,8 @@ export PATH=$PATH:$HOME/.local/bin # Default programs: export EDITOR="nvim" -export TERMINAL="st" -export BROWSER="librewolf" +export TERMINAL="foot" +export BROWSER="firefox-bin" export BROWSER2="chromium" export READER="xreader" export FILEMANAGER="pcmanfm-qt" diff --git a/bin/startsway b/bin/startsway index c61e69b..e5118a3 100755 --- a/bin/startsway +++ b/bin/startsway @@ -4,4 +4,6 @@ export XDG_CURRENT_DESKTOP=sway export XDG_SESSION_DESKTOP=sway export QT_STYLE_OVERRIDE=cherry +export XCURSOR_THEME=Layan-white-cursors + dbus-launch --exit-with-session sway diff --git a/i3status-rust/config.toml b/i3status-rust/config.toml index 7d1979b..7d4c0bc 100644 --- a/i3status-rust/config.toml +++ b/i3status-rust/config.toml @@ -1,4 +1,4 @@ -theme = "semi-native" +theme = "slick" icons = "awesome" [[block]] diff --git a/sway/config.d/autostart.conf b/sway/config.d/autostart.conf index b9944ff..1e4a835 100644 --- a/sway/config.d/autostart.conf +++ b/sway/config.d/autostart.conf @@ -1,3 +1,11 @@ +exec gentoo-pipewire-launcher & exec corectrl & exec copyq & exec /usr/bin/lxqt-policykit-agent & +#exec /usr/lib64/libexec/polkit-kde-authentication-agent-1 + + +exec /usr/libexec/xdg-desktop-portal-gtk -r +exec /usr/libexec/xdg-desktop-portal-wlr -r +exec /usr/libexec/flatpak-portal -r +exec "sh -c 'sleep 5;exec /usr/libexec/xdg-desktop-portal -r'" diff --git a/sway/config.d/keybinds.conf b/sway/config.d/keybinds.conf index 96980b2..a276583 100644 --- a/sway/config.d/keybinds.conf +++ b/sway/config.d/keybinds.conf @@ -48,7 +48,7 @@ # Exit sway (logs you out of your Wayland session) bindsym $mod+Alt+q exec swaynag -t warning -m 'Do you really want to exit sway? This will end your Wayland session.' -B 'Yes, exit sway' 'swaymsg exit' # Power menu - bindsym $mod+Escape exec swaynag -m "Power" -B 'Shutdown' 'systemctl poweroff' -B 'Reboot' 'systemctl reboot' -Z 'Sleep' 'systemctl suspend' + bindsym $mod+Escape exec swaynag -m "Power" -B 'Shutdown' 'loginctl poweroff' -B 'Reboot' 'loginctl reboot' -Z 'Sleep' 'loginctl suspend' # # Moving around: #