adding filen, fixing up emacs and lsps
This commit is contained in:
parent
61ef5654ee
commit
b8c6aa3ec0
17 changed files with 229 additions and 158 deletions
|
@ -111,10 +111,6 @@
|
|||
enable = true;
|
||||
package = pkgs.playerctl;
|
||||
};
|
||||
syncthing = {
|
||||
enable = true;
|
||||
# tray.enable = true;
|
||||
};
|
||||
borgmatic = {
|
||||
enable = true;
|
||||
};
|
||||
|
@ -137,6 +133,7 @@
|
|||
MOZ_ENABLE_WAYLAND = 1;
|
||||
XCURSOR_SIZE = 32;
|
||||
XCURSOR_THEME = "Bibata-Modern-Classic";
|
||||
DISPLAY = ":0";
|
||||
};
|
||||
};
|
||||
|
||||
|
|
2
homes/emenel/dotfiles/dot_config/isd_tui/config.yaml
Normal file
2
homes/emenel/dotfiles/dot_config/isd_tui/config.yaml
Normal file
|
@ -0,0 +1,2 @@
|
|||
cache_input: False
|
||||
editor: "auto"
|
|
@ -1,2 +1,3 @@
|
|||
#!/bin/sh
|
||||
brillo -e -O && brillo -e -u 150000 -S 15
|
||||
brillo -e -O
|
||||
brillo -e -u 150000 -S 15
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
#!/bin/sh
|
||||
brillo -e -O && niri msg action power-off-monitors
|
||||
niri msg action power-off-monitors
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
#!/bin/sh
|
||||
brillo -e -O && systemctl suspend
|
||||
systemctl suspend
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
#!/bin/sh
|
||||
shikanectl reload && brillo -e -u 150000 -I
|
||||
brillo -e -u 15000 -I
|
||||
|
|
2
homes/emenel/dotfiles/dot_local/bin/session-lock
Executable file
2
homes/emenel/dotfiles/dot_local/bin/session-lock
Executable file
|
@ -0,0 +1,2 @@
|
|||
#!/bin/sh
|
||||
pidof hyprlock || hyprlock
|
Loading…
Add table
Add a link
Reference in a new issue