Add screenshots
This commit is contained in:
parent
810b630598
commit
973e3da700
11 changed files with 15 additions and 3 deletions
|
@ -10,12 +10,11 @@
|
|||
|
||||
# See https://wiki.hyprland.org/Configuring/Environment-variables/
|
||||
|
||||
#env = PATH,${HOME}/.local/bin:${PATH}
|
||||
env = XCURSOR_SIZE,24
|
||||
env = HYPRCURSOR_SIZE,24
|
||||
env = GTK_THEME,Adwaita:dark
|
||||
env = QT_QPA_PLATFORMTHEME,qt5ct
|
||||
env = HYPRSHOT_DIR,~/Screenshots
|
||||
env = HYPRSHOT_DIR,Screenshots
|
||||
|
||||
################
|
||||
### MONITORS ###
|
||||
|
|
|
@ -12,8 +12,9 @@ bind = $mainMod, J, togglesplit, # dwindle
|
|||
bind = $mainMod, F, fullscreen
|
||||
|
||||
# Screenshot
|
||||
bind = CTRL, PRINT, exec, hyprshot -m output -m DP-1
|
||||
bind = , PRINT, exec, hyprshot -m window
|
||||
bind = shift, PRINT, exec, hyprshot -m region
|
||||
bind = SHIFT, PRINT, exec, hyprshot -m region
|
||||
|
||||
# Lock
|
||||
bind = $mainMod, L, exec, ~/.config/hypr/scripts/lock.sh
|
||||
|
|
|
@ -1,2 +1,3 @@
|
|||
Video Script=cheatsheet.py ~/Documents/Jeenas-Hyprland-Setup.txt
|
||||
Emoji Picker=emoji-picker.py
|
||||
Shortcuts=cheatsheet.py ~/.config/hypr/shortcuts.txt
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue