Use polybar override and added tailscale
This commit is contained in:
@@ -55,6 +55,8 @@ in {
|
||||
|
||||
focus.followMouse = false;
|
||||
|
||||
bars = [ ];
|
||||
|
||||
keybindings = {
|
||||
"${mod}+q" = "kill";
|
||||
|
||||
@@ -96,6 +98,10 @@ in {
|
||||
# focus the parent container
|
||||
"${mod}+a" = "focus parent";
|
||||
|
||||
# Reload config + restart i3
|
||||
"${mod}+Shift+c" = "reload";
|
||||
"${mod}+Shift+r" = "restart";
|
||||
|
||||
# - Workspaces -------------------------
|
||||
"${mod}+1" = "workspace 1";
|
||||
"${mod}+2" = "workspace 2";
|
||||
@@ -106,7 +112,7 @@ in {
|
||||
"${mod}+7" = "workspace 7";
|
||||
"${mod}+8" = "workspace 8";
|
||||
"${mod}+9" = "workspace 9";
|
||||
"${mod}+0" = "workspace 0";
|
||||
"${mod}+0" = "workspace 10";
|
||||
|
||||
"${mod}+Shift+1" = "move container to workspace 1; workspace 1";
|
||||
"${mod}+Shift+2" = "move container to workspace 2; workspace 2";
|
||||
@@ -117,7 +123,7 @@ in {
|
||||
"${mod}+Shift+7" = "move container to workspace 7; workspace 7";
|
||||
"${mod}+Shift+8" = "move container to workspace 8; workspace 8";
|
||||
"${mod}+Shift+9" = "move container to workspace 9; workspace 9";
|
||||
"${mod}+Shift+0" = "move container to workspace 0; workspace 0";
|
||||
"${mod}+Shift+0" = "move container to workspace 10; workspace 10";
|
||||
|
||||
}
|
||||
// (if cfg.terminal.enable then {
|
||||
@@ -127,7 +133,7 @@ in {
|
||||
"${mod}+space" = "exec ${cfg.launcher.command}";
|
||||
} else {})
|
||||
// (if cfg.browser.enable then {
|
||||
"Control+Alt+3" = "exec ${cfg.browser.command}";
|
||||
"${mod}+Control+3" = "exec ${cfg.browser.command}";
|
||||
} else {});
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user