diff --git a/i3/shared.conf b/i3/shared.conf index 6dc2369..3face75 100644 --- a/i3/shared.conf +++ b/i3/shared.conf @@ -73,7 +73,7 @@ bindsym $mod+space focus mode_toggle bindsym $mod+a focus parent # Gaps -set $inner 8 +set $inner 10 set $outer 2 gaps inner $inner gaps outer $outer @@ -178,7 +178,7 @@ client.placeholder $blue $blue $blue $blue $blue client.background $blue # Removes border and title bar -for_window [class="^.*"] border pixel 2 +for_window [class="^.*"] border pixel 4 new_window 1pixel #new_window normal 0 px diff --git a/rofi/config.rasi b/rofi/config.rasi index 1bdf342..1540cd9 100644 --- a/rofi/config.rasi +++ b/rofi/config.rasi @@ -2,14 +2,14 @@ configuration { modi: "window,run,ssh"; width: 30; lines: 10; -/* columns: 1;*/ + columns: 1; font: "sf mono medium 16"; -/* bw: 1;*/ + bw: 1; /* location: 0;*/ /* padding: 5;*/ /* yoffset: 0;*/ /* xoffset: 0;*/ -/* fixed-num-lines: true;*/ + fixed-num-lines: true; show-icons: true; terminal: "alacritty"; /* ssh-client: "ssh";*/ @@ -27,9 +27,9 @@ configuration { /* ignored-prefixes: "";*/ /* sort: false;*/ /* sorting-method: ;*/ -/* case-sensitive: false;*/ + case-sensitive: false; /* cycle: true;*/ -/* sidebar-mode: false;*/ + sidebar-mode: false; /* eh: 1;*/ /* auto-select: false;*/ /* parse-hosts: false;*/ @@ -43,7 +43,7 @@ configuration { /* filter: ;*/ /* separator-style: "dash";*/ /* hide-scrollbar: false;*/ -/* fullscreen: false;*/ + fullscreen: false; /* fake-transparency: false;*/ /* dpi: -1;*/ /* threads: 0;*/ diff --git a/rofi/themes/aqua.rasi b/rofi/themes/aqua.rasi index 684095e..84c3a9e 100644 --- a/rofi/themes/aqua.rasi +++ b/rofi/themes/aqua.rasi @@ -45,7 +45,7 @@ } window { background-color: @background; - border: 2; + border: 4; padding: 20; } mainbox {