bluetooth

This commit is contained in:
Miguel Palhas
2024-10-06 16:51:29 +01:00
parent 08fb398ce2
commit 907321cc59
7 changed files with 40 additions and 1 deletions
+10
View File
@@ -12,6 +12,7 @@ in
hyprcursor
avizo
pamixer
hyprshot
];
home.sessionVariables = {
@@ -86,6 +87,11 @@ in
"avizo-service"
];
windowrulev2 = [
"float, class:imv"
"move cursor -50% -50%, class:imv"
];
"$mod" = "SUPER";
bind = [
"$mod, t, exec, kitty"
@@ -98,6 +104,10 @@ in
# rofi
"$mod, space, exec, launcher_t2"
# printscreen
", Print, exec, hyprshot -m region --output-folder ~/screenshots"
"SHIFT, Print, exec, hyprshot -m window --output-folder ~/screenshots"
# move focus with mod + arrows
"$mod, h, movefocus, l"
"$mod, j, movefocus, d"