From 1c7e8d73ba40d8fdaf6a5b968c5de069ae4ee5de Mon Sep 17 00:00:00 2001 From: piccihud Date: Sun, 14 Jan 2024 17:35:11 +0100 Subject: [PATCH] update dotfiles --- .profile | 2 +- sway/config.d/default | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.profile b/.profile index bc58ab5..002c5f9 100644 --- a/.profile +++ b/.profile @@ -36,7 +36,7 @@ export QT_QPA_PLATFORM=wayland export SDL_VIDEODRIVER=wayland export XDG_SESSION_DESKTOP=sway export AWT_TOOLKIT=MToolkit -export XDG_CURRENT_DESKTOP=sway dbus-run-session sway +#export XDG_CURRENT_DESKTOP=sway dbus-run-session sway if [ "$XDG_SESSION_DESKTOP" = "sway" ] ; then # https://github.com/swaywm/sway/issues/595 diff --git a/sway/config.d/default b/sway/config.d/default index 64e45bc..d7e5955 100644 --- a/sway/config.d/default +++ b/sway/config.d/default @@ -16,7 +16,7 @@ set $volume_mute $(pactl set-sink-mute @DEFAULT_SINK@ toggle && pactl get-sink-m set $mic_mute $(pactl set-source-mute @DEFAULT_SOURCE@ toggle && pactl get-source-mute @DEFAULT_SOURCE@ | sed -En "/no/ s/.*/$($source_volume)/p; /yes/ s/.*/0/p") # Your preferred terminal emulators -set $term-float alacritty +set $term-float kitty # Your preferred application launcher # Note: pass the final command to swaymsg so that the resulting window can be opened