This repository has been archived on 2025-01-31. You can view files and clone it, but cannot push or open issues or pull requests.
Files
.config
concession
conky
dsk
run
dskrc
dunst
htop
i3
i3status
liferea
neofetch
nitrogen
rofi
sxhkd
tint2
xob
xrdb
zim
compton.conf
kglobalshortcutsrc
konsolerc
kscreenlockerrc
ksplashrc
redshift.conf
startupconfig
user-dirs.dirs
user-dirs.locale
.dsk
.local
.ssh
.themes
.vim
.functions
.gitconfig
.gitmodules
.inputrc
.profile
.vimrc
.xinitrc
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