pain and suffering
This commit is contained in:
commit
510db0f1d4
42 changed files with 2150 additions and 0 deletions
19
config/hypr/hyprstart
Executable file
19
config/hypr/hyprstart
Executable file
|
|
@ -0,0 +1,19 @@
|
|||
#!/bin/sh
|
||||
cd ~
|
||||
# user preferred settings
|
||||
|
||||
#cursor size
|
||||
export XCURSOR_SIZE=24
|
||||
|
||||
# text editor
|
||||
export MICRO_TRUECOLOR=1
|
||||
export EDITOR=/usr/bin/micro
|
||||
|
||||
#browser
|
||||
export BROWSER=firefox
|
||||
#terminal
|
||||
export TERM=kitty
|
||||
#mail
|
||||
export MAIL=thunderbird
|
||||
|
||||
# check /usr/local/bin/hyprstart
|
||||
Loading…
Add table
Add a link
Reference in a new issue