diff options
author | ryo <ryo@nopwd.lol> | 2025-03-02 14:18:20 +0000 |
---|---|---|
committer | ryo <ryo@nopwd.lol> | 2025-03-02 14:18:20 +0000 |
commit | 9b8855688aff1ee354fbaa7430f03209692ee0d0 (patch) | |
tree | 4047a154499e5e65622623dcd140b41476bac6a6 /config/x11 | |
parent | e602a23c7ecdc315da15dd6331e96bba50b9bf39 (diff) |
setup.sh: read package names from a file
shell: clean up in aliases to keep it simple
tmux: added two shortcuts
Diffstat (limited to 'config/x11')
-rw-r--r-- | config/x11/xinitrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/x11/xinitrc b/config/x11/xinitrc index dda415a..3667486 100644 --- a/config/x11/xinitrc +++ b/config/x11/xinitrc @@ -1,4 +1,4 @@ -#!/usr/bin/env dash +#!/bin/sh setxkbmap -layout us,ir -option grp:shifts_toggle -option caps:swapescape unclutter & |