diff --git a/files/Pictures/wallpaper/wallpaper/japan03_lock.jpg b/files/Pictures/wallpaper/wallpaper/japan03_lock.jpg new file mode 100644 index 0000000..e2073c3 Binary files /dev/null and b/files/Pictures/wallpaper/wallpaper/japan03_lock.jpg differ diff --git a/files/Pictures/wallpaper/wallpaper/thinkpad.jpg b/files/Pictures/wallpaper/wallpaper/thinkpad.jpg new file mode 100644 index 0000000..3a05896 Binary files /dev/null and b/files/Pictures/wallpaper/wallpaper/thinkpad.jpg differ diff --git a/files/niri/config.kdl b/files/niri/config.kdl index ca81cce..cc5b270 100644 --- a/files/niri/config.kdl +++ b/files/niri/config.kdl @@ -13,7 +13,7 @@ input { } trackpoint { } - focus-follows-mouse + focus-follows-mouse max-scroll-amount="0%" } //output /-output "eDP-1" { @@ -112,15 +112,15 @@ window-rule{ //--switch-events switch-events { - lid-close { - spawn "hyprlock" + lid-close { + spawn "gtklock" } } //-- keybinds binds { Mod+Return { spawn "kitty"; } Mod+D { spawn "sh" "-c" "pkill wofi || wofi --show drun"; } - Mod+Alt+L { spawn "hyprlock"; } + Mod+Alt+L { spawn "gtklock"; } Mod+F { spawn "firefox"; } Mod+B { spawn "~/.local/bin/wallpaper/niri/wallpaper-niri";} Mod+P { spawn "~/.config/waybar/scripts/power.sh";} @@ -211,4 +211,5 @@ binds { XF86Tools {spawn "kitty";} XF86Search {spawn "sh" "-c" "pkill wofi || wofi --show drun";} Mod+Shift+P { power-off-monitors; } + F11 { spawn "bash" "-c" "~/.local/bin/fix-trackpoint"; } } diff --git a/files/niri/wallpaper-restore.sh b/files/niri/wallpaper-restore.sh index 34159da..8f91fea 100755 --- a/files/niri/wallpaper-restore.sh +++ b/files/niri/wallpaper-restore.sh @@ -1,4 +1,4 @@ #!/usr/bin/env bash pgrep -x awww-daemon >/dev/null || awww-daemon & sleep 0.5 -awww img "/home/denode/Pictures/wallpaper/minimal01.png" --transition-type simple +awww img "/home/denode/Pictures/wallpaper/thinkpad.jpg" --transition-type simple