mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-25 10:51:53 -05:00
sway: fixed swayidle/swaylock and added touchpad gestures
This commit is contained in:
parent
4992fec150
commit
45bb18a48b
|
@ -88,7 +88,7 @@
|
|||
{command = "nm-applet";}
|
||||
{command = "swayosd-server";}
|
||||
{command = "thunar --daemon";}
|
||||
{command = "${pkgs.swayidle} -w timeout 300 '${pkgs.swaylock}' before-sleep '${pkgs.swaylock}'";}
|
||||
{command = "${pkgs.swayidle}/bin/swayidle -w timeout 300 '${pkgs.swaylock}/bin/swaylock' before-sleep '${pkgs.swaylock}/bin/swaylock'";}
|
||||
];
|
||||
output = {
|
||||
"BOE 0x095F Unknown" = {
|
||||
|
@ -107,6 +107,11 @@
|
|||
};
|
||||
};
|
||||
|
||||
wayland.windowManager.sway.extraConfig = ''
|
||||
bindgesture swipe:right workspace prev
|
||||
bindgesture swipe:left workspace next
|
||||
'';
|
||||
|
||||
xdg.configFile."xfce4/helpers.rc".text = ''
|
||||
TerminalEmulator=alacritty
|
||||
FileManager=thunar
|
||||
|
|
Loading…
Reference in a new issue