update dotfiles
This commit is contained in:
parent
736a1b2def
commit
1c7e8d73ba
2
.profile
2
.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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue