1
1
Fork 0

Compare commits

..

3 commits

Author SHA1 Message Date
3045fa7264
hyprland: enable mouse refocus
Signed-off-by: Myned <dev@bjork.tech>
2024-09-12 16:58:43 -05:00
a085afe7d7
toggle: remove debug flag
Signed-off-by: Myned <dev@bjork.tech>
2024-09-12 16:58:24 -05:00
cb3c82cfa4
nix: change nixpkgs-local dir
Signed-off-by: Myned <dev@bjork.tech>
2024-09-12 16:58:09 -05:00
4 changed files with 4 additions and 6 deletions

View file

@ -78,8 +78,8 @@
nixpkgs-staging-next = flake "github:NixOS/nixpkgs/staging-next"; nixpkgs-staging-next = flake "github:NixOS/nixpkgs/staging-next";
### Development ### Development
nixpkgs-local = flake "git+file:///home/myned/.dev/nixpkgs?ref=7849cd48822de4dc0515c787b20dc85de30acdca"; nixpkgs-local = flake "git+file:///home/myned/SYNC/dev/repo/nixpkgs";
#// hyprland = flake "git+file:///home/myned/.dev/Hyprland?submodules=1"; #// hyprland = flake "git+file:///home/myned/SYNC/dev/repo/Hyprland?submodules=1";
### Source code ### Source code
firefox-gnome-theme = source "github:rafaelmardojai/firefox-gnome-theme/v128"; firefox-gnome-theme = source "github:rafaelmardojai/firefox-gnome-theme/v128";

View file

@ -113,7 +113,7 @@
url = "github:nix-community/nixd"; url = "github:nix-community/nixd";
}; };
nixos-hardware.url = "github:NixOS/nixos-hardware"; nixos-hardware.url = "github:NixOS/nixos-hardware";
nixpkgs-local.url = "git+file:///home/myned/.dev/nixpkgs?ref=7849cd48822de4dc0515c787b20dc85de30acdca"; nixpkgs-local.url = "git+file:///home/myned/SYNC/dev/repo/nixpkgs";
nixpkgs-stable.url = "github:NixOS/nixpkgs/nixos-24.05"; nixpkgs-stable.url = "github:NixOS/nixpkgs/nixos-24.05";
nixpkgs-staging-next.url = "github:NixOS/nixpkgs/staging-next"; nixpkgs-staging-next.url = "github:NixOS/nixpkgs/staging-next";
nixpkgs-unstable.url = "github:NixOS/nixpkgs/nixos-unstable"; nixpkgs-unstable.url = "github:NixOS/nixpkgs/nixos-unstable";

View file

@ -183,7 +183,7 @@ in {
float_switch_override_focus = 0; # Disable float to tile hover focus float_switch_override_focus = 0; # Disable float to tile hover focus
focus_on_close = 1; # Focus window under mouse focus_on_close = 1; # Focus window under mouse
follow_mouse = 1; # Hover focus follow_mouse = 1; # Hover focus
mouse_refocus = false; #// mouse_refocus = false;
repeat_delay = 300; repeat_delay = 300;
repeat_rate = 40; repeat_rate = 40;
sensitivity = 0.5; sensitivity = 0.5;

View file

@ -1,7 +1,5 @@
#! /usr/bin/env bash #! /usr/bin/env bash
set -x
# Toggle pinned window, launch if needed # Toggle pinned window, launch if needed
#?? toggle --type TYPE --expression EXPRESSION --workspace WORKSPACE [COMMAND] #?? toggle --type TYPE --expression EXPRESSION --workspace WORKSPACE [COMMAND]
#!! Regex may need to be double-escaped #!! Regex may need to be double-escaped