mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 04:19:19 -08:00
fancy productivity stuff
This commit is contained in:
parent
4dd3fc1292
commit
746e4e7c8a
2 changed files with 8 additions and 1 deletions
2
private
2
private
|
|
@ -1 +1 @@
|
||||||
Subproject commit 3b281c974cde0b214510e304ca77bd08f445c0da
|
Subproject commit 9889db55860b6e5e6f2c643ada8a7484b5fe574c
|
||||||
|
|
@ -108,6 +108,7 @@
|
||||||
command = "systemctl --user restart mako";
|
command = "systemctl --user restart mako";
|
||||||
always = true;
|
always = true;
|
||||||
}
|
}
|
||||||
|
{ command = "${pkgs.i3gopher}/bin/i3gopher"; }
|
||||||
{ command = "mkchromecast -t"; }
|
{ command = "mkchromecast -t"; }
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
@ -132,6 +133,11 @@
|
||||||
"${cfg.modifier}+Shift+space" = "floating toggle";
|
"${cfg.modifier}+Shift+space" = "floating toggle";
|
||||||
"${cfg.modifier}+space" = "focus mode_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" =
|
"XF86AudioRaiseVolume" =
|
||||||
"exec pactl set-sink-volume $(pacmd list-sinks |awk '/* index:/{print $3}') +5%";
|
"exec pactl set-sink-volume $(pacmd list-sinks |awk '/* index:/{print $3}') +5%";
|
||||||
"XF86AudioLowerVolume" =
|
"XF86AudioLowerVolume" =
|
||||||
|
|
@ -227,6 +233,7 @@
|
||||||
workspace "1" output "DP-1"
|
workspace "1" output "DP-1"
|
||||||
workspace "2" output "DVI-D-1"
|
workspace "2" output "DVI-D-1"
|
||||||
workspace "3" output "HDMI-A-1"
|
workspace "3" output "HDMI-A-1"
|
||||||
|
workspace_auto_back_and_forth yes
|
||||||
${workspaceBindingsStr}
|
${workspaceBindingsStr}
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue