mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-25 15:51:54 -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 = "nm-applet";}
|
||||||
{command = "swayosd-server";}
|
{command = "swayosd-server";}
|
||||||
{command = "thunar --daemon";}
|
{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 = {
|
output = {
|
||||||
"BOE 0x095F Unknown" = {
|
"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 = ''
|
xdg.configFile."xfce4/helpers.rc".text = ''
|
||||||
TerminalEmulator=alacritty
|
TerminalEmulator=alacritty
|
||||||
FileManager=thunar
|
FileManager=thunar
|
||||||
|
|
Loading…
Reference in a new issue