Browse Source

Merge pull request #227 from JohnRTitor/patch-pyprland

add pyprland: with dropterm and magnify enabled
pull/232/head
Ja.KooLit 2 years ago committed by GitHub
parent
commit
c72e135fc1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 3
      config/hypr/UserConfigs/Startup_Apps.conf
  2. 4
      config/hypr/UserConfigs/UserKeybinds.conf
  3. 12
      config/hypr/pyprland.toml

3
config/hypr/UserConfigs/Startup_Apps.conf

@ -37,6 +37,9 @@ exec-once = $UserScripts/RainbowBorders.sh
# Starting hypridle to start hyprlock
exec-once = hypridle
# Start pyprland daemon
exec-once = pypr
# Here are list of features available but disabled by default
# exec-once = swww query || swww-daemon --format xrgb && swww img $HOME/Pictures/wallpapers/mecha-nostalgia.png # persistent wallpaper

4
config/hypr/UserConfigs/UserKeybinds.conf

@ -18,6 +18,10 @@ bind = $mainMod, D, exec, pkill rofi || rofi -show drun -modi drun,filebrowser,r
bind = $mainMod, Return, exec, $term # Launch terminal
bind = $mainMod, T, exec, $files
# pyprland
bind = $mainMod, A, exec, pypr toggle term # Dropdown terminal
bind = $mainMod, Z, exec, pypr zoom # Toggle Zoom
# User Added Keybinds
bind = $mainMod SHIFT, O, exec, $UserScripts/ZshChangeTheme.sh # Change oh-my-zsh theme

12
config/hypr/pyprland.toml

@ -0,0 +1,12 @@
[pyprland]
plugins = [
"scratchpads",
"magnify",
]
[scratchpads.term]
animation = "fromTop"
command = "kitty --class kitty-dropterm"
class = "kitty-dropterm"
size = "75% 60%"
Loading…
Cancel
Save