diff options
author | Amin Bandali <bandali@kelar.org> | 2022-05-19 23:25:27 -0400 |
---|---|---|
committer | Amin Bandali <bandali@kelar.org> | 2022-05-19 23:25:27 -0400 |
commit | b4026315d11def205f0d2d6e9ad698bd75c3a5ad (patch) | |
tree | 6813d475ffa2d00835fce85fc107a6ee1e8bc028 /.local/bin/startup-progs | |
parent | 3d36fc1a0227c20c1c6268fdf2c339c05805df4c (diff) | |
download | configs-b4026315d11def205f0d2d6e9ad698bd75c3a5ad.tar.gz configs-b4026315d11def205f0d2d6e9ad698bd75c3a5ad.tar.xz configs-b4026315d11def205f0d2d6e9ad698bd75c3a5ad.zip |
Small keyboard-related profile updates/fixes
Diffstat (limited to '')
-rwxr-xr-x | .local/bin/startup-progs | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/.local/bin/startup-progs b/.local/bin/startup-progs index f9b4143..ab1c99f 100755 --- a/.local/bin/startup-progs +++ b/.local/bin/startup-progs @@ -2,11 +2,6 @@ [ -f ~/.Xresources ] && xrdb -merge ~/.Xresources -# setxkbmap \ -# -layout us,ir \ -# -option ctrl:nocaps \ -# -option grp:shifts_toggle - xsetroot -cursor_name left_ptr xset r rate 200 45 xset b off |