diff options
| author | Luke Smith <luke@lukesmith.xyz> | 2018-07-05 13:01:53 -0400 |
|---|---|---|
| committer | Luke Smith <luke@lukesmith.xyz> | 2018-07-05 13:01:53 -0400 |
| commit | 869e6b3de86c6d8592da4947a4277a4b2631406e (patch) | |
| tree | 0c1a076e553596d93ef33cb51a8e8c0884ab49e7 | |
| parent | 4df4a9cda1166750865b2d837d951cb9b8d8ea6e (diff) | |
| download | eibhear-869e6b3de86c6d8592da4947a4277a4b2631406e.tar.gz eibhear-869e6b3de86c6d8592da4947a4277a4b2631406e.tar.zst eibhear-869e6b3de86c6d8592da4947a4277a4b2631406e.zip | |
projectm doesn't hang cursor on startup
| -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 b4ca333..3751cfd 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -197,7 +197,7 @@ bindsym $mod+c exec --no-startup-id camtoggle ##bindsym $mod+Shift+c bindsym $mod+v exec $term -e ncmpcpp -s visualizer -bindsym $mod+Shift+v exec projectM-pulseaudio +bindsym $mod+Shift+v exec --no-startup-id projectM-pulseaudio bindsym $mod+b bar mode toggle bindsym $mod+Shift+b floating toggle; sticky toggle; exec --no-startup-id bottomleft |
