Force polish keyboard layout

This commit is contained in:
Cyryl Płotnicki 2019-07-31 19:49:48 +01:00
parent def6585624
commit f72f5fcf85

View file

@ -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; }