mod+n opens newsboat else podboat
This commit is contained in:
parent
69ec490422
commit
e0dea08e8e
2 changed files with 6 additions and 1 deletions
|
@ -191,7 +191,7 @@ 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
|
||||
|
||||
bindsym $mod+n exec $term -e newsboat
|
||||
bindsym $mod+n exec $term -e newspod
|
||||
##bindsym $mod+Shift+n
|
||||
|
||||
bindsym $mod+m exec --no-startup-id st -e ncmpcpp
|
||||
|
|
5
.scripts/newspod
Executable file
5
.scripts/newspod
Executable file
|
@ -0,0 +1,5 @@
|
|||
#!/bin/sh
|
||||
# Another script because i3 is too dumb to call basic operations right.
|
||||
# Brings up newsboat, if newsboat is open, opens podboat
|
||||
|
||||
newsboat || podboat
|
Loading…
Reference in a new issue