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_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.displayManager.lightdm.enable = true;
|
||||
services.xserver.desktopManager.xfce.enable = false;
|
||||
|
|
|
|||
|
|
@ -4,25 +4,36 @@ let
|
|||
mod = "Mod4";
|
||||
in
|
||||
{
|
||||
# home.pointerCursor = {
|
||||
# package = pkgs.gnome.adwaita-icon-theme;
|
||||
# name = "Adwaita";
|
||||
# size = 24;
|
||||
# x11.enable = true;
|
||||
# gtk.enable = true;
|
||||
# };
|
||||
# Make sure feh is available
|
||||
home.packages = with pkgs; [
|
||||
feh
|
||||
xclip
|
||||
];
|
||||
|
||||
xsession = {
|
||||
enable = true;
|
||||
|
||||
windowManager.i3 = {
|
||||
enable = true;
|
||||
|
||||
config = {
|
||||
modifier = mod;
|
||||
fonts = [ "ibm3270" ];
|
||||
|
||||
# ✅ Wallpaper
|
||||
startup = [
|
||||
{
|
||||
command = "feh --bg-scale /home/star/Pictures/wp.png";
|
||||
always = true;
|
||||
}
|
||||
];
|
||||
|
||||
keybindings = lib.mkOptionDefault {
|
||||
"Mod1+1" = "exec mullvad-browser";
|
||||
"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
|
||||
"${mod}+h" = "focus left";
|
||||
|
|
|
|||
|
|
@ -12,6 +12,7 @@
|
|||
# tdesktop
|
||||
# killall
|
||||
xclip
|
||||
feh
|
||||
maim
|
||||
calc
|
||||
# htop
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue