-
Notifications
You must be signed in to change notification settings - Fork 0
/
.bashrc
21 lines (19 loc) · 996 Bytes
/
.bashrc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Check if the current terminal is /dev/tty1
if [ "$(tty)" = "/dev/tty1" ]; then
# Set BEMENU_OPTS environment variable with desired options
export BEMENU_OPTS='-W 0.3 -c -l 15 -p ">" --scrollbar autohide -B 2 --bdr "#93a1a1" --ch 20 --cw 2 --fn "JetBrains Mono Nerd Font 12" --tf "#eeeeee" --tb "#000000" --ff "#eeeeee" --fb "#000000" --cf "#eeeeee" --cb "#000000" --nf "#93a1a1" --nb "#000000" --hf "#eeeeee" --hb "#000000" --fbf "#eeeeee" --fbb "#000000" --sf "#eeeeee" --sb "#000000" --af "#93a1a1" --ab "#000000" --scf "#93a1a1" --scb "#000000" -i -w -H 40'
#exec river -no-xwayland
#exec Hyprland
#exec qtile start -b wayland
someblocks | dwl -s /home/daniel/scripts/autostart.sh
killall dbus-daemon
exit
fi
# Commands to run in interactive sessions
#if [[ $- == *i* ]]; then
#fortune -s | cowsay -f tux
#exec fish
# Commands to run in interactive sessions can go here
#fi
# Set ELECTRON_OZONE_PLATFORM_HINT environment variable
export ELECTRON_OZONE_PLATFORM_HINT='auto'