diff --git a/sway/.config/sway/config b/sway/.config/sway/config
index 2dd9b6abda275aae1e71241576243eaf43a862dc..fed83442e39569696c8522f730051940c807a189 100644
--- a/sway/.config/sway/config
+++ b/sway/.config/sway/config
@@ -14,6 +14,7 @@ font pango:Hack 12px
for_window [class="Galculator"] floating enable,
for_window [app_id="^launcher$"] floating enable, sticky enable, resize set 30 ppt 60 ppt, border pixel 2
+for_window [app_id="telegramdesktop"] move scratchpad, scratchpad show
output * bg ~/Media/Pictures/wallpaper.jpg fill
output $laptop position 0,0
@@ -92,6 +93,8 @@ # Set brightness to maximum
bindsym --locked XF86MonBrightnessUp+Shift exec "light -S 100"
bindsym $mod+Shift+Escape exec "~/.local/bin/floating $term -e gotop"
+# Open pulsemixer
+bindsym $mod+Shift+m exec "~/.local/bin/floating $term -e pulsemixer"
bindsym $mod+p exec 'swaymsg "output $laptop toggle"'
@@ -110,6 +113,10 @@ # Shut down "Night shift"
bindsym $mod+End exec "killall -9 gammastep"
bindsym $mod+x exec "killall -SIGUSR1 swaybar"
+# Dissmiss notification deamon (mako)
+bindsym $mod+n exec "~/.local/bin/dissmissmako"
+# Open mako
+bindsym $mod+Shift+n exec "mako"
bindsym $mod+Control+s exec "~/.local/bin/sn"
@@ -119,6 +126,7 @@ bindsym $alt+Shift+Right move workspace to output $external
exec "udiskie"
exec "mako"
+exec "wl-paste -t text --watch clipman store"
focus_follows_mouse no
@@ -221,6 +229,8 @@ ### Status Bar:
bar {
position top
height 20
output $laptop
workspace_min_width 30
tray_output none
@@ -228,9 +238,9 @@ status_command while /home/michal/.config/sway/status.sh; do sleep 1; done
font pango: Hack, Font Awesome 5 Free 12px
colors {
statusline #bbbbbb
background #222222cc
background #222222
focused_workspace #b57614 #b57614 #ffffff
urgent_workspace #2fb538 #2fb538 #2f2f2f
}
{
text/gemini
This content has been proxied by September (3851b).