Latest Updates
This commit is contained in:
@@ -78,6 +78,7 @@
|
||||
$manpages = footclient -T capture -e pytui -m
|
||||
$sysmon = footclient -T system-monitor -e bashtop
|
||||
$editor = neovide
|
||||
$screenshot = hyprshot -f ~/Pictures/Screenshots/%Y-%m-%d-%H%M%S.png
|
||||
|
||||
bind = $mainMod SHIFT, M, exec, hyprvirtmon.py
|
||||
bind = $mainMod SHIFT, Return, exec, $terminal
|
||||
@@ -98,6 +99,14 @@
|
||||
bind = $mainMod, Y, fullscreen, 1
|
||||
bind = $mainMod, T, togglegroup
|
||||
|
||||
|
||||
# Screenshot a window
|
||||
bind = $mainMod, PRINT, exec, hyprshot -m window
|
||||
# Screenshot a monitor
|
||||
# bind = , PRINT, exec, hyprshot -m output
|
||||
# Screenshot a region
|
||||
bind = $shiftMod, PRINT, exec, hyprshot -m region
|
||||
|
||||
# Move focus with mainMod + arrow keys
|
||||
bind = $mainMod, left, movefocus, l
|
||||
bind = $mainMod, right, movefocus, r
|
||||
@@ -236,7 +245,8 @@
|
||||
"/etc/nixos/home/Wallpapers/star-wars-movie-shadow-stormtrooper-wallpaper-3440x1440_15.jpg"
|
||||
];
|
||||
wallpaper = [
|
||||
",/etc/nixos/home/Wallpapers/starwars-minimal-battle-wallpaper.jpg"
|
||||
# ",/etc/nixos/home/Wallpapers/starwars-minimal-battle-wallpaper.jpg"
|
||||
",/etc/nixos/home/Wallpapers/kylo-ren-dark-wallpaper.jpg"
|
||||
];
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user