From 418f6c0360ac97e4a75500958d494838e67918ac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jure=20Podgor=C5=A1ek?= Date: Wed, 7 Feb 2018 20:34:13 +0100 Subject: [PATCH] Style updates --- .Xresources | 2 +- .config/compton.conf | 1 + .config/i3/config | 19 +++++++++++-------- .spacemacs | 4 ++-- 4 files changed, 15 insertions(+), 11 deletions(-) diff --git a/.Xresources b/.Xresources index a4288ec..9f3a125 100644 --- a/.Xresources +++ b/.Xresources @@ -76,4 +76,4 @@ URxvt*url-launcher: /usr/bin/xdg-open URxvt*matcher.button: 1 ! transparency URxvt*depth: 32 -URxvt*background: [90]S_base03 +URxvt*background: [94]S_base03 diff --git a/.config/compton.conf b/.config/compton.conf index 56fcf57..d96ed41 100644 --- a/.config/compton.conf +++ b/.config/compton.conf @@ -24,5 +24,6 @@ shadow-opacity = 0.4; no-dock-shadow = true; # Flicker fix +paint-on-overlay = true; unredir-if-possible = false; unredir-if-possible-delay = 1000; diff --git a/.config/i3/config b/.config/i3/config index a044ff2..bc20e8c 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -207,22 +207,22 @@ bar { background #232323 statusline #DCDCDC - #focused_workspace #007c26 #005119 #fdf6e3 - focused_workspace #555555 #555555 #ffffff + focused_workspace #555555 #555555 #ffffff inactive_workspace #232323 #232323 #888888 } #font pango:Fira Mono, Icons 10 font pango:FontAwesome Regular 11, Iosevka Medium 11 #font pango:FontAwesome Regular 11 strip_workspace_numbers yes - tray_output eDP1 height 44 tray_padding 2 } # Colors -#client.focused #003611 #003611 #ffffff #007c26 #003611 -client.focused #222222 #222222 #AAAAAA #B6B6B6 #555555 +client.focused #444444 #444444 #A9D000 #8c9825 #444444 +client.focused_inactive #444444 #444444 #A9D000 #5c7825 #444444 +client.unfocused #222222 #222222 #888888 #292d2e #222222 +client.background #222222 ####################### @@ -257,9 +257,12 @@ exec_always "setxkbmap -layout us,si -option 'grp:win_space_toggle'" gaps inner 13 gaps outer 0 smart_gaps on -smart_borders on +#smart_borders on # No titles -for_window [class="^.*"] border pixel 1 +for_window [class="^.*"] border pixel 2 + +# Mouse focus +focus_follows_mouse yes ######################### # Various app shortcuts # @@ -287,7 +290,7 @@ bindsym $mod+Return exec i3-sensible-terminal # kill focused window bindsym $mod+Shift+q kill -bindsym $mod+Ctrl+q exec "xterm -e xkill" +bindsym $mod+Ctrl+q exec --no-startup-id "xterm -e xkill" # start dmenu (a program launcher) #bindsym $mod+d exec dmenu_run diff --git a/.spacemacs b/.spacemacs index 3bbf655..722176b 100644 --- a/.spacemacs +++ b/.spacemacs @@ -60,6 +60,7 @@ This function should only modify configuration layer settings." floobits scheme latex + javascript ;; Disable flychecker (syntax-checking :variables syntax-checking-enable-by-default nil) @@ -533,5 +534,4 @@ before packages are loaded." (setq web-mode-markup-indent-offset 2) ) -(defun dotspacemacs/emacs-custom-settings () -) +(defun dotspacemacs/emacs-custom-settings ())