···
102
-
bindsym $mod+1 workspace number $ws1 ; exec makoctl dismiss -n `cat ~/.cache/st_id`
103
-
bindsym $mod+2 workspace number $ws2 ; exec makoctl dismiss -n `cat ~/.cache/st_id`
104
-
bindsym $mod+3 workspace number $ws3 ; exec makoctl dismiss -n `cat ~/.cache/st_id`
105
-
bindsym $mod+4 workspace number $ws4 ; exec makoctl dismiss -n `cat ~/.cache/st_id`
106
-
bindsym $mod+5 workspace number $ws5 ; exec makoctl dismiss -n `cat ~/.cache/st_id`
107
-
bindsym $mod+6 workspace number $ws6 ; exec makoctl dismiss -n `cat ~/.cache/st_id`
108
-
bindsym $mod+7 workspace number $ws7 ; exec makoctl dismiss -n `cat ~/.cache/st_id`
109
-
bindsym $mod+8 workspace number $ws8 ; exec makoctl dismiss -n `cat ~/.cache/st_id`
110
-
bindsym $mod+9 workspace number $ws9 ; exec makoctl dismiss -n `cat ~/.cache/st_id`
111
-
bindsym $mod+0 workspace number $ws10 ; exec makoctl dismiss -n `cat ~/.cache/st_id`
112
-
bindsym $mod+Control+1 workspace number $ws11 ; exec makoctl dismiss -n `cat ~/.cache/st_id`
113
-
bindsym $mod+Control+2 workspace number $ws12 ; exec makoctl dismiss -n `cat ~/.cache/st_id`
114
-
bindsym $mod+Control+3 workspace number $ws13 ; exec makoctl dismiss -n `cat ~/.cache/st_id`
115
-
bindsym $mod+Control+4 workspace number $ws14 ; exec makoctl dismiss -n `cat ~/.cache/st_id`
116
-
bindsym $mod+Control+5 workspace number $ws15 ; exec makoctl dismiss -n `cat ~/.cache/st_id`
117
-
bindsym $mod+Control+6 workspace number $ws16 ; exec makoctl dismiss -n `cat ~/.cache/st_id`
118
-
bindsym $mod+Control+7 workspace number $ws17 ; exec makoctl dismiss -n `cat ~/.cache/st_id`
119
-
bindsym $mod+Control+8 workspace number $ws18 ; exec makoctl dismiss -n `cat ~/.cache/st_id`
120
-
bindsym $mod+Control+9 workspace number $ws19 ; exec makoctl dismiss -n `cat ~/.cache/st_id`
121
-
bindsym $mod+Control+0 workspace number $ws20 ; exec makoctl dismiss -n `cat ~/.cache/st_id`
102
+
bindsym $mod+1 workspace number $ws1 ; exec dunstify -C `cat ~/.cache/st_id`
103
+
bindsym $mod+2 workspace number $ws2 ; exec dunstify -C `cat ~/.cache/st_id`
104
+
bindsym $mod+3 workspace number $ws3 ; exec dunstify -C `cat ~/.cache/st_id`
105
+
bindsym $mod+4 workspace number $ws4 ; exec dunstify -C `cat ~/.cache/st_id`
106
+
bindsym $mod+5 workspace number $ws5 ; exec dunstify -C `cat ~/.cache/st_id`
107
+
bindsym $mod+6 workspace number $ws6 ; exec dunstify -C `cat ~/.cache/st_id`
108
+
bindsym $mod+7 workspace number $ws7 ; exec dunstify -C `cat ~/.cache/st_id`
109
+
bindsym $mod+8 workspace number $ws8 ; exec dunstify -C `cat ~/.cache/st_id`
110
+
bindsym $mod+9 workspace number $ws9 ; exec dunstify -C `cat ~/.cache/st_id`
111
+
bindsym $mod+0 workspace number $ws10 ; exec dunstify -C `cat ~/.cache/st_id`
112
+
bindsym $mod+Control+1 workspace number $ws11 ; exec dunstify -C `cat ~/.cache/st_id`
113
+
bindsym $mod+Control+2 workspace number $ws12 ; exec dunstify -C `cat ~/.cache/st_id`
114
+
bindsym $mod+Control+3 workspace number $ws13 ; exec dunstify -C `cat ~/.cache/st_id`
115
+
bindsym $mod+Control+4 workspace number $ws14 ; exec dunstify -C `cat ~/.cache/st_id`
116
+
bindsym $mod+Control+5 workspace number $ws15 ; exec dunstify -C `cat ~/.cache/st_id`
117
+
bindsym $mod+Control+6 workspace number $ws16 ; exec dunstify -C `cat ~/.cache/st_id`
118
+
bindsym $mod+Control+7 workspace number $ws17 ; exec dunstify -C `cat ~/.cache/st_id`
119
+
bindsym $mod+Control+8 workspace number $ws18 ; exec dunstify -C `cat ~/.cache/st_id`
120
+
bindsym $mod+Control+9 workspace number $ws19 ; exec dunstify -C `cat ~/.cache/st_id`
121
+
bindsym $mod+Control+0 workspace number $ws20 ; exec dunstify -C `cat ~/.cache/st_id`
# move focused container to workspace
bindsym $mod+Shift+1 move container to workspace number $ws1
···
bindsym $mod+Shift+Escape exec st
174
-
bindsym $mod+grave workspace back_and_forth ; exec makoctl dismiss -n `cat ~/.cache/st_id` && st workspace -t 500
174
+
bindsym $mod+grave workspace back_and_forth ; exec dunstify -C `cat ~/.cache/st_id` && st workspace -t 500
bindsym $mod+Shift+grave move container to workspace back_and_forth
bindsym $mod+period workspace next_on_output ; exec st workspace -t 500
···
bindsym $mod+$alt+Control+up move workspace to output up
bindsym $mod+$alt+Control+right move workspace to output right
255
-
bindsym $mod+bracketleft focus output left ; exec makoctl dismiss -n `cat ~/.cache/st_id` && st workspace -t 500
256
-
bindsym $mod+bracketright focus output right ; exec makoctl dismiss -n `cat ~/.cache/st_id` && st workspace -t 500
257
-
bindsym $mod+Shift+bracketleft move container to output left ; exec makoctl dismiss -n `cat ~/.cache/st_id` && st workspace -t 500
258
-
bindsym $mod+Shift+bracketright move container to output right ; exec makoctl dismiss -n `cat ~/.cache/st_id` && st workspace -t 500
259
-
bindsym $mod+Control+bracketleft move workspace to output left ; exec makoctl dismiss -n `cat ~/.cache/st_id` && st workspace -t 500
260
-
bindsym $mod+Control+bracketright move workspace to output right ; exec makoctl dismiss -n `cat ~/.cache/st_id` && st workspace -t 500
255
+
bindsym $mod+bracketleft focus output left ; exec dunstify -C `cat ~/.cache/st_id` && st workspace -t 500
256
+
bindsym $mod+bracketright focus output right ; exec dunstify -C `cat ~/.cache/st_id` && st workspace -t 500
257
+
bindsym $mod+Shift+bracketleft move container to output left ; exec dunstify -C `cat ~/.cache/st_id` && st workspace -t 500
258
+
bindsym $mod+Shift+bracketright move container to output right ; exec dunstify -C `cat ~/.cache/st_id` && st workspace -t 500
259
+
bindsym $mod+Control+bracketleft move workspace to output left ; exec dunstify -C `cat ~/.cache/st_id` && st workspace -t 500
260
+
bindsym $mod+Control+bracketright move workspace to output right ; exec dunstify -C `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