wallpaper

This commit is contained in:
joygnu 2024-07-02 23:52:12 +02:00
parent 0f48884f73
commit b075447810
2 changed files with 7 additions and 4 deletions

View file

@ -1,7 +1,4 @@
{ config, lib, pkgs, ... }:
{
{ config, lib, pkgs, ... }: {
home.packages = with pkgs; [
rofi-wayland
pavucontrol
@ -83,6 +80,12 @@
"$mod, up, movefocus, u"
"$mod, down, movefocus, d"
# Window resizing X Y
"CTRL+SHIFT, left, resizeactive, -60 0"
"CTRL+SHIFT, right, resizeactive, 60 0"
"CTRL+SHIFT, up, resizeactive, 0 -60"
"$mod CTRL, down, resizeactive, 0 60"
# Moving windows
"$mod SHIFT, left, swapwindow, l"
"$mod SHIFT, right, swapwindow, r"

Binary file not shown.

Before

Width:  |  Height:  |  Size: 365 KiB

After

Width:  |  Height:  |  Size: 343 KiB