Browse Source

add pyprland: with dropterm and magnify enabled

pull/227/head
John Titor 2 years ago
parent
commit
ac3adfa67b
No known key found for this signature in database
GPG Key ID: 29B0514F4E3C1CC0
  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 # Starting hypridle to start hyprlock
exec-once = hypridle exec-once = hypridle
# Start pyprland daemon
exec-once = pypr
# Here are list of features available but disabled by default # 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 # 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, Return, exec, $term # Launch terminal
bind = $mainMod, T, exec, $files 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 # User Added Keybinds
bind = $mainMod SHIFT, O, exec, $UserScripts/ZshChangeTheme.sh # Change oh-my-zsh theme 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