Merge branch 'master' into arch-laptop
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
## Autostart Programs
|
||||
sxhkd &
|
||||
xsetroot -cursor_name left_ptr
|
||||
pgrep bspswallow || bspswallow &
|
||||
# polybar example &
|
||||
#~/.scripts/panel.sh
|
||||
if [ $(pgrep polybar) ]; then
|
||||
|
||||
1
config/.config/bspwm/noswallow
Normal file
1
config/.config/bspwm/noswallow
Normal file
@@ -0,0 +1 @@
|
||||
xev
|
||||
1
config/.config/bspwm/terminals
Normal file
1
config/.config/bspwm/terminals
Normal file
@@ -0,0 +1 @@
|
||||
St
|
||||
@@ -12,8 +12,11 @@ function colors(color, theme)
|
||||
if color == 'gruvbox-dark-hard' then
|
||||
color = 'gruvbox-material'
|
||||
vim.g.gruvbox_material_background = 'hard'
|
||||
elseif color == 'gruvbox-dark-soft' then
|
||||
color = 'gruvbox-material'
|
||||
vim.g.gruvbox_material_background = 'soft'
|
||||
end
|
||||
if theme then
|
||||
if theme then
|
||||
vim.cmd.colorscheme(alt_color)
|
||||
elseif not pcall(vim.cmd.colorscheme, color) then
|
||||
vim.cmd.colorscheme(alt_color)
|
||||
|
||||
@@ -7,23 +7,23 @@
|
||||
# (windows with '_NET_WM_WINDOW_TYPE_DESKTOP') never get shadow,
|
||||
# unless explicitly requested using the wintypes option.
|
||||
#
|
||||
shadow = false;
|
||||
#shadow = true;
|
||||
# shadow = false;
|
||||
shadow = true;
|
||||
|
||||
# The blur radius for shadows, in pixels. (defaults to 12)
|
||||
# shadow-radius = 12
|
||||
shadow-radius = 5;
|
||||
shadow-radius = 4;
|
||||
|
||||
# The opacity of shadows. (0.0 - 1.0, defaults to 0.75)
|
||||
shadow-opacity = .15
|
||||
shadow-opacity = .45
|
||||
|
||||
# The left offset for shadows, in pixels. (defaults to -15)
|
||||
# shadow-offset-x = -15
|
||||
shadow-offset-x = 4;
|
||||
shadow-offset-x = 3;
|
||||
|
||||
# The top offset for shadows, in pixels. (defaults to -15)
|
||||
# shadow-offset-y = -15
|
||||
shadow-offset-y = 4;
|
||||
shadow-offset-y = 2;
|
||||
|
||||
# Avoid drawing shadows on dock/panel windows. This option is deprecated,
|
||||
# you should use the *wintypes* option in your config file instead.
|
||||
|
||||
Reference in New Issue
Block a user