home/.config/dsk/dskrc

22 lines
359 B
Plaintext
Raw Normal View History

2018-11-13 21:24:07 -06:00
#! /usr/bin/env bash
#
# dskrc
# Dotfile Session Kit configuration RC
#
# This file is sourced before DSK does anything else
# Put your basic configuration in here
#
export XDG_CURRENT_DESKTOP="KDE"
2018-11-13 21:24:07 -06:00
export TERMINAL="konsole"
case "$HOSTNAME" in
dsk-cstm-0)
export PB_MODULE_ETH_INTERFACE=eno1
export PB_MODULE_WLAN_INTERFACE=wlp5s0
;;
*)
;;
esac