diff --git a/dot_config/sway/executable_config b/dot_config/sway/executable_config index 3bb9036..34b387d 100644 --- a/dot_config/sway/executable_config +++ b/dot_config/sway/executable_config @@ -437,6 +437,9 @@ for_window [class="^PacketTracer6$"] floating enable for_window [class="^PacketTracer6$" title="PT Activity"] floating disable for_window [class="^PacketTracer6$" title="Cisco Packet Tracer"] floating disable +# Remmina (swaymsg -t get_tree) +for_window [app_id="org.remmina.Remmina"] floating enable + # Alsa-Steuerung & Lautstärke einstellen bindsym XF86AudioMute exec pactl set-sink-mute @DEFAULT_SINK@ toggle bindsym XF86AudioRaiseVolume exec pactl set-sink-volume @DEFAULT_SINK@ +5% && pamixer --get-volume > /tmp/wob