Compare commits

..

No commits in common. "fa9253601801428471a6c057d0d9310aab907456" and "9c25de3a9120be12407ca3a2775531aafec30fe0" have entirely different histories.

2 changed files with 2 additions and 6 deletions

View File

@ -17,8 +17,7 @@ export _JAVA_AWT_WM_NONREPARENTING=1
if [[ -z "$DISPLAY" ]] && [[ $(tty) = /dev/tty1 ]]; then
if [[ ! -z "$IS_LAPTOP" ]]; then
WLR_DRM_DEVICES=/dev/dri/card1:/dev/dri/card0 dbus-run-session sway
#dbus-run-session sway
exec dbus-run-session sway
else
exec start-sway.sh
fi

View File

@ -243,12 +243,9 @@ exec swayidle -w \
# If there are multiple scratchpad windows, this command cycles through them.
bindsym $mod+minus scratchpad show
#
# Audio:
# Microphone:
#
bindsym $mod+Tab exec toggle-mic-notify
bindsym --locked XF86AudioMute exec pactl set-sink-mute @DEFAULT_SINK@ toggle
bindsym --locked XF86AudioLowerVolume exec pactl set-sink-volume @DEFAULT_SINK@ -5%
bindsym --locked XF86AudioRaiseVolume exec pactl set-sink-volume @DEFAULT_SINK@ +5%
#
# Resizing containers:
#