diff --git a/README.md b/README.md index bc50265..47b7e79 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,17 @@ to just use it as it is because it's very opinionated and hard coded. If you want a readymade one then I'd suggest https://omarchy.org/ +Screenshots +=========== + +![Hyprlock](screenshots/lockscreen.png) +![Empty screen](screenshots/empty-screen.png) +![Firefox and Kitty](screenshots/browser-kitty.png) +![No border window](screenshots/no-border.png) +![Tofi](screenshots/tofi.png) +![nmtui and choosing audio devices](screenshots/nmtui-choose-audio.png) +![hyprlock](screenshots/lockscreen.png) + Install ======= diff --git a/hypr/hyprland.conf b/hypr/hyprland.conf index 9b1504e..41a8a47 100644 --- a/hypr/hyprland.conf +++ b/hypr/hyprland.conf @@ -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 ### diff --git a/hypr/keybindings.conf b/hypr/keybindings.conf index e7cf4a3..a91750d 100644 --- a/hypr/keybindings.conf +++ b/hypr/keybindings.conf @@ -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 diff --git a/hypr/menu.list b/hypr/menu.list index 6008e99..610a2c4 100644 --- a/hypr/menu.list +++ b/hypr/menu.list @@ -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 diff --git a/screenshots/browser-kitty.png b/screenshots/browser-kitty.png new file mode 100644 index 0000000..901b7b1 Binary files /dev/null and b/screenshots/browser-kitty.png differ diff --git a/screenshots/empty-screen.png b/screenshots/empty-screen.png new file mode 100644 index 0000000..84339b9 Binary files /dev/null and b/screenshots/empty-screen.png differ diff --git a/screenshots/hyprlock.png b/screenshots/hyprlock.png new file mode 100644 index 0000000..2bb2417 Binary files /dev/null and b/screenshots/hyprlock.png differ diff --git a/screenshots/lockscreen.png b/screenshots/lockscreen.png new file mode 100644 index 0000000..a14e431 Binary files /dev/null and b/screenshots/lockscreen.png differ diff --git a/screenshots/nmtui-choose-audio.png b/screenshots/nmtui-choose-audio.png new file mode 100644 index 0000000..b6c5b75 Binary files /dev/null and b/screenshots/nmtui-choose-audio.png differ diff --git a/screenshots/no-border.png b/screenshots/no-border.png new file mode 100644 index 0000000..e82c631 Binary files /dev/null and b/screenshots/no-border.png differ diff --git a/screenshots/tofi.png b/screenshots/tofi.png new file mode 100644 index 0000000..bddfe3d Binary files /dev/null and b/screenshots/tofi.png differ