diff options
| author | Luke Smith <luke@lukesmith.xyz> | 2018-12-01 18:22:42 -0500 |
|---|---|---|
| committer | Luke Smith <luke@lukesmith.xyz> | 2018-12-01 18:22:42 -0500 |
| commit | 139bae724a5c026cad7c984df3125de4cacc45ad (patch) | |
| tree | 6e36a6994c7c131999c853f36f3ba2a1a3435233 | |
| parent | 08a3c310e5e91a18cbf89db7399927f1f04ebef6 (diff) | |
| download | eibhear-139bae724a5c026cad7c984df3125de4cacc45ad.tar.gz eibhear-139bae724a5c026cad7c984df3125de4cacc45ad.tar.zst eibhear-139bae724a5c026cad7c984df3125de4cacc45ad.zip | |
simplify
| -rw-r--r-- | .config/i3/config | 8 | ||||
| -rw-r--r-- | .readme.mom | 2 |
2 files changed, 4 insertions, 6 deletions
diff --git a/.config/i3/config b/.config/i3/config index 7ea5ae7..78a4a19 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -198,16 +198,16 @@ bindsym $mod+Shift+z gaps outer current minus 5 bindsym $mod+x exec --no-startup-id lockscreen bindsym $mod+Shift+x exec --no-startup-id prompt "Shutdown computer?" "$shutdown" -bindsym $mod+c exec --no-startup-id freealf +#bindsym $mod+c bindsym $mod+Shift+c exec --no-startup-id camtoggle -bindsym $mod+v exec $term -e ncmpcpp -s visualizer -bindsym $mod+Shift+v exec --no-startup-id projectM-pulseaudio +#bindsym $mod+v +#bindsym $mod+Shift+v bindsym $mod+b bar mode toggle bindsym $mod+Shift+b floating toggle; sticky toggle; exec --no-startup-id bottomleft -bindsym $mod+n exec $term -e newspod && pkill -RTMIN+6 i3blocks +bindsym $mod+n exec $term -e newsboat && pkill -RTMIN+6 i3blocks ##bindsym $mod+Shift+n bindsym $mod+m exec --no-startup-id $term -e ncmpcpp diff --git a/.readme.mom b/.readme.mom index 8efd3b4..06e8b3b 100644 --- a/.readme.mom +++ b/.readme.mom @@ -248,8 +248,6 @@ I use ncmpcpp as a music player, which is a front end for mpd. .ITEM \f(CWMod+M\fP \(en Mute all audio .ITEM -\f(CWMod+v\fP \(en visualizer -.ITEM \f(CWMod+-\fP \(en Decrease volume (holding shift increases amount) .ITEM \f(CWMod++\fP \(en Increase volume (holding shift increases amount) |
