Browse Source

Merge pull request #162 from JaKooLit/development

Development
pull/163/head^2
Ja.KooLit 2 years ago committed by GitHub
parent
commit
67c923b06d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      config/hypr/UserConfigs/ENVariables.conf
  2. 4
      config/hypr/UserConfigs/LaptopDisplay.conf
  3. 8
      config/hypr/UserConfigs/Laptops.conf
  4. 2
      config/hypr/UserConfigs/Monitors.conf
  5. 2
      config/hypr/UserConfigs/Startup_Apps.conf
  6. 2
      config/hypr/UserConfigs/UserKeybinds.conf
  7. 4
      config/hypr/UserConfigs/UserSettings.conf
  8. 2
      config/hypr/UserConfigs/WindowRules.conf
  9. 2
      config/hypr/configs/Keybinds.conf
  10. 4
      config/hypr/configs/Settings.conf
  11. 4
      config/hypr/hyprland.conf
  12. 8
      config/hypr/scripts/ScreenShot.sh

2
config/hypr/UserConfigs/ENVariables.conf

@ -1,4 +1,4 @@
## /* ---- 💫 https://github.com/JaKooLit 💫 ---- */ ##
# /* ---- 💫 https://github.com/JaKooLit 💫 ---- */ #
#environment-variables
env = CLUTTER_BACKEND,wayland

4
config/hypr/UserConfigs/LaptopDisplay.conf

@ -1,4 +1,4 @@
## NOTE, THIS FILE IS BEING USED by disabling Laptop display monitor behaviour when closing lid.
## See notes on Laptops.conf
# NOTE, THIS FILE IS BEING USED by disabling Laptop display monitor behaviour when closing lid.
# See notes on Laptops.conf
#monitor = eDP-1, preferred, auto, 1

8
config/hypr/UserConfigs/Laptops.conf

@ -1,4 +1,4 @@
## /* ---- 💫 https://github.com/JaKooLit 💫 ---- */ ##
# /* ---- 💫 https://github.com/JaKooLit 💫 ---- */ #
# See https://wiki.hyprland.org/Configuring/Keywords/ for more variable settings
# These configs are mostly for laptops. This is addemdum to Keybinds.conf
@ -30,8 +30,8 @@ bind = ALT, F6, exec, $scriptsDir/ScreenShot.sh --active # Screenshot active win
#bindl = , switch:off:Lid Switch,exec,hyprctl keyword monitor "eDP-1, preferred, auto, 1"
#bindl = , switch:on:Lid Switch,exec,hyprctl keyword monitor "eDP-1, disable"
#############################################################################
### WARNING! Using this method has some caveats!! USE THIS PART WITH SOME CAUTION!
# WARNING! Using this method has some caveats!! USE THIS PART WITH SOME CAUTION!
# CONS of doing this, is that you need to set up your wallpaper (SUPER W) and choose wallpaper.
# CAVEATS! Sometimes the Main Laptop Monitor DOES NOT have display that it needs to re-connect your external monitor
# One work around is to ensure that before shutting down laptop, MAKE SURE your laptop lid is OPEN!!
@ -44,4 +44,4 @@ bind = ALT, F6, exec, $scriptsDir/ScreenShot.sh --active # Screenshot active win
# for laptop-lid action (to erase the last entry)
#exec-once = echo "eDP-1, preferred, auto, 1" > $HOME/.config/hypr/UserConfigs/LaptopDisplay.conf
##############################################################################
#

2
config/hypr/UserConfigs/Monitors.conf

@ -1,4 +1,4 @@
## /* ---- 💫 https://github.com/JaKooLit 💫 ---- */ ##
# /* ---- 💫 https://github.com/JaKooLit 💫 ---- */ #
# Monitor Configuration
# See Hyprland wiki for more details

2
config/hypr/UserConfigs/Startup_Apps.conf

@ -1,4 +1,4 @@
## /* ---- 💫 https://github.com/JaKooLit 💫 ---- */ ##
# /* ---- 💫 https://github.com/JaKooLit 💫 ---- */ #
#Commands & Apps to be executed at launch
$scriptsDir = $HOME/.config/hypr/scripts

2
config/hypr/UserConfigs/UserKeybinds.conf

@ -1,4 +1,4 @@
## /* ---- 💫 https://github.com/JaKooLit 💫 ---- */ ##
# /* ---- 💫 https://github.com/JaKooLit 💫 ---- */ #
# This is where you put your own keybinds. Be Mindful to check as well ~/.config/hypr/configs/Keybinds.conf to avoid conflict
# if you think I should replace the Pre-defined Keybinds in ~/.config/hypr/configs/Keybinds.conf , submit an issue or let me know in DC and present me a valid reason as to why, such as conflicting with global shortcuts, etc etc

4
config/hypr/UserConfigs/UserSettings.conf

@ -1,8 +1,8 @@
## /* ---- 💫 https://github.com/JaKooLit 💫 ---- */ ##
# /* ---- 💫 https://github.com/JaKooLit 💫 ---- */ #
# User Settings
# This is where you put your own settings as this will not be touched during update
## refer to Hyprland wiki for more info https://wiki.hyprland.org/Configuring/Variables
# refer to Hyprland wiki for more info https://wiki.hyprland.org/Configuring/Variables
# Sourcing colors generated by pywal
source = $HOME/.cache/wal/colors-hyprland

2
config/hypr/UserConfigs/WindowRules.conf

@ -1,4 +1,4 @@
## /* ---- 💫 https://github.com/JaKooLit 💫 ---- */ ##
# /* ---- 💫 https://github.com/JaKooLit 💫 ---- */ #
# See https://wiki.hyprland.org/Configuring/Window-Rules/ for more
windowrule = float, org.kde.polkit-kde-authentication-agent-1

2
config/hypr/configs/Keybinds.conf

@ -1,4 +1,4 @@
## /* ---- 💫 https://github.com/JaKooLit 💫 ---- */ ##
# /* ---- 💫 https://github.com/JaKooLit 💫 ---- */ #
# Default Keybinds
# visit https://wiki.hyprland.org/Configuring/Binds/ for more info

4
config/hypr/configs/Settings.conf

@ -1,8 +1,8 @@
## /* ---- 💫 https://github.com/JaKooLit 💫 ---- */ ##
# /* ---- 💫 https://github.com/JaKooLit 💫 ---- */ #
# Default Settings. avoid changing this file as during update, this will be replaced
## refer to Hyprland wiki for more info https://wiki.hyprland.org/Configuring/Variables
# refer to Hyprland wiki for more info https://wiki.hyprland.org/Configuring/Variables
# Initial boot script enable to apply initial wallpapers, theming, new settings etc.
exec-once = $HOME/.config/hypr/initial-boot.sh

4
config/hypr/hyprland.conf

@ -1,12 +1,12 @@
# Sourcing external config files
###### Default Configs
# Default Configs
$configs = $HOME/.config/hypr/configs
source=$configs/Settings.conf
source=$configs/Keybinds.conf
#### User Configs
# User Configs
$UserConfigs = $HOME/.config/hypr/UserConfigs
source= $UserConfigs/Startup_Apps.conf

8
config/hypr/scripts/ScreenShot.sh

@ -75,7 +75,13 @@ shotwin() {
}
shotarea() {
cd ${dir} && grim -g "$(slurp)" - | tee "$file" | wl-copy
tmpfile=$(mktemp)
grim -g "$(slurp)" - >"$tmpfile"
if [[ -s "$tmpfile" ]]; then
wl-copy <"$tmpfile"
mv "$tmpfile" "$dir/$file"
fi
rm "$tmpfile"
notify_view
}

Loading…
Cancel
Save