terminal fix
This commit is contained in:
parent
920ce00e3d
commit
fb520e7371
1 changed files with 2 additions and 2 deletions
|
@ -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 -
|
||||
|
|
Loading…
Reference in a new issue