mirror of
http://github.com/JaeUs3792/dotfiles
synced 2025-12-16 00:51:35 +09:00
picom : change config location
This commit is contained in:
@ -16,7 +16,7 @@ DesktopNames=exwm
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
# Fire it up for WSL
|
# Fire it up for WSL
|
||||||
#source ~/scripts/wsl_get_display.sh
|
#source ~/scripts/wsl_get_display.sh
|
||||||
picom -b --config $HOME/.xmonad/scripts/picom.conf &
|
picom &
|
||||||
exec dbus-launch --exit-with-session emacs -mm --debug-init -l ~/.config/emacs/desktop.el
|
exec dbus-launch --exit-with-session emacs -mm --debug-init -l ~/.config/emacs/desktop.el
|
||||||
#+end_src
|
#+end_src
|
||||||
|
|
||||||
|
|||||||
@ -168,7 +168,7 @@ client.focused #4545a8 #4545a8 #ffffff #752b30 #4545a8
|
|||||||
client.focused_inactive #617d9e #617d9e #ffffff #424f5f #617d9e
|
client.focused_inactive #617d9e #617d9e #ffffff #424f5f #617d9e
|
||||||
client.unfocused #424f5f #424f5f #83a5bc #424f5f #424f5f
|
client.unfocused #424f5f #424f5f #83a5bc #424f5f #424f5f
|
||||||
|
|
||||||
exec_always picom -b --config $HOME/.xmonad/scripts/picom.conf
|
exec_always picom
|
||||||
exec_always feh --bg-fill /home/jaeus/wallpaper/colony.jpg
|
exec_always feh --bg-fill /home/jaeus/wallpaper/colony.jpg
|
||||||
|
|
||||||
#exec_always --no-startup-id $HOME/.config/polybar/launch.sh
|
#exec_always --no-startup-id $HOME/.config/polybar/launch.sh
|
||||||
|
|||||||
@ -30,7 +30,7 @@ source ~/scripts/wsl_get_display.sh
|
|||||||
#run lxsession &
|
#run lxsession &
|
||||||
|
|
||||||
#fcitx &
|
#fcitx &
|
||||||
picom -b --config $HOME/.xmonad/scripts/picom.conf &
|
picom &
|
||||||
#/usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1 &
|
#/usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1 &
|
||||||
#/usr/lib/xfce4/notifyd/xfce4-notifyd &
|
#/usr/lib/xfce4/notifyd/xfce4-notifyd &
|
||||||
#seadrive-gui &
|
#seadrive-gui &
|
||||||
|
|||||||
Reference in New Issue
Block a user