Add keybind to raise floating window, add sshfs package
This commit is contained in:
parent
d380672318
commit
23c50c3b10
|
@ -14,6 +14,7 @@ bind = SUPER, F1, exec, swaylock
|
||||||
bind = SUPER, W, exec, librewolf
|
bind = SUPER, W, exec, librewolf
|
||||||
bind = SUPER, F, exec, thunar
|
bind = SUPER, F, exec, thunar
|
||||||
bind = SUPER, M, fullscreen, 1
|
bind = SUPER, M, fullscreen, 1
|
||||||
|
bind = SUPER, A, bringactivetotop
|
||||||
|
|
||||||
bind = , XF86AudioMute, exec, pamixer -t
|
bind = , XF86AudioMute, exec, pamixer -t
|
||||||
bind = , XF86AudioRaiseVolume, exec, pamixer -i 2
|
bind = , XF86AudioRaiseVolume, exec, pamixer -i 2
|
||||||
|
|
3
home/env/ssh.nix
vendored
3
home/env/ssh.nix
vendored
|
@ -1,4 +1,4 @@
|
||||||
{ ... }:
|
{ pkgs, ... }:
|
||||||
{
|
{
|
||||||
programs.ssh = {
|
programs.ssh = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
@ -22,4 +22,5 @@
|
||||||
"git.ccfe.ac.uk".user = "git";
|
"git.ccfe.ac.uk".user = "git";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
home.packages = with pkgs; [ sshfs ];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue