From bb5487abe5b91d4180d932953a2ed561b8b4498f Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Mon, 6 Nov 2023 16:45:11 +0900 Subject: small update --- config/hypr/HelpFile.md | 24 +++++++++--------------- 1 file changed, 9 insertions(+), 15 deletions(-) (limited to 'config/hypr/HelpFile.md') diff --git a/config/hypr/HelpFile.md b/config/hypr/HelpFile.md index abec965e..c8bb6866 100644 --- a/config/hypr/HelpFile.md +++ b/config/hypr/HelpFile.md @@ -7,34 +7,28 @@ Super = Windows Key # common operations - Super h *keyhint* (THIS DOCUMENT) - Super Return *term* (`foot`) + Super Shift H *keyhint* (THIS DOCUMENT) + Super Return *term* (`kitty`) Super q *quit* (kill focused window) Super Shift q *quit* (kill focused window) - Super d *show app menu* (`wofi small`) - Super Shift d *show app menu* (`wofi large`) + Super d *show app menu* (`rofi`) -# Wofi scripts (Power menu, waybar-layout menu, wallpaper menu, etc, have small box) - - edit the scripts which are all located in ~/.config/hypr/scripts. You can set a desired Width and Height to your liking. +# Scripts (Power menu, waybar-layout menu, wallpaper menu, etc, have small box) + - All the scripts all located in ~/.config/hypr/scripts. # wallpaper / styling stuff Super w *wallpaper shuffle* (right click on wallpaper  waybar module) Super Shift w *waybar style-change* (middle click on wallpaper  waybar module) - Super Ctrl w *wallpaper switcher* (click on wallpaper waybar  module) + Super Ctrl w *wallpaper select* (click on wallpaper waybar  module) add more wallpaper in ~/Pictures/wallpapers - - right click on update  waybar module *wallpaper cycle using swaybg* (no animations) - - - To change permanently the wallpaper edit the file in *~/.config/hypr/configs/Execs.conf* + - right click on update  waybar module *wallpaper cycle using swww* - for the wallpaper styles and configurations, you can watch my video about it *https://youtu.be/6ZGzOjMJBe4* - - scripts for wallpaper stuff are located in *~/.config/hypr/scripts* file names `DarkLight.sh` `DarkLight-swaybg.sh` `Wallpaper.sh` `WallpaperSelect.sh` `WaybarStyles.sh` (last one for waybar) - - - swww is broken if you use fractional scaling. Use swaybg as your wallpaper provider. - - Sample of swaybg for wallpaper is located in ~/.config/hypr/configs/Execs.conf + - scripts for wallpaper stuff are located in *~/.config/hypr/scripts* file names `DarkLight.sh` `Wallpaper.sh` `WallpaperSelect.sh` `WaybarStyles.sh` (last one for waybar) # Monitor, executables, keybindings, window rules, - files are located in *~/.config/hypr/configs* + files are located in *~/.config/hypr/configs* . View with SUPER E Keybindings file is located here *~/.config/hypr/configs/Keybinds.conf* # screenshot may need to hold down the function (`fn`) key. You can change keybinds in *~/.config/hypr/configs/Keybinds.conf* -- cgit v1.2.3 From 3a2542f582f73a33000b95902ee8df92ecfd5db9 Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Mon, 6 Nov 2023 17:07:04 +0900 Subject: edited helpfile --- config/hypr/HelpFile.md | 23 +++++++++++------------ 1 file changed, 11 insertions(+), 12 deletions(-) (limited to 'config/hypr/HelpFile.md') diff --git a/config/hypr/HelpFile.md b/config/hypr/HelpFile.md index c8bb6866..ef7058a9 100644 --- a/config/hypr/HelpFile.md +++ b/config/hypr/HelpFile.md @@ -39,37 +39,39 @@ Super Shift S *screenshot with swappy* # clipboard manager (cliphist) - Super Alt V *launch the wofi menu of clipboard manager* - - double click to select the clipboard. And paste as normal - - to clean up clipboard manager, launch foot (super enter) then type cliphist wipe + Super Alt V *launch the rofi menu of clipboard manager* + - click to select the clipboard. And paste as normal (CTRL V or right click menu) + - to clean up clipboard manager, launch kitty (super enter) then type ```cliphist wipe``` # applications shortcuts Super T *file manager* (`thunar`) - if installed # container layout Super Shift Space *toggle tiling/floating mode* + Super Shift F *toggle all windows in float mode* Super left mouse button *move window* - Super right mouse button *resize window* (note only in float mode) + Super right mouse button *resize window* (note! only in float mode) # workspaces Super 1 .. 0 *switch to workspace 1 .. 10* Super Shift 1 .. 0 *move container to workspace 1 .. 10* Super Tab *cycle through workspaces* + Super Shift Tab *cycle previous workspaces* # waybar customizations - - waybar font too big or too small. Edit the font-size in waybar styles located in ~/.config/waybar/styles/ . By default, it is set to 100%. After adjusting the GTK font scaling to your liking, edit all the waybar styles. Reduce or increase according to your needs. NOTE that its on percent %. You can also change to px whichever suits you. + - waybar font too big or too small. Edit the font-size in waybar styles located in ~/.config/waybar/styles/ . By default, it is set to 98%. After adjusting the GTK font scaling to your liking, edit all the waybar styles. Reduce or increase according to your needs. NOTE that its on percent %. You can also change to px whichever suits you. Note: This corresponds well with nwg-look - if you want 12h format instead of 24H format, edit the ~/.config/waybar/modules look for clock. delete the // and add // or delete the previous one - CPU Temperature: - a.) to change from deg C to deg F , edit the ~/.config/waybar/modules look for "temperature". Change the format to "format": "{temperatureF}°F {icon}", - - b.) to fix the temperature if not showing correctly, comment "thermal zone": 0 by putting // before. Delete the // on the "hwmon path". Refresh waybar by pressing CTRL SHIFT w. If still not showing correctly, navigate to /sys/class/hwmon/ and open each hwmon. Look for k10temp for amd. Not sure about intel cpu. and edit accordingly the hwmon path in the "temperature" waybar module. + - b.) to fix the temperature if not showing correctly, comment "thermal zone": 0 by putting // before. Delete the // on the "hwmon path". Refresh waybar by pressing SUPER SHIFT W or SUPER ALT W If still not showing correctly, navigate to /sys/class/hwmon/ and open each hwmon. Look for k10temp for amd. Not sure about intel cpu. and edit accordingly the hwmon path in the "temperature" waybar module. - b.1) use this function to easily identify the hwmon path. Ran this in your terminal ``` for i in /sys/class/hwmon/hwmon*/temp*_input; do echo "$(<$(dirname $i)/name): $(cat ${i%_*}_label 2>/dev/null || echo $(basename ${i%_*})) $(readlink -f $i)"; done ``` - - Weather.sh (Default weather app in waybar) edit ~/.config/hypr/scripts/Weather.sh and add your city. Make sure a major city in your Area. Delete rbn folder in ~/.cache and refresh waybar by either pressing super shift w or choose waybar layout super alt w. + - Weather.sh (Default weather app in waybar) edit ~/.config/hypr/scripts/Weather.sh or Weather.py and add your city. Make sure a major city in your Area. Delete rbn folder in ~/.cache and refresh waybar by either pressing SUPER SHIFT W or choose waybar layout SUPER ALT W. If wanted to use Weather.py for weather, edit weather module located in ~/.config/waybar/modules. # Hyprland configurations - - *Hyprland* configuration files are in `~/.config/hypr/` + - *Hyprland* configuration files are in `~/.config/hypr/configs` Can view using SUPER E - files located in this folder can be edited using editor of your choice. # notes for nvidia gpu users @@ -77,12 +79,9 @@ - a guide on wiki - https://wiki.hyprland.org/Nvidia/ - # other notes - *Multimedia keys* - may not work for every keyboard may need to hold down the function (`fn`) key - Follow the wiki - https://wiki.hyprland.org/ - Follow the github - https://github.com/hyprwm/Hyprland - - -TO CLOSE THIS DOCUMENT - (vim) press esc :q! +# If you dont like kitty or in your tty to get the pywal colors, edit ~/.config/kitty/kitty.conf or .zshrc (for zsh) -- cgit v1.2.3 From d0ba5414a1ede01dac73174796ea926bbed71969 Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Mon, 6 Nov 2023 19:09:43 +0900 Subject: Edited helpfile --- config/hypr/HelpFile.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config/hypr/HelpFile.md') diff --git a/config/hypr/HelpFile.md b/config/hypr/HelpFile.md index ef7058a9..e22a5d97 100644 --- a/config/hypr/HelpFile.md +++ b/config/hypr/HelpFile.md @@ -36,7 +36,7 @@ Super Shift PrintSrc(button) *active window screenshot* Super CTRL SHIFT PrintScr *full screenshot + timer (5s)* Super Alt PrintScr *full screenshot + timer (10s)* - Super Shift S *screenshot with swappy* + Super Shift S *screenshot with swappy* (NOT AVAILABLE FOR DEBIAN/UBUNTU) # clipboard manager (cliphist) Super Alt V *launch the rofi menu of clipboard manager* -- cgit v1.2.3