tweaks
This commit is contained in:
parent
650942e262
commit
3ee827c629
6
bashrc
6
bashrc
@ -152,9 +152,3 @@ done <<< "${@:-$(cat /dev/stdin)}"
|
||||
#export RUSTC_WRAPPER=sccache
|
||||
export CARGO_TARGET_DIR=/tmp/cargo-target
|
||||
|
||||
# this has to be last
|
||||
if [[ -z "$ZELLIJ" ]]; then
|
||||
zellij attach -c drop
|
||||
# uncomment for exit shell when zellij exits
|
||||
# exit
|
||||
fi
|
||||
|
3
bin/z
Executable file
3
bin/z
Executable file
@ -0,0 +1,3 @@
|
||||
#!/bin/sh
|
||||
exec zellij attach -c "$USER@$(hostname -s)"
|
||||
|
@ -41,7 +41,7 @@ exec --no-startup-id feh --bg-scale /home/mopar/Documents/wallpaper/1056662-arch
|
||||
|
||||
#exec --no-startup-id yakuake
|
||||
#exec --no-startup-id sxhkd
|
||||
bindsym F12 exec --no-startup-id tdrop -ma -h '100%' alacritty -o window.opacity=0.8 -e zellij attach -c drop
|
||||
bindsym F12 exec --no-startup-id tdrop -ma -h '100%' alacritty -o window.opacity=0.8 -e ~/.config/bin/z
|
||||
|
||||
exec --no-startup-id picom -bCG --no-fading-openclose --vsync --backend glx --inactive-opacity=1 --frame-opacity=0.5 --menu-opacity=0.8
|
||||
|
||||
|
@ -1,7 +1,8 @@
|
||||
# negative -w arg to account for a border width (default: 100%)
|
||||
#F11
|
||||
# tdrop -ma -w -4 -h '70%' -y 4 cool-retro-term -e zellij attach -c drop
|
||||
# tdrop -ma -w -4 -h '100%' -y 4 cool-retro-term -e ~/.config/bin/z
|
||||
|
||||
# negative -w arg to account for a border width (default: 100%)
|
||||
F12
|
||||
tdrop -ma -h '100%' alacritty -o window.opacity=0.8 -e zellij attach -c drop
|
||||
tdrop -ma -h '100%' alacritty -o window.opacity=0.8 -e ~/.config/bin/z
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user