Picom changes
se enter the commit message for your changes. Lines starting
This commit is contained in:
parent
e256172478
commit
e93089dae2
|
|
@ -84,7 +84,7 @@ exec --no-startup-id dunst &
|
||||||
#Battery notify
|
#Battery notify
|
||||||
exec --no-startup-id ~/.config/Scripts/i3-battery-monitor &
|
exec --no-startup-id ~/.config/Scripts/i3-battery-monitor &
|
||||||
#Picom
|
#Picom
|
||||||
exec --no-startup-id picom -bc --dbus --config /home/hate/.config/picom/picom.conf
|
exec --no-startup-id picom --config /home/hate/.config/picom/picom.conf
|
||||||
#Gnome privileges
|
#Gnome privileges
|
||||||
exec --no-startup-id /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1
|
exec --no-startup-id /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1
|
||||||
#Launch Polybar where appropriate:
|
#Launch Polybar where appropriate:
|
||||||
|
|
@ -121,7 +121,7 @@ set $bigfor --no-startup-id mpc seek +120
|
||||||
set $lilbak --no-startup-id mpc seek -10
|
set $lilbak --no-startup-id mpc seek -10
|
||||||
set $bigbak --no-startup-id mpc seek -120
|
set $bigbak --no-startup-id mpc seek -120
|
||||||
set $beg --no-startup-id mpc seek 0%
|
set $beg --no-startup-id mpc seek 0%
|
||||||
set $BROWSER google-chrome-stable
|
set $BROWSER chromium
|
||||||
|
|
||||||
#FOR ALSA/AMIXER
|
#FOR ALSA/AMIXER
|
||||||
set $inc --no-startup-id ~/.config/polybar/scripts/pipewire/sound.sh up &
|
set $inc --no-startup-id ~/.config/polybar/scripts/pipewire/sound.sh up &
|
||||||
|
|
@ -143,7 +143,7 @@ bindsym Mod1+Shift+r exec ~/.config/Scripts/i3-resurrect-restore-all
|
||||||
|
|
||||||
#Composite manager:
|
#Composite manager:
|
||||||
bindsym $mod+b exec --no-startup-id pkill picom
|
bindsym $mod+b exec --no-startup-id pkill picom
|
||||||
bindsym $mod+Ctrl+b exec --no-startup-id picom -bc --experimental-backends --dbus --config /home/hate/.config/picom/picom.conf
|
bindsym $mod+Ctrl+b exec --no-startup-id picom --config /home/hate/.config/picom/picom.conf
|
||||||
|
|
||||||
###---Basic Bindings---###
|
###---Basic Bindings---###
|
||||||
bindsym $mod+Return exec $term
|
bindsym $mod+Return exec $term
|
||||||
|
|
|
||||||
|
|
@ -108,17 +108,17 @@ focus-exclude = [
|
||||||
detect-transient = true;
|
detect-transient = true;
|
||||||
#detect-client-leader = true;
|
#detect-client-leader = true;
|
||||||
#invert-color-include = [ ];
|
#invert-color-include = [ ];
|
||||||
resize-damage = 5;
|
#resize-damage = 5;
|
||||||
|
|
||||||
###################
|
###################
|
||||||
### GLX BACKEND ###
|
### GLX BACKEND ###
|
||||||
###################
|
###################
|
||||||
#refresh-rate = 0;
|
#refresh-rate = 0;
|
||||||
#vsync = "true";
|
#vsync = "true";
|
||||||
glx-no-stencil = true;
|
#glx-no-stencil = true;
|
||||||
glx-copy-from-front = false;
|
glx-copy-from-front = false;
|
||||||
#glx-use-copysubbuffermesa = true;
|
#glx-use-copysubbuffermesa = true;
|
||||||
glx-no-rebind-pixmap = true;
|
#glx-no-rebind-pixmap = true;
|
||||||
#glx-swap-method = "3";
|
#glx-swap-method = "3";
|
||||||
#glx-use-gpushader4 = true;
|
#glx-use-gpushader4 = true;
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,4 @@
|
||||||
[colors]
|
[colors]
|
||||||
background = #00000000
|
|
||||||
base00 = ee2e3440
|
base00 = ee2e3440
|
||||||
base01 = 3b4252
|
base01 = 3b4252
|
||||||
base02 = 434c5e
|
base02 = 434c5e
|
||||||
|
|
@ -16,3 +15,4 @@ base0C = 88c0d0
|
||||||
base0D = 81a1c1
|
base0D = 81a1c1
|
||||||
base0E = b48ead
|
base0E = b48ead
|
||||||
base0F = 5e81ac
|
base0F = 5e81ac
|
||||||
|
background = #00000000
|
||||||
|
|
|
||||||
|
|
@ -32,8 +32,10 @@ alias kitheme="cd ~/.config/kitty/themes && fzf --preview 'head -n 40 {} && kitt
|
||||||
alias yca="yadm commit -v -a"
|
alias yca="yadm commit -v -a"
|
||||||
alias yp="yadm push"
|
alias yp="yadm push"
|
||||||
alias azure='ssh hate@98.71.34.234'
|
alias azure='ssh hate@98.71.34.234'
|
||||||
|
alias con="kitty +kitten ssh"
|
||||||
|
|
||||||
#Check the weather:
|
#Check the weather:
|
||||||
weath() { curl wttr.in/Hameenlinna ;}
|
weath() { curl wttr.in/Nokia ;}
|
||||||
|
|
||||||
mkd () {mkdir -p $1; cd $1;}
|
mkd () {mkdir -p $1; cd $1;}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -4,6 +4,7 @@ acpi_call
|
||||||
alacritty
|
alacritty
|
||||||
alsa-utils
|
alsa-utils
|
||||||
arandr
|
arandr
|
||||||
|
asciidoctor
|
||||||
atool
|
atool
|
||||||
autoconf
|
autoconf
|
||||||
automake
|
automake
|
||||||
|
|
@ -67,6 +68,7 @@ intel-undervolt
|
||||||
iproute2
|
iproute2
|
||||||
iputils
|
iputils
|
||||||
iwd
|
iwd
|
||||||
|
jdk21-openjdk
|
||||||
jfsutils
|
jfsutils
|
||||||
jq
|
jq
|
||||||
jsoncpp
|
jsoncpp
|
||||||
|
|
@ -93,6 +95,7 @@ make
|
||||||
man-db
|
man-db
|
||||||
man-pages
|
man-pages
|
||||||
mdadm
|
mdadm
|
||||||
|
meson
|
||||||
mopidy
|
mopidy
|
||||||
mpc
|
mpc
|
||||||
mpd
|
mpd
|
||||||
|
|
@ -100,7 +103,6 @@ mpv
|
||||||
nano
|
nano
|
||||||
ncdu
|
ncdu
|
||||||
ncmpcpp
|
ncmpcpp
|
||||||
neofetch
|
|
||||||
neovim
|
neovim
|
||||||
netctl
|
netctl
|
||||||
network-manager-applet
|
network-manager-applet
|
||||||
|
|
@ -140,12 +142,16 @@ python-pynvim
|
||||||
python-pyqt5
|
python-pyqt5
|
||||||
python-pywal
|
python-pywal
|
||||||
python-setuptools
|
python-setuptools
|
||||||
|
python-tqdm
|
||||||
python-urwid
|
python-urwid
|
||||||
reflector
|
reflector
|
||||||
ripgrep
|
ripgrep
|
||||||
rofi
|
rofi
|
||||||
|
rpi-imager
|
||||||
rpmextract
|
rpmextract
|
||||||
rsync
|
rsync
|
||||||
|
ruby
|
||||||
|
rubygems
|
||||||
s-nail
|
s-nail
|
||||||
s-tui
|
s-tui
|
||||||
scrot
|
scrot
|
||||||
|
|
@ -175,6 +181,7 @@ unclutter
|
||||||
unzip
|
unzip
|
||||||
upower
|
upower
|
||||||
usbutils
|
usbutils
|
||||||
|
uthash
|
||||||
util-linux
|
util-linux
|
||||||
vdirsyncer
|
vdirsyncer
|
||||||
vi
|
vi
|
||||||
|
|
|
||||||
|
|
@ -21,12 +21,12 @@ kmscon-patched-git
|
||||||
libglade
|
libglade
|
||||||
libinput-gestures
|
libinput-gestures
|
||||||
libunarr-git
|
libunarr-git
|
||||||
light-git
|
light
|
||||||
lightdm-mini-greeter
|
lightdm-mini-greeter
|
||||||
mcomix
|
mcomix
|
||||||
|
neofetch
|
||||||
networkmanager-dispatcher-chrony
|
networkmanager-dispatcher-chrony
|
||||||
networkmanager-dmenu-git
|
networkmanager-dmenu-git
|
||||||
nordvpn-bin
|
|
||||||
pacback
|
pacback
|
||||||
paru
|
paru
|
||||||
picom-git
|
picom-git
|
||||||
|
|
@ -37,7 +37,6 @@ redshift-minimal
|
||||||
reiserfsprogs
|
reiserfsprogs
|
||||||
systemd-boot-pacman-hook
|
systemd-boot-pacman-hook
|
||||||
ttf-weather-icons
|
ttf-weather-icons
|
||||||
warp-terminal
|
|
||||||
wpgtk-git
|
wpgtk-git
|
||||||
yad-git
|
yad-git
|
||||||
youtube-viewer
|
youtube-viewer
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue