fancy productivity stuff

This commit is contained in:
kat witch 2021-03-26 03:53:26 +00:00
parent 4dd3fc1292
commit 746e4e7c8a
No known key found for this signature in database
GPG key ID: 1B477797DCA5EC72
2 changed files with 8 additions and 1 deletions

@ -1 +1 @@
Subproject commit 3b281c974cde0b214510e304ca77bd08f445c0da
Subproject commit 9889db55860b6e5e6f2c643ada8a7484b5fe574c

View file

@ -108,6 +108,7 @@
command = "systemctl --user restart mako";
always = true;
}
{ command = "${pkgs.i3gopher}/bin/i3gopher"; }
{ command = "mkchromecast -t"; }
];
@ -132,6 +133,11 @@
"${cfg.modifier}+Shift+space" = "floating toggle";
"${cfg.modifier}+space" = "focus mode_toggle";
"${cfg.modifier}+Tab" = "workspace back_and_forth";
"${cfg.modifier}+Shift+Tab" = "${pkgs.i3gopher}/bin/i3gopher --focus-last";
"${cfg.modifier}+Ctrl+Left" = "workspace prev_on_output";
"${cfg.modifier}+Ctrl+Right" = "workspace next_on_output";
"XF86AudioRaiseVolume" =
"exec pactl set-sink-volume $(pacmd list-sinks |awk '/* index:/{print $3}') +5%";
"XF86AudioLowerVolume" =
@ -227,6 +233,7 @@
workspace "1" output "DP-1"
workspace "2" output "DVI-D-1"
workspace "3" output "HDMI-A-1"
workspace_auto_back_and_forth yes
${workspaceBindingsStr}
'';
};