change up sway binds a lil
This commit is contained in:
parent
495f9cc045
commit
f2604a3e7b
4 changed files with 17 additions and 5 deletions
|
|
@ -252,7 +252,7 @@
|
|||
users.users.maya = {
|
||||
isNormalUser = true;
|
||||
description = "Maya";
|
||||
extraGroups = [ "networkmanager" "wheel" "libvirtd" "input" "uinput" ];
|
||||
extraGroups = [ "networkmanager" "wheel" "libvirtd" "input" "uinput" "dialout" ];
|
||||
packages = with pkgs; [
|
||||
# thunderbird
|
||||
git
|
||||
|
|
|
|||
|
|
@ -47,7 +47,11 @@
|
|||
}
|
||||
audio_output {
|
||||
type "alsa"
|
||||
name "alsa"
|
||||
name "ALSA Direct"
|
||||
mixer_type "hardware"
|
||||
mixer_control "PCM"
|
||||
auto_resample "no"
|
||||
device "hw:0,0"
|
||||
}
|
||||
'';
|
||||
};
|
||||
|
|
|
|||
|
|
@ -21,6 +21,10 @@
|
|||
inner = 5;
|
||||
outer = 7;
|
||||
};
|
||||
assigns = {
|
||||
"9: Mail" = [{ app_id = "thunderbird"; }];
|
||||
"10: Messaging" = [{ app_id = "vesktop"; }];
|
||||
};
|
||||
input = {
|
||||
"type:touchpad" = {
|
||||
accel_profile = "flat";
|
||||
|
|
@ -73,9 +77,12 @@
|
|||
"XF86AudioMedia" = "exec vlc";
|
||||
"XF86Launch1" = "exec nmcli device wifi rescan";
|
||||
"Shift_L+Control_L+B" = "exec playerctl position 10-";
|
||||
"Shift_L+Control_L+F" = "exec--bind=enter:replace-query+print-query playerctl position 10+";
|
||||
"Shift_L+Control_L+F" = "exec playerctl position 10+";
|
||||
"Mod4+w" = null;
|
||||
"Mod4+s" = null;
|
||||
"Mod4+s" = "scratchpad show";
|
||||
"Mod4+Shift+s" = "move scratchpad";
|
||||
"Mod4+Control+h" = "workspace prev_on_output";
|
||||
"Mod4+Control+l" = "workspace next_on_output";
|
||||
|
||||
};
|
||||
floating.criteria = [
|
||||
|
|
|
|||
|
|
@ -78,7 +78,8 @@
|
|||
|
||||
"custom/arrow": {
|
||||
"format": " ",
|
||||
"tooltip": false
|
||||
"tooltip": false,
|
||||
"on-click": "swaync-client -t",
|
||||
},
|
||||
|
||||
"tray": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue