Force polish keyboard layout
This commit is contained in:
parent
def6585624
commit
f72f5fcf85
1 changed files with 1 additions and 0 deletions
|
@ -23,6 +23,7 @@ in
|
|||
package = pkgs.i3-gaps;
|
||||
config = {
|
||||
startup = [
|
||||
{ command = "exec setxkbmap -layout pl"; always = true; notification = false; }
|
||||
{ command = "exec autorandr -c"; always = true; notification = false; }
|
||||
{ command = "exec i3-sensible-terminal"; always = false; notification = false; }
|
||||
{ command = "exec $HOME/dev/dotfiles/lock.sh"; always = false; notification = false; }
|
||||
|
|
Loading…
Reference in a new issue