+xprofile file for the xmodmap and setxkbmap
When switching keyboards, these aren't applied. So I want a separate script to run such that when I do switch keyboards I can just run it to reapply these crucial settings.
This commit is contained in:
@@ -1,8 +1,6 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
setxkbmap gb -option shift:both_capslock -option caps:none;
|
sh .xprofile;
|
||||||
xmodmap ~/.Xmodmap;
|
|
||||||
|
|
||||||
systemctl start --user emacs &
|
systemctl start --user emacs &
|
||||||
$(xss-lock --transfer-sleep-lock -- lock) &
|
$(xss-lock --transfer-sleep-lock -- lock) &
|
||||||
feh --randomize --bg-scale $HOME/Pictures/Backgrounds &
|
feh --randomize --bg-scale $HOME/Pictures/Backgrounds &
|
||||||
|
|||||||
3
XServer/.xprofile
Normal file
3
XServer/.xprofile
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
#!/usr/bin/env sh
|
||||||
|
setxkbmap gb -option shift:both_capslock -option caps:none;
|
||||||
|
xmodmap ~/.Xmodmap;
|
||||||
Reference in New Issue
Block a user