+51
-41
home/status/bin/st
+51
-41
home/status/bin/st
······
···+if [ "$#" -eq 0 ] || ([ "$#" -eq 2 ] && ([[ "$1" = "-t" ]] || [[ "$1" = "--timeout" ]])) ; then···+dunstify -t $TIMEOUT -u low "Status" -p $REPLACE $ID "`IFS=$'\n'; echo "${INFOS[*]}"`" > $ID_FILE
+48
-48
home/wm/config.d/bindings
+48
-48
home/wm/config.d/bindings
·········-bindsym $mod+grave workspace back_and_forth ; exec makoctl dismiss -n `cat ~/.cache/st_id` && st workspace···-bindsym $mod+bracketleft focus output left ; exec makoctl dismiss -n `cat ~/.cache/st_id` && st workspace-bindsym $mod+bracketright focus output right ; exec makoctl dismiss -n `cat ~/.cache/st_id` && st workspace-bindsym $mod+Shift+bracketleft move container to output left ; exec makoctl dismiss -n `cat ~/.cache/st_id` && st workspace-bindsym $mod+Shift+bracketright move container to output right ; exec makoctl dismiss -n `cat ~/.cache/st_id` && st workspace-bindsym $mod+Control+bracketleft move workspace to output left ; exec makoctl dismiss -n `cat ~/.cache/st_id` && st workspace-bindsym $mod+Control+bracketright move workspace to output right ; exec makoctl dismiss -n `cat ~/.cache/st_id` && st workspace-bindsym $mod+m exec $SCRIPT_DIR/ws_switch.sh "$SCRIPT_DIR/get_free_ws_num.sh" ; exec st workspace-bindsym $mod+Shift+m exec $SCRIPT_DIR/ws_mv.sh "$SCRIPT_DIR/get_free_ws_num.sh" ; exec st workspace-bindsym $mod+Control+m exec $SCRIPT_DIR/ws_switch_mv.sh "$SCRIPT_DIR/get_free_ws_num.sh" ; exec st workspace···
·········+bindsym $mod+grave workspace back_and_forth ; exec makoctl dismiss -n `cat ~/.cache/st_id` && st workspace -t 500···+bindsym $mod+bracketleft focus output left ; exec makoctl dismiss -n `cat ~/.cache/st_id` && st workspace -t 500+bindsym $mod+bracketright focus output right ; exec makoctl dismiss -n `cat ~/.cache/st_id` && st workspace -t 500+bindsym $mod+Shift+bracketleft move container to output left ; exec makoctl dismiss -n `cat ~/.cache/st_id` && st workspace -t 500+bindsym $mod+Shift+bracketright move container to output right ; exec makoctl dismiss -n `cat ~/.cache/st_id` && st workspace -t 500+bindsym $mod+Control+bracketleft move workspace to output left ; exec makoctl dismiss -n `cat ~/.cache/st_id` && st workspace -t 500+bindsym $mod+Control+bracketright move workspace to output right ; exec makoctl dismiss -n `cat ~/.cache/st_id` && st workspace -t 500+bindsym $mod+m exec $SCRIPT_DIR/ws_switch.sh "$SCRIPT_DIR/get_free_ws_num.sh" ; exec st workspace -t 500+bindsym $mod+Shift+m exec $SCRIPT_DIR/ws_mv.sh "$SCRIPT_DIR/get_free_ws_num.sh" ; exec st workspace -t 500+bindsym $mod+Control+m exec $SCRIPT_DIR/ws_switch_mv.sh "$SCRIPT_DIR/get_free_ws_num.sh" ; exec st workspace -t 500···