10 lines
199 B
Plaintext
10 lines
199 B
Plaintext
|
;;; conf/apps.fnl --- Common program parameters
|
||
|
|
||
|
;;; Code:
|
||
|
|
||
|
{:terminal "xfce4-terminal"
|
||
|
:dropdown "xfce4-terminal --drop-down"
|
||
|
:editor "emacs"
|
||
|
:rofi "rofi -show drun"}
|
||
|
;;; conf/apps.fnl ends here
|