wallpaper :D
This commit is contained in:
parent
b3c3854628
commit
8c6b621d79
3 changed files with 40 additions and 23 deletions
|
|
@ -34,7 +34,12 @@
|
||||||
LC_TELEPHONE = "he_IL.UTF-8";
|
LC_TELEPHONE = "he_IL.UTF-8";
|
||||||
LC_TIME = "he_IL.UTF-8";
|
LC_TIME = "he_IL.UTF-8";
|
||||||
};
|
};
|
||||||
|
programs.dconf.enable = true;
|
||||||
|
programs.gnupg.agent = {
|
||||||
|
enable = true;
|
||||||
|
enableSSHSupport = true; # optional but nice
|
||||||
|
pinentryPackage = pkgs.pinentry-curses;
|
||||||
|
};
|
||||||
services.xserver.enable = true;
|
services.xserver.enable = true;
|
||||||
services.xserver.displayManager.lightdm.enable = true;
|
services.xserver.displayManager.lightdm.enable = true;
|
||||||
services.xserver.desktopManager.xfce.enable = false;
|
services.xserver.desktopManager.xfce.enable = false;
|
||||||
|
|
|
||||||
|
|
@ -4,25 +4,36 @@ let
|
||||||
mod = "Mod4";
|
mod = "Mod4";
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
# home.pointerCursor = {
|
# Make sure feh is available
|
||||||
# package = pkgs.gnome.adwaita-icon-theme;
|
home.packages = with pkgs; [
|
||||||
# name = "Adwaita";
|
feh
|
||||||
# size = 24;
|
xclip
|
||||||
# x11.enable = true;
|
];
|
||||||
# gtk.enable = true;
|
|
||||||
# };
|
|
||||||
|
|
||||||
xsession = {
|
xsession = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
||||||
windowManager.i3 = {
|
windowManager.i3 = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
||||||
config = {
|
config = {
|
||||||
modifier = mod;
|
modifier = mod;
|
||||||
fonts = [ "ibm3270" ];
|
fonts = [ "ibm3270" ];
|
||||||
|
|
||||||
|
# ✅ Wallpaper
|
||||||
|
startup = [
|
||||||
|
{
|
||||||
|
command = "feh --bg-scale /home/star/Pictures/wp.png";
|
||||||
|
always = true;
|
||||||
|
}
|
||||||
|
];
|
||||||
|
|
||||||
keybindings = lib.mkOptionDefault {
|
keybindings = lib.mkOptionDefault {
|
||||||
"Mod1+1" = "exec mullvad-browser";
|
"Mod1+1" = "exec mullvad-browser";
|
||||||
"Mod1+2" = "exec discord";
|
"Mod1+2" = "exec discord";
|
||||||
"${mod}+Shift+s" = "exec ${pkgs.maim}/bin/maim -s | xclip -selection clipboard -t image/png";
|
|
||||||
|
"${mod}+Shift+s" =
|
||||||
|
"exec ${pkgs.maim}/bin/maim -s | ${pkgs.xclip}/bin/xclip -selection clipboard -t image/png";
|
||||||
|
|
||||||
# Focus
|
# Focus
|
||||||
"${mod}+h" = "focus left";
|
"${mod}+h" = "focus left";
|
||||||
|
|
|
||||||
|
|
@ -12,6 +12,7 @@
|
||||||
# tdesktop
|
# tdesktop
|
||||||
# killall
|
# killall
|
||||||
xclip
|
xclip
|
||||||
|
feh
|
||||||
maim
|
maim
|
||||||
calc
|
calc
|
||||||
# htop
|
# htop
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue