diff options
| author | Luke Smith <luke@lukesmith.xyz> | 2018-10-01 10:40:29 -0400 |
|---|---|---|
| committer | Luke Smith <luke@lukesmith.xyz> | 2018-10-01 10:40:29 -0400 |
| commit | fb520e737160a4adac1f072ec81628a9f2b7a397 (patch) | |
| tree | 9905460603da15e654ea63d4c5f032581b026f68 /.config/i3 | |
| parent | 920ce00e3d94a1d7e193a2021dc0151dca88003f (diff) | |
| download | eibhear-fb520e737160a4adac1f072ec81628a9f2b7a397.tar.gz eibhear-fb520e737160a4adac1f072ec81628a9f2b7a397.tar.zst eibhear-fb520e737160a4adac1f072ec81628a9f2b7a397.zip | |
terminal fix
Diffstat (limited to '.config/i3')
| -rw-r--r-- | .config/i3/config | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.config/i3/config b/.config/i3/config index 82d8627..b8fdcf1 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -194,7 +194,7 @@ bindsym $mod+Shift+b floating toggle; sticky toggle; exec --no-startup-id botto bindsym $mod+n exec $term -e newspod ##bindsym $mod+Shift+n -bindsym $mod+m exec --no-startup-id st -e ncmpcpp +bindsym $mod+m exec --no-startup-id $term -e ncmpcpp bindsym $mod+Shift+m exec --no-startup-id lmc mute # #---Workspace Bindings---# # @@ -406,7 +406,7 @@ bindsym XF86Search exec $BROWSER https://duckduckgo.com bindsym XF86Shop exec $BROWSER https://ebay.com bindsym XF86MonBrightnessDown exec --no-startup-id xbacklight -dec 15 bindsym XF86MonBrightnessUp exec --no-startup-id xbacklight -inc 15 -bindsym XF86AudioMedia exec --no-startup-id st -e ncmpcpp +bindsym XF86AudioMedia exec --no-startup-id $term -e ncmpcpp bindsym XF86Display exec --no-startup-id arandr #bindsym XF86KbdLightOnOff exec bindsym XF86KbdBrightnessDown exec --no-startup-id python3.6 ~/.scripts/kb-lights.py - |
