mirror of
https://github.com/mitchell/dotfiles.git
synced 2025-12-17 12:27:22 +00:00
Swap bspwmrc to fish; refactor root-level scripts
This commit is contained in:
parent
43c56716f8
commit
8ac7a6cb37
6 changed files with 54 additions and 45 deletions
|
|
@ -1,10 +1,9 @@
|
|||
#!/bin/sh
|
||||
#!/usr/bin/env fish
|
||||
|
||||
if [ ! -e ~/.bspwm_no_lock ]
|
||||
then
|
||||
if ! test -e ~/.bspwm_no_lock
|
||||
slock &
|
||||
touch ~/.bspwm_no_lock
|
||||
fi
|
||||
end
|
||||
|
||||
setxkbmap -option altwin:swap_alt_win
|
||||
setxkbmap -option ctrl:swapcaps
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue