long time no see
This commit is contained in:
parent
c0a5c58fb7
commit
e5ab6f55af
4 changed files with 6 additions and 5 deletions
BIN
files/Pictures/wallpaper/wallpaper/japan03_lock.jpg
Normal file
BIN
files/Pictures/wallpaper/wallpaper/japan03_lock.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 156 KiB |
BIN
files/Pictures/wallpaper/wallpaper/thinkpad.jpg
Normal file
BIN
files/Pictures/wallpaper/wallpaper/thinkpad.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 745 KiB |
|
|
@ -13,7 +13,7 @@ input {
|
||||||
}
|
}
|
||||||
trackpoint {
|
trackpoint {
|
||||||
}
|
}
|
||||||
focus-follows-mouse
|
focus-follows-mouse max-scroll-amount="0%"
|
||||||
}
|
}
|
||||||
//output
|
//output
|
||||||
/-output "eDP-1" {
|
/-output "eDP-1" {
|
||||||
|
|
@ -113,14 +113,14 @@ window-rule{
|
||||||
//--switch-events
|
//--switch-events
|
||||||
switch-events {
|
switch-events {
|
||||||
lid-close {
|
lid-close {
|
||||||
spawn "hyprlock"
|
spawn "gtklock"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
//-- keybinds
|
//-- keybinds
|
||||||
binds {
|
binds {
|
||||||
Mod+Return { spawn "kitty"; }
|
Mod+Return { spawn "kitty"; }
|
||||||
Mod+D { spawn "sh" "-c" "pkill wofi || wofi --show drun"; }
|
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+F { spawn "firefox"; }
|
||||||
Mod+B { spawn "~/.local/bin/wallpaper/niri/wallpaper-niri";}
|
Mod+B { spawn "~/.local/bin/wallpaper/niri/wallpaper-niri";}
|
||||||
Mod+P { spawn "~/.config/waybar/scripts/power.sh";}
|
Mod+P { spawn "~/.config/waybar/scripts/power.sh";}
|
||||||
|
|
@ -211,4 +211,5 @@ binds {
|
||||||
XF86Tools {spawn "kitty";}
|
XF86Tools {spawn "kitty";}
|
||||||
XF86Search {spawn "sh" "-c" "pkill wofi || wofi --show drun";}
|
XF86Search {spawn "sh" "-c" "pkill wofi || wofi --show drun";}
|
||||||
Mod+Shift+P { power-off-monitors; }
|
Mod+Shift+P { power-off-monitors; }
|
||||||
|
F11 { spawn "bash" "-c" "~/.local/bin/fix-trackpoint"; }
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
pgrep -x awww-daemon >/dev/null || awww-daemon &
|
pgrep -x awww-daemon >/dev/null || awww-daemon &
|
||||||
sleep 0.5
|
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
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue