Compare commits

..

No commits in common. "5ba5d4d830e8ece01d0caba291e7bbe2f06dd99f" and "c62ec5c2acf95c87a04749f7a8c41b3b613bcd2d" have entirely different histories.

5 changed files with 4 additions and 0 deletions

View File

@ -5,6 +5,7 @@ autogenerated = 0
$terminal = foot $terminal = foot
$menu = fuzzel $menu = fuzzel
$browser = brave $browser = brave
$passwordmanager = keepmenu
# 2. AUTOSTART # 2. AUTOSTART
exec-once = (hyprpm reload -n & kanshi & waybar & swaync & gammastep & hypridle) exec-once = (hyprpm reload -n & kanshi & waybar & swaync & gammastep & hypridle)

View File

@ -24,6 +24,7 @@ bind = $mainMod, escape, exec, sysact
# Applications # Applications
bind = $mainMod, W, exec, $browser bind = $mainMod, W, exec, $browser
bind = $mainMod SHIFT, p, exec, $passwordmanager -C
bind = ,PRINT, exec, screenshot bind = ,PRINT, exec, screenshot
# Music Controls # Music Controls

View File

@ -6,6 +6,7 @@ export pkg_aur=(
"htop-vim" "htop-vim"
"hyprshade" "hyprshade"
"jmtpfs" "jmtpfs"
"keepmenu"
"keyd-git" "keyd-git"
"brave-bin" "brave-bin"
"python-pywal16" "python-pywal16"

0
packages/pkg_gpu.sh Normal file → Executable file
View File

View File

@ -1,6 +1,7 @@
#!/bin/env bash #!/bin/env bash
export pkg_optional=( export pkg_optional=(
"keepassxc"
"obsidian" "obsidian"
"syncthing" "syncthing"
"libreoffice-fresh" "libreoffice-fresh"