This commit is contained in:
NaiJi ✨ 2024-08-24 09:02:16 +04:00
parent 0835e30eb8
commit af5aa80943
3 changed files with 3 additions and 5 deletions

View File

@ -10,7 +10,7 @@
# Please see https://i3wm.org/docs/userguide.html for a complete reference! # Please see https://i3wm.org/docs/userguide.html for a complete reference!
set $mod Mod4 set $mod Mod4
default_border pixel default_border pixel 1
default_floating_border normal default_floating_border normal
# Font for window titles. Will also be used by the bar unless a different font # Font for window titles. Will also be used by the bar unless a different font
@ -168,8 +168,6 @@ bindsym $mod+u border none
bindsym $mod+y border pixel 1 bindsym $mod+y border pixel 1
bindsym $mod+n border normal bindsym $mod+n border normal
for_window [class="firefox"] border none
# class border backgr. text indicator child_border # class border backgr. text indicator child_border
client.focused #7cc7d6 #000000 #8da5aa #7cc7d6 #7cc7d6 client.focused #7cc7d6 #000000 #8da5aa #7cc7d6 #7cc7d6
client.focused_inactive #333333 #000000 #ffffff #484e50 #5f676a client.focused_inactive #333333 #000000 #ffffff #484e50 #5f676a

View File

@ -29,7 +29,7 @@ current_item_suffix = "$/r$(end)"
current_item_inactive_column_prefix = "$(cyan)$r" current_item_inactive_column_prefix = "$(cyan)$r"
## Alternative Interface ## ## Alternative Interface ##
user_interface = "alternative" user_interface = "classic"
alternative_header_first_line_format = "$0$aqqu$/a {$6%a$9 - }{$3%t$9}|{$3%f$9} $0$atqq$/a$9" alternative_header_first_line_format = "$0$aqqu$/a {$6%a$9 - }{$3%t$9}|{$3%f$9} $0$atqq$/a$9"
alternative_header_second_line_format = "{{$4%b$9}{ [$8%y$9]}}|{$4%D$9}" alternative_header_second_line_format = "{{$4%b$9}{ [$8%y$9]}}|{$4%D$9}"

View File

@ -1,4 +1,4 @@
colorscheme ron colorscheme industry
set viminfo+=n~/.config/vim/viminfo set viminfo+=n~/.config/vim/viminfo
set omnifunc=syntaxcomplete#Complete set omnifunc=syntaxcomplete#Complete
set gp=git\ grep\ -n set gp=git\ grep\ -n