diff options
| author | Luke Smith <luke@lukesmith.xyz> | 2018-07-29 20:52:57 -0400 |
|---|---|---|
| committer | Luke Smith <luke@lukesmith.xyz> | 2018-07-29 20:52:57 -0400 |
| commit | 7805bedbce0cb018404d581a8b91961a26d67815 (patch) | |
| tree | 83d7c1dad657fd3bbfddc421f2679c96b18faf8e /.config | |
| parent | 4757ea4345ae040d5fae7fb1bb668c1c9f85fa98 (diff) | |
| download | eibhear-7805bedbce0cb018404d581a8b91961a26d67815.tar.gz eibhear-7805bedbce0cb018404d581a8b91961a26d67815.tar.zst eibhear-7805bedbce0cb018404d581a8b91961a26d67815.zip | |
lmc can pause mpv; mod+P is true pause
Diffstat (limited to '.config')
| -rw-r--r-- | .config/i3/config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/i3/config b/.config/i3/config index 53e060d..5724b1c 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -146,7 +146,7 @@ bindsym $mod+o sticky toggle bindsym $mod+Shift+o exec --no-startup-id "bash ~/.scripts/i3resize right" bindsym $mod+p exec --no-startup-id lmc toggle -#bindsym $mod+Shift+p +bindsym $mod+Shift+p exec --no-startup-id lmc pause bindsym $mod+a [instance="math"] scratchpad show; [instance="math"] move position center bindsym $mod+Shift+a exec $term -e pulsemixer |
