Adjust borders
This commit is contained in:
@@ -8,7 +8,6 @@
|
|||||||
|
|
||||||
xsession.windowManager.i3.config.gaps.outer = 6;
|
xsession.windowManager.i3.config.gaps.outer = 6;
|
||||||
xsession.windowManager.i3.config.gaps.inner = 5;
|
xsession.windowManager.i3.config.gaps.inner = 5;
|
||||||
xsession.windowManager.i3.config.window.border = 2;
|
|
||||||
|
|
||||||
home.file = {
|
home.file = {
|
||||||
wallpapers = {
|
wallpapers = {
|
||||||
|
|||||||
@@ -156,7 +156,7 @@ in {
|
|||||||
terminal = "kitty";
|
terminal = "kitty";
|
||||||
|
|
||||||
window = {
|
window = {
|
||||||
border = lib.mkDefault 3;
|
border = lib.mkDefault 2;
|
||||||
titlebar = false;
|
titlebar = false;
|
||||||
commands = [
|
commands = [
|
||||||
{ command = "move position center #2116 46"; criteria = { class = "jetbrains-toolbox"; }; }
|
{ command = "move position center #2116 46"; criteria = { class = "jetbrains-toolbox"; }; }
|
||||||
|
|||||||
Reference in New Issue
Block a user