From 82f6dbed7b7471b0e23f5402b3a050932bbe6501 Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Tue, 13 Sep 2016 02:54:42 -0700 Subject: [PATCH] Initializing xmonad with a startup hook now --- dotfiles/xsession | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/dotfiles/xsession b/dotfiles/xsession index db59908f..e69de29b 100644 --- a/dotfiles/xsession +++ b/dotfiles/xsession @@ -1,18 +0,0 @@ -#!/bin/bash -*- mode: sh; -*- -function command_exists { - hash "$1" 2>/dev/null 1>/dev/null -} - -function run_if_exists { - command_exists "$1" && $@ -} - -setxkbmap -layout "$(setxkbmap -print | awk -F + '/xkb_symbols/ {print $2}')" -option ctrl:nocaps -xrdb -merge .Xresources - -run_if_exists stalonetray & -run_if_exists xscreensaver -no-splash & -run_if_exists nm-applet --sm-disable & -run_if_exists feh --bg-scale /usr/share/backgrounds/gnome/Blinds.jpg & -run_if_exists copyq & -run_if_exists copyq hide