Compare commits

...

3 commits

Author SHA1 Message Date
33791dc3ed i3: disable floating modifier 2023-06-20 17:34:10 -07:00
b656c645ce flake.lock: Update
Flake lock file updates:

• Updated input 'home-manager':
    'github:nix-community/home-manager/4e09c83255c5b23d58714d56672d3946faf1bcef' (2023-06-15)
  → 'github:nix-community/home-manager/9ba7b3990eb1f4782ea3f5fe7ac4f3c88dd7a32c' (2023-06-16)
• Updated input 'nixpkgs':
    'github:nixos/nixpkgs/0eeebd64de89e4163f4d3cf34ffe925a5cf67a05' (2023-06-12)
  → 'github:nixos/nixpkgs/7c67f006ea0e7d0265f16d7df07cc076fdffd91f' (2023-06-15)
2023-06-16 13:45:50 -07:00
8b16f622a7 flake.lock: Update
Flake lock file updates:

• Updated input 'home-manager':
    'github:nix-community/home-manager/f889ec0ec366e3ad8fb94e3afa7a31f3ee1da3b9' (2023-06-08)
  → 'github:nix-community/home-manager/4e09c83255c5b23d58714d56672d3946faf1bcef' (2023-06-15)
• Updated input 'nixpkgs':
    'github:nixos/nixpkgs/381e92a35e2d196fdd6077680dca0cd0197e75cb' (2023-06-07)
  → 'github:nixos/nixpkgs/0eeebd64de89e4163f4d3cf34ffe925a5cf67a05' (2023-06-12)
2023-06-15 17:43:29 -07:00
2 changed files with 8 additions and 7 deletions

12
flake.lock generated
View file

@ -7,11 +7,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1686241374, "lastModified": 1686922395,
"narHash": "sha256-fxlUjZx3VtQvNPTp/YX9uY//1UPbR3CBvUL3ajDRCyE=", "narHash": "sha256-ysevinohPxdKp0RXyhDRsz1/vh1eXazg4AWp0n5X/U4=",
"owner": "nix-community", "owner": "nix-community",
"repo": "home-manager", "repo": "home-manager",
"rev": "f889ec0ec366e3ad8fb94e3afa7a31f3ee1da3b9", "rev": "9ba7b3990eb1f4782ea3f5fe7ac4f3c88dd7a32c",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -22,11 +22,11 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1686135559, "lastModified": 1686869522,
"narHash": "sha256-pY8waAV8K/sbHBdLn5diPFnQKpNg0YS9w03MrD2lUGE=", "narHash": "sha256-tbJ9B8WLCTnVP/LwESRlg0dII6Zyg2LmUU/mB9Lu98E=",
"owner": "nixos", "owner": "nixos",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "381e92a35e2d196fdd6077680dca0cd0197e75cb", "rev": "7c67f006ea0e7d0265f16d7df07cc076fdffd91f",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -34,7 +34,8 @@ in with theme.colors; {
config = { config = {
defaultWorkspace = "workspace number 1"; # defaults to 10 for some reason defaultWorkspace = "workspace number 1"; # defaults to 10 for some reason
modifier = mod; modifier = mod;
floating.modifier = "Mod1"; # Causes alt usage to break in programs i.e. Blender
#floating.modifier = "Mod1";
gaps = { gaps = {
inner = 12; inner = 12;
smartGaps = true; smartGaps = true;