mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 12:29:19 -08:00
fancy productivity stuff
This commit is contained in:
parent
4dd3fc1292
commit
746e4e7c8a
2 changed files with 8 additions and 1 deletions
|
|
@ -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}
|
||||
'';
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue