Move zsh config to better location, disable polkit, add back playerctl and mpris in mpc's place
This commit is contained in:
parent
aded6c206e
commit
9e3678d190
23 changed files with 85 additions and 87 deletions
|
@ -17,7 +17,6 @@
|
|||
{ command = "sunshine"; }
|
||||
{ command = "rot8"; }
|
||||
{ command = "wlsunset -s 22:30 -S 07:30"; }
|
||||
{ command = "${pkgs.mate.mate-polkit}/libexec/polkit-mate-authentication-agent-1"; }
|
||||
|
||||
# Foreground
|
||||
{ command = "thunderbird"; }
|
||||
|
|
|
@ -46,11 +46,12 @@
|
|||
"${secMod}+m" = ''exec wpctl set-mute @DEFAULT_AUDIO_SINK@ toggle'';
|
||||
|
||||
# MPD
|
||||
"${primeMod}+Backslash" = ''exec mpc toggle'';
|
||||
"${secMod}+Shift+h" = ''exec mpc prev'';
|
||||
"${secMod}+Shift+j" = ''exec mpc volume -3'';
|
||||
"${secMod}+Shift+k" = ''exec mpc volume +3'';
|
||||
"${secMod}+Shift+l" = ''exec mpc next'';
|
||||
"${primeMod}+Backslash" = ''exec playerctl -p firefox play-pause'';
|
||||
"${primeMod}+Shift+Backslash" = ''exec playerctl -p mpd play-pause'';
|
||||
"${secMod}+Shift+h" = ''exec playerctl -p mpd previous'';
|
||||
"${secMod}+Shift+j" = ''exec playerctl -p mpd volume 0.03-'';
|
||||
"${secMod}+Shift+k" = ''exec playerctl -p mpd volume 0.03+'';
|
||||
"${secMod}+Shift+l" = ''exec playerctl -p mpd next'';
|
||||
|
||||
## Miscellaneous
|
||||
|
||||
|
@ -152,7 +153,7 @@
|
|||
"${primeMod}+shift+a" = ''focus child'';
|
||||
|
||||
# Scratchpads
|
||||
"${primeMod}+Shift+Backslash" = ''[app_id="btop"] scratchpad show, move position center, resize set 1216 888'';
|
||||
"${primeMod}+Shift+BackSpace" = ''[app_id="btop"] scratchpad show, move position center, resize set 1216 888'';
|
||||
"${primeMod}+Shift+m" = ''[app_id="music"] scratchpad show, move position center, resize set 1006 657'';
|
||||
"${primeMod}+Shift+v" = ''[app_id="sound"] scratchpad show, move position center, resize set 1000 800'';
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue