Style updates
parent
37b2aeb095
commit
418f6c0360
|
@ -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
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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 ())
|
||||
|
|
Loading…
Reference in New Issue