From: Armaan Bhojwani Date: Sun, 7 Mar 2021 18:06:18 +0000 (-0500) Subject: autostart: combine with keyboard-swap X-Git-Tag: v0.0.1~23 X-Git-Url: https://git.armaanb.net/?p=bin.git;a=commitdiff_plain;h=2ce9140ad47fd112ab47f6fdeadedd3b9587f02d autostart: combine with 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