remove redundant xkeysnail config
This commit is contained in:
parent
f536524d37
commit
d9c9e8877d
1 changed files with 0 additions and 26 deletions
|
@ -1,26 +0,0 @@
|
||||||
{ config, lib, pkgs, ... }:
|
|
||||||
{
|
|
||||||
config = {
|
|
||||||
services.xserver.windowManager.i3.extraPackages = with pkgs; [
|
|
||||||
xkeysnail
|
|
||||||
xorg.xhost
|
|
||||||
xorg.setxkbmap
|
|
||||||
];
|
|
||||||
|
|
||||||
home-manager.users.jade = { pkgs, ... }: {
|
|
||||||
xsession.windowManager.i3.config.startup = [
|
|
||||||
{
|
|
||||||
command = "xhost +";
|
|
||||||
}
|
|
||||||
{
|
|
||||||
command = "${pkgs.xkeysnail}/bin/xkeysnail ${../../other/xkeysnail.py}";
|
|
||||||
always = true;
|
|
||||||
}
|
|
||||||
{
|
|
||||||
command = "sleep 4 && setxkbmap -layout us -variant altgr-intl";
|
|
||||||
always = true;
|
|
||||||
}
|
|
||||||
];
|
|
||||||
};
|
|
||||||
};
|
|
||||||
}
|
|
Loading…
Reference in a new issue