diff options
author | Adam <56338480+adastx@users.noreply.github.com> | 2022-04-24 14:56:19 +0200 |
---|---|---|
committer | Adam <56338480+adastx@users.noreply.github.com> | 2022-04-24 14:56:19 +0200 |
commit | ad067e8e61f305f21135b0bf1c491a2cda595ad7 (patch) | |
tree | 32af0c4029f0f0481dde06e95400d879a169fe35 /.config/i3/after | |
parent | b460eaa65839490da6dc5da3549f1fd639843ac0 (diff) |
Moved scripts to .local/bin and small i3 change
Diffstat (limited to '.config/i3/after')
-rwxr-xr-x | .config/i3/after | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/i3/after b/.config/i3/after index 5ececb1..a2433be 100755 --- a/.config/i3/after +++ b/.config/i3/after @@ -1,5 +1,5 @@ #!/bin/sh -$XDG_CONFIG_HOME/i3/extra/no-rgb +~/.local/bin/no-rgb xset r rate 300 25 setxkbmap -option grp:win_space_toggle us,dk |