bluetooth
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
services.blueman.enable = true;
|
||||
|
||||
systemd.user.services.mpris-proxy = {
|
||||
description = "Mpris proxy";
|
||||
after = [
|
||||
"network.target"
|
||||
"sound.target"
|
||||
];
|
||||
wantedBy = [ "default.target" ];
|
||||
serviceConfig.ExecStart = "${pkgs.bluez}/bin/mpris-proxy";
|
||||
};
|
||||
}
|
||||
@@ -13,6 +13,7 @@
|
||||
calibre
|
||||
gimp
|
||||
font-manager
|
||||
imv
|
||||
|
||||
# communication
|
||||
slack
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user