.dsk: Migrate to DSK (hopefully)

This commit is contained in:
2018-11-13 21:24:07 -06:00
parent 2635dd4e4c
commit e4d359c088
19 changed files with 94 additions and 37 deletions

21
.config/dsk/dskrc Normal file
View File

@@ -0,0 +1,21 @@
#! /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