initial commit
This commit is contained in:
63
config/bspwm/bspwmrc
Executable file
63
config/bspwm/bspwmrc
Executable file
@ -0,0 +1,63 @@
|
||||
#! /bin/sh
|
||||
|
||||
sxhkd &
|
||||
|
||||
bspc monitor -d web term code IV V VI VII VIII IX music
|
||||
|
||||
bspc config border_width 2
|
||||
bspc config window_gap 12
|
||||
|
||||
bspc config split_ratio 0.52
|
||||
bspc config borderless_monocle true
|
||||
bspc config gapless_monocle true
|
||||
bspc config click_to_focus true
|
||||
|
||||
bspc rule -a Gimp desktop='^8' state=floating follow=on
|
||||
#bspc rule -a Chromium desktop='^2'
|
||||
#bspc rule -a mplayer2 state=floating
|
||||
#bspc rule -a Kupfer.py focus=on
|
||||
#bspc rule -a Screenkey manage=off
|
||||
bspc rule -a Nautilus state=floating
|
||||
bspc rule -a Gedit state=floating
|
||||
bspc rule -a Gnome-system-monitor state=floating
|
||||
bspc rule -a Nextcloud desktop='^9' state=floating
|
||||
|
||||
# set wallpaper
|
||||
feh --bg-scale ~/Bilder/Wallpapers/wallpaper.jpg
|
||||
|
||||
# map CAPS LOCK to CTRL
|
||||
xmodmap -e "remove Lock = Caps_Lock"
|
||||
xmodmap -e "keysym Caps_Lock = Control_L"
|
||||
#xmodmap -e "add Lock = Shift_L + Shift_R"
|
||||
|
||||
# toggle keyboard language de, us with alt+shift
|
||||
setxkbmap -option grp:alt_space_toggle de,us
|
||||
|
||||
#xmodmap -e "add Control = Caps_Lock"
|
||||
#xmodmap -e "add Lock = Shift_L+Shift_R"
|
||||
#remove Control = Control_L
|
||||
#keysym Control_L = Caps_Lock
|
||||
#keysym Caps_Lock = Control_L
|
||||
#add Lock = Caps_Lock
|
||||
|
||||
# enable touchpad tap-to-click
|
||||
#xinput set-prop 12 276 1
|
||||
$HOME/.dotfiles/scripts/touchpad_enable_tapping.sh
|
||||
# set default mouse cursor (no X)
|
||||
xsetroot -cursor_name left_ptr
|
||||
|
||||
# move/resize window with alt + mouse
|
||||
bspc config pointer_modifier mod1
|
||||
|
||||
# compton (effects)
|
||||
compton --config ~/.config/bspwm/compton.conf -b &
|
||||
|
||||
# autolock after 5 min
|
||||
xautolock -time 5 -locker '~/.dotfiles/scripts/lock.sh' &
|
||||
|
||||
# panel
|
||||
polybar top &
|
||||
polybar bottom &
|
||||
|
||||
# autostart
|
||||
$HOME/.dotfiles/scripts/autostart.sh &
|
71
config/bspwm/compton.conf
Normal file
71
config/bspwm/compton.conf
Normal file
@ -0,0 +1,71 @@
|
||||
backend = "glx";
|
||||
glx-no-stencil = true;
|
||||
glx-copy-from-front = false;
|
||||
glx-swap-method = 1;
|
||||
##blur-background = true;
|
||||
##blur-kern = "7x7box";
|
||||
|
||||
# Shadow
|
||||
shadow = true; # Enabled client-side shadows on windows.
|
||||
no-dock-shadow = true; # Avoid drawing shadows on dock/panel windows.
|
||||
no-dnd-shadow = true; # Don't draw shadows on DND windows.
|
||||
clear-shadow = true; # Zero the part of the shadow's mask behind the window (experimental).
|
||||
shadow-radius = 2; # The blur radius for shadows. (default 12)
|
||||
shadow-offset-x = 1; # The left offset for shadows. (default -15)
|
||||
shadow-offset-y = 1; # The top offset for shadows. (default -15)
|
||||
shadow-opacity = 0.6;
|
||||
menu-opacity = 1;
|
||||
shadow-exclude = [
|
||||
#"! name~=''",
|
||||
"n:e:Notification",
|
||||
"n:e:Dunst",
|
||||
"n:e:dzen",
|
||||
"name = 'dzen slave'",
|
||||
"name = 'gnome-screenshot'",
|
||||
#"n:e:Docky",
|
||||
#"g:e:Synapse",
|
||||
#"g:e:Kupfer",
|
||||
"g:e:Conky",
|
||||
#"n:w:Firefox",
|
||||
"n:w:*Chrome*",
|
||||
#"n:w:*Chromium*",
|
||||
"class_g ?= 'dzen'",
|
||||
"class_g ?= 'gnome-screenshot'",
|
||||
"class_g ?= 'Notify-osd'"
|
||||
#"class_g ?= 'Cairo-dock'",
|
||||
#"class_g ?= 'Xfce4-notifyd'",
|
||||
#"class_g ?= 'Xfce4-power-manager'"
|
||||
];
|
||||
|
||||
blur-background-exclude = [
|
||||
"name = 'gnome-screenshot'",
|
||||
"class_g ?= 'gnome-screenshot'"
|
||||
];
|
||||
|
||||
#opacity-rule = ["85:class_g = 'gnome-terminal'"];
|
||||
opacity-rule = [
|
||||
"50:class_g = 'Bspwm' && class_i = 'presel_feedback'",
|
||||
"75:class_g = 'URxvt'"
|
||||
];
|
||||
|
||||
# The shadow exclude options are helpful if you have shadows enabled. Due to the way compton draws its shadows, certain applications will have visual glitches
|
||||
# (most applications are fine, only apps that do weird things with xshapes or argb are affected).
|
||||
# This list includes all the affected apps I found in my testing. The "! name~=''" part excludes shadows on any "Unknown" windows, this prevents a visual glitch with the XFWM alt tab switcher.
|
||||
|
||||
# Fading
|
||||
fading = true; # Fade windows during opacity changes.
|
||||
fade-delta = 4; # The time between steps in a fade in milliseconds. (default 10).
|
||||
fade-in-step = 0.03; # Opacity change between steps while fading in. (default 0.028).
|
||||
fade-out-step = 0.03; # Opacity change between steps while fading out. (default 0.03).
|
||||
no-fading-openclose = false; # Fade windows in/out when opening/closing
|
||||
|
||||
detect-client-opacity = true; # This prevents opacity being ignored for some apps. For example without this enabled my xfce4-notifyd is 100% opacity no matter what.
|
||||
|
||||
#Window type settings
|
||||
wintypes:
|
||||
{
|
||||
tooltip = { fade = true; shadow = false; };
|
||||
menu = { shadow = false; };
|
||||
dropdown_menu = { shadow = false; };
|
||||
popup_menu = { shadow = false; };
|
||||
};
|
Reference in New Issue
Block a user