who needs atomic commits?
This commit is contained in:
parent
b3464f8df7
commit
d8538e9d52
6 changed files with 20 additions and 15 deletions
|
@ -75,6 +75,8 @@
|
|||
spawn-at-startup = [
|
||||
{ command = ["waybar"]; }
|
||||
{ command = ["swaybg" "-i" "${../../../wallpaper/wallpaper.png}" "-m" "fill"]; }
|
||||
{ command = ["pamixer" "--set-volume" "0"]; }
|
||||
{ command = ["systemctl" "--user" "restart" "spotifyd.service"]; }
|
||||
];
|
||||
|
||||
binds = {
|
||||
|
@ -82,8 +84,8 @@
|
|||
"Mod+B".action.spawn = "firefox";
|
||||
"Mod+S".action.spawn = ["fuzzel" "-I" "-T" "alacritty"];
|
||||
|
||||
"XF86AudioRaiseVolume".action.spawn = "wpctl set-volume @DEFAULT_AUDIO_SINK@ 0.1+";
|
||||
"XF86AudioLowerVolume".action.spawn = "wpctl set-volume @DEFAULT_AUDIO_SINK@ 0.1-";
|
||||
"XF86AudioRaiseVolume".action.spawn = "pamixer -i 5";
|
||||
"XF86AudioLowerVolume".action.spawn = "pamixer -d 5";
|
||||
|
||||
"Mod+Backspace".action.close-window = [];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue