update with screenshots key binds
This commit is contained in:
@@ -130,6 +130,7 @@ bind = $mainMod_SHIFT, M, exit,
|
|||||||
bind = $mainMod, E, exec, $fileManager
|
bind = $mainMod, E, exec, $fileManager
|
||||||
bind = $mainMod, V, togglefloating,
|
bind = $mainMod, V, togglefloating,
|
||||||
bind = $mainMod, D, exec, $menu
|
bind = $mainMod, D, exec, $menu
|
||||||
|
bind = $mainMod, period, exec, wofi-emoji
|
||||||
bind = $mainMod, P, pseudo, # dwindle
|
bind = $mainMod, P, pseudo, # dwindle
|
||||||
bind = $mainMod, J, togglesplit, # dwindle
|
bind = $mainMod, J, togglesplit, # dwindle
|
||||||
|
|
||||||
@@ -206,9 +207,16 @@ bind = $mainMod, Print, exec, gnome-screenshot -i
|
|||||||
# Lockscreen
|
# Lockscreen
|
||||||
bind = $mainMod, L, exec, swaylock
|
bind = $mainMod, L, exec, swaylock
|
||||||
|
|
||||||
|
# Screenshot
|
||||||
|
## Area shot, copy to clipboard
|
||||||
|
bind = $mainMod SHIFT, S, exec, grim -g "$(slurp -d)" - | wl-copy -t image/png
|
||||||
|
|
||||||
|
## Wholescreen, save to $HOME/Screenshots/
|
||||||
|
|
||||||
|
bind = , Print, exec, grim - > $HOME/Screenshots/Screenshot_$(date +%F_%T).png
|
||||||
# NVIDIA
|
# NVIDIA
|
||||||
# env = LIBVA_DRIVER_NAME,nvidia
|
env = LIBVA_DRIVER_NAME,nvidia
|
||||||
# env = XDG_SESSION_TYPE,wayland
|
env = XDG_SESSION_TYPE,wayland
|
||||||
# env = GBM_BACKEND,nvidia-drm
|
env = GBM_BACKEND,nvidia-drm
|
||||||
# env = __GLX_VENDOR_LIBRARY_NAME,nvidia
|
env = __GLX_VENDOR_LIBRARY_NAME,nvidia
|
||||||
# env = WLR_NO_HARDWARE_CURSORS,1
|
env = WLR_NO_HARDWARE_CURSORS,1
|
||||||
|
|||||||
@@ -5,7 +5,7 @@ echo "instruction: ./add-dotfiles.sh <config_folder_name>"
|
|||||||
config=$1
|
config=$1
|
||||||
|
|
||||||
mkdir .config/$config
|
mkdir .config/$config
|
||||||
cp -r $CONFIG/$config ./.config/$config
|
cp -r $CONFIG/$config/* ./.config/$config/
|
||||||
echo "Copied $CONFIG/$config to .config folder"
|
echo "Copied $CONFIG/$config to .config folder"
|
||||||
|
|
||||||
echo $config >> listofconfigs.md
|
echo $config >> listofconfigs.md
|
||||||
|
|||||||
@@ -12,3 +12,4 @@ swaylock
|
|||||||
tmux
|
tmux
|
||||||
picom.conf
|
picom.conf
|
||||||
autorandr/trottier_up
|
autorandr/trottier_up
|
||||||
|
hypr
|
||||||
|
|||||||
Reference in New Issue
Block a user