commit 38af7898d71a5e6dd3a3a29f1e268f0732b278a5
parent d74cde091b09429fd686ac92fc244d069ddef0d4
Author: Oscar Benedito <oscar@oscarbenedito.com>
Date:   Tue,  4 May 2021 20:39:11 +0200

Remove toggle-kbmap

Diffstat:
D.local/bin/toggle-kbmap | 9---------
1 file changed, 0 insertions(+), 9 deletions(-)

diff --git a/.local/bin/toggle-kbmap b/.local/bin/toggle-kbmap @@ -1,9 +0,0 @@ -#!/bin/sh - -if (setxkbmap -query | grep -q 'layout:\s\+us'); then - setxkbmap es - notify-send "Keyboard map: es" -else - setxkbmap us - notify-send "Keyboard map: us" -fi