Submodule Updates & Picom Config Changes
- Update doom-emacs submodule - Update dracula theme submodules - Update doom-emacs-config submodule with file extension mode association and frame opacity - Update dwm-flexipatch submodule with deck layout - Update picom config to vsync at 144Hz instead of auto-detecting refresh rate - Add matlab-schemes submodule for MATLAB editor themeing - Remove automatically turning picom back on in game_exit.sh because it causing visual glitches. Manually turning it back on seems to work fine. - Fix rofi menu icons for picom script - Use picom "-b" flag instead of running it in background manually with "&"
This commit is contained in:
@@ -1,3 +1,2 @@
|
||||
#!/bin/bash
|
||||
/home/sravan/.scripts/deadd.sh --unpause
|
||||
/home/sravan/.scripts/picom.sh --on
|
||||
|
@@ -1,3 +1,3 @@
|
||||
#!/bin/bash
|
||||
/home/sravan/.scripts/deadd.sh --pause
|
||||
/home/sravan/.scripts/picom.sh --off
|
||||
/home/sravan/.scripts/deadd.sh --pause
|
||||
|
@@ -18,8 +18,8 @@ is_running() {
|
||||
rofi_menu() {
|
||||
declare -a options=(
|
||||
"⏼ Toggle - toggle"
|
||||
" Turn On - on"
|
||||
" Turn Off - off"
|
||||
" Turn On - on"
|
||||
" Turn Off - off"
|
||||
" Back - back"
|
||||
" Quit - quit"
|
||||
)
|
||||
@@ -55,7 +55,7 @@ main() {
|
||||
killall picom
|
||||
fi
|
||||
|
||||
picom --config /home/sravan/.config/picom/picom.conf &
|
||||
picom --config /home/sravan/.config/picom/picom.conf -b
|
||||
|
||||
notify-send "Turning Picom ON"
|
||||
;;
|
||||
|
Reference in New Issue
Block a user