switch to feishin, fix prompt newline
This commit is contained in:
parent
e56029decb
commit
33cc6a8fc1
@ -8,6 +8,8 @@ $git_status\
|
||||
$python\
|
||||
$character"""
|
||||
|
||||
add_newline = false
|
||||
|
||||
[username]
|
||||
format = "[$user]($style) "
|
||||
|
||||
|
@ -125,10 +125,10 @@ super + {Left,Down,Up,Right}
|
||||
#
|
||||
|
||||
super + space
|
||||
dbus-send --print-reply --dest=org.mpris.MediaPlayer2.mopidy /org/mpris/MediaPlayer2 org.mpris.MediaPlayer2.Player.PlayPause
|
||||
playerctl --player=Feishin play-pause
|
||||
|
||||
super + comma
|
||||
dbus-send --print-reply --dest=org.mpris.MediaPlayer2.mopidy /org/mpris/MediaPlayer2 org.mpris.MediaPlayer2.Player.Next
|
||||
playerctl --player=Feishin next
|
||||
|
||||
super + period
|
||||
dbus-send --print-reply --dest=org.mpris.MediaPlayer2.mopidy /org/mpris/MediaPlayer2 org.mpris.MediaPlayer2.Player.Previous
|
||||
playerctl --player=Feishin previous
|
||||
|
@ -34,8 +34,7 @@ here are the dotfiles and some of the programs i use for my bspwm setup. wip.
|
||||
- ide: [lunarvim](https://www.lunarvim.org/)
|
||||
|
||||
### 🌌 media
|
||||
- [mopidy](https://mopidy.com/) - used with [mopidy-jellyfin](https://github.com/jellyfin/mopidy-jellyfin) for my jellyfin server
|
||||
- [ncmcpp](https://rybczak.net/ncmpcpp/) - for controlling mopidy
|
||||
- music: [feishin](https://github.com/jeffvli/feishin)
|
||||
|
||||
### 🪐 misc
|
||||
- [redshift](http://jonls.dk/redshift/) - saves my eyes at night
|
||||
|
Loading…
x
Reference in New Issue
Block a user