picom stuff
This commit is contained in:
parent
86f71a3b76
commit
6417e1a7ba
|
|
@ -113,7 +113,7 @@ bindsym Mod1+Shift+r exec ~/.config/Scripts/i3-resurrect-restore-all
|
|||
|
||||
#Composite manager:
|
||||
bindsym $mod+b exec --no-startup-id pkill picom
|
||||
bindsym $mod+Ctrl+b exec --no-startup-id picom -b --experimental-backends --config /home/hate/.config/picom.conf
|
||||
bindsym $mod+Ctrl+b exec --no-startup-id picom -bc --experimental-backends --dbus --config /home/hate/.config/picom.conf
|
||||
|
||||
###---Basic Bindings---###
|
||||
bindsym $mod+Return exec $term
|
||||
|
|
@ -172,7 +172,7 @@ bindsym $mod+s gaps inner current plus 5
|
|||
bindsym $mod+Shift+s gaps inner current minus 5
|
||||
|
||||
#bindsym $mod+d exec rofi -config ~/.config/rofi/config -show drun
|
||||
bindsym $mod+d exec dmenu_run -fn 'UbuntuMono Nerd Font-18' -h '35' -nb '#A3BE8C' -sf '#2E3440' -sb '#BF616A' -nf '#8FBCBB'
|
||||
bindsym $mod+d exec dmenu_run -fn 'UbuntuMono Nerd Font-20' -h '35'
|
||||
bindsym Mod1+d exec ~/.config/Scripts/rofi-bangs.sh
|
||||
|
||||
bindsym $mod+Shift+d gaps inner current set 0; gaps outer current set 0
|
||||
|
|
|
|||
|
|
@ -55,7 +55,7 @@ xinerama-shadow-crop = true;
|
|||
#blur-background = true;
|
||||
blur: {
|
||||
method = "dual_kawase";
|
||||
strength = 6.0;
|
||||
strength = 8.0;
|
||||
# deviation = 1.0;
|
||||
# kernel = "11x11gaussian";
|
||||
}
|
||||
|
|
|
|||
|
|
@ -4,7 +4,6 @@ betterlockscreen-git
|
|||
breeze-snow-cursor-theme
|
||||
chkservice
|
||||
chromium-widevine
|
||||
dmenu2
|
||||
expac-git
|
||||
expressvpn
|
||||
fasd-git
|
||||
|
|
|
|||
Loading…
Reference in New Issue