From e7786d9b1904ecd2c9989c3f157df48016b0dd50 Mon Sep 17 00:00:00 2001 From: Timmy Keller Date: Mon, 18 Oct 2021 23:09:28 -0500 Subject: moved some things around --- x11/capsmap | 1 - x11/settitle | 3 +++ 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100755 x11/settitle (limited to 'x11') diff --git a/x11/capsmap b/x11/capsmap index ad107da..36c5eb1 100755 --- a/x11/capsmap +++ b/x11/capsmap @@ -1,5 +1,4 @@ #!/bin/sh - # Remap caps to super when held setxkbmap -option caps:super # Remap caps to escape when pressed diff --git a/x11/settitle b/x11/settitle new file mode 100755 index 0000000..df613ca --- /dev/null +++ b/x11/settitle @@ -0,0 +1,3 @@ +#!/usr/bin/env bash +xdotool getactivewindow set_window --class "$1" +[ -z "$2" ] && echo -en "\e]0;$2\a" -- cgit v1.2.3