added ncspot shortcut

This commit is contained in:
Simon
2020-07-10 00:26:12 +02:00
parent b00eeb9abf
commit b8af442d32
4 changed files with 9 additions and 5 deletions
+2 -1
View File
@@ -9,6 +9,8 @@
################################################################################################ ################################################################################################
# BSPWM # BSPWM
sxhkd &
#bspc monitor -d I II III IV V VI VII VIII IX X #bspc monitor -d I II III IV V VI VII VIII IX X
bspc monitor -d 1 2 3 4 5 6 7 8 9 0 bspc monitor -d 1 2 3 4 5 6 7 8 9 0
@@ -21,7 +23,6 @@ bspc config gapless_monocle true
bspc rule -a Screenkey manage=off bspc rule -a Screenkey manage=off
sxhkd &
################################################################################################ ################################################################################################
# AUTOSTART # AUTOSTART
+1 -1
View File
@@ -12,7 +12,7 @@ show_program_path=1
highlight_base_name=0 highlight_base_name=0
highlight_megabytes=1 highlight_megabytes=1
highlight_threads=1 highlight_threads=1
tree_view=1 tree_view=0
header_margin=1 header_margin=1
detailed_cpu_time=0 detailed_cpu_time=0
cpu_count_from_zero=0 cpu_count_from_zero=0
+3 -2
View File
@@ -27,10 +27,11 @@ modules-center = xbacklight bspwm volume
modules-right = sensors_cpu_yoga3 memory disk_short_yoga3 battery date modules-right = sensors_cpu_yoga3 memory disk_short_yoga3 battery date
monitor = ${env:MONITOR:eDP1} monitor = ${env:MONITOR:eDP1}
width = 100% width = 100%
bottom=false
height = 20 height = 20
fixed-center = true fixed-center = true
background = ${colors.background} background = #000
foreground = ${colors.foreground} foreground = #fff
line-size = 3 line-size = 3
line-color = #000 line-color = #000
separator =| separator =|
+3 -1
View File
@@ -116,7 +116,9 @@ super + {Left,Down,Up,Right}
super + m super + m
setsid pavucontrol setsid pavucontrol
# Player control # Player control (Spotify)
super + shift + slash
setsid alacritty -e sh -c 'ncspot'
super + slash super + slash
playerctl play-pause playerctl play-pause
super + period super + period