my dotz
0

Configure Feed

Select the types of activity you want to include in your feed.

Add floaty keybinding

+4
+4
.config/sway/config
··· 67 67 # 68 68 # Basics: 69 69 # 70 + # firstly, enable floating for da float class 71 + for_window [class="floatme"] floating enable 72 + 70 73 # Start a terminal 71 74 bindsym $mod+Return exec $term 75 + bindsym $mod+Shift+Return exec $term -c 'floatme' 72 76 73 77 # Kill focused window 74 78 bindsym $mod+Shift+q kill