From 2ce9140ad47fd112ab47f6fdeadedd3b9587f02d Mon Sep 17 00:00:00 2001 From: Armaan Bhojwani Date: Sun, 7 Mar 2021 13:06:18 -0500 Subject: [PATCH] autostart: combine with keyboard-swap --- autostart | 3 ++- keyboard-swap | 6 ------ 2 files changed, 2 insertions(+), 7 deletions(-) delete mode 100755 keyboard-swap diff --git a/autostart b/autostart index 8cdc59e..264004f 100755 --- a/autostart +++ b/autostart @@ -7,7 +7,8 @@ else hsetroot -solid "#282828" fi -/home/armaa/Code/scripts/keyboard-swap +setxkbmap -option "ctrl:swapcaps" +pkill xcape ; xcape pkill batsignal ; batsignal -b pkill redshift ; redshift -l 42.2:-71.3 -t 6500:2500 & pkill dunst ; dunst & diff --git a/keyboard-swap b/keyboard-swap deleted file mode 100755 index 6e77d16..0000000 --- a/keyboard-swap +++ /dev/null @@ -1,6 +0,0 @@ -#!/usr/bin/env sh -# Swaps caps and control, then makes it so holding the old caps key acts as -# control and tapping it as escape - -setxkbmap -option "ctrl:swapcaps" -pkill xcape && xcape -- 2.39.2