home/.config/dsk/dskrc
Salt eb04abcada DSK: Make dskrc executable
It does nothing as of yet, but may as well
2018-11-13 21:55:49 -06:00

24 lines
368 B
Bash
Executable File

#! /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"
export TERMINAL="konsole"
case "$HOSTNAME" in
dsk-cstm-0)
export PB_MODULE_ETH_INTERFACE=eno1
export PB_MODULE_WLAN_INTERFACE=wlp5s0
;;
*)
;;
esac
kcminit