Setup for new job
This commit is contained in:
parent
6cf0395584
commit
475fab115d
1
.bashrc
1
.bashrc
|
@ -9,6 +9,7 @@ LC_ALL="en_GB.UTF-8"
|
||||||
|
|
||||||
export DIP=false
|
export DIP=false
|
||||||
export HYPRSHOT_DIR=/home/tsv/img/screenshots
|
export HYPRSHOT_DIR=/home/tsv/img/screenshots
|
||||||
|
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/opt/openssl-1.0.2u/lib
|
||||||
|
|
||||||
# Sane defaults for history
|
# Sane defaults for history
|
||||||
HISTFILE=$XDG_STATE_HOME/.bash_history
|
HISTFILE=$XDG_STATE_HOME/.bash_history
|
||||||
|
|
|
@ -43,7 +43,7 @@
|
||||||
# section for how to disable this if necessary
|
# section for how to disable this if necessary
|
||||||
idle_threshold = 120
|
idle_threshold = 120
|
||||||
|
|
||||||
font = Monospace 14
|
font = Monospace 12
|
||||||
line_height = 0
|
line_height = 0
|
||||||
|
|
||||||
# Possible values are:
|
# Possible values are:
|
||||||
|
|
|
@ -8,6 +8,7 @@ windowrule = workspace 2, thunderbird
|
||||||
|
|
||||||
exec-once = eww daemon && eww open bar
|
exec-once = eww daemon && eww open bar
|
||||||
exec-once = qutebrowser
|
exec-once = qutebrowser
|
||||||
|
exec-once = firefox
|
||||||
exec-once = thunderbird
|
exec-once = thunderbird
|
||||||
exec-once = dunst & hyprpaper & kitty
|
exec-once = dunst & hyprpaper & kitty
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue