From e948bf26c1c25bb9b6bf0dd1b33581fb63b4866e Mon Sep 17 00:00:00 2001 From: Alexander Popov Date: Fri, 12 Nov 2021 14:48:51 +0300 Subject: [PATCH] add layouts, move bar to top --- i3wm/config | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/i3wm/config b/i3wm/config index f64a58b..428c66a 100644 --- a/i3wm/config +++ b/i3wm/config @@ -1,6 +1,15 @@ set $mod Mod4 +bar { + position top + font pango:Cascadia Code 10 + status_command i3status +} + exec --no-startup-id $HOME/.fehbg +exec "setxkbmap -layout us,ru" +exec "setxkbmap -option 'grp:alt_shift_toggle'" + gaps inner 10 font pango:Cascadia Code 10 @@ -100,9 +109,6 @@ mode "resize" { bindsym $mod+r mode "resize" -bar { - status_command i3status -} - default_border pixel 6 default_floating_border pixel 6 +