Compare commits

..

4 Commits

4 changed files with 22 additions and 7 deletions

View File

@ -7,7 +7,6 @@ fish_add_path ~/.local/bin
# Neovim # Neovim
alias vi nvim alias vi nvim
alias vim nvim alias vim nvim
set -Ux EDITOR nvim
# lsd # lsd
alias ls lsd alias ls lsd
@ -25,3 +24,7 @@ function rm
end end
alias trm trash-put alias trm trash-put
alias trmf '/usr/bin/rm -rfv' alias trmf '/usr/bin/rm -rfv'
# Default apps
set -Ux BROWSER firefox
set -Ux EDITOR nvim

14
.config/hypr/custom.conf Normal file
View File

@ -0,0 +1,14 @@
exec-once = ~/.local/bin/jellyfin-rpc &
exec-once = sleep 5; nextcloud &
$mmod = SUPER
$smod = SUPER_SHIFT
$shift = SHIFT
bind = $mmod, F1, exec, firefox
bind = $mmod, F2, exec, thunar
bind = $mmod, F3, exec, discord --enable-features=UseOzonePlatform --ozone-platform=wayland
bind = $mmod, F4, exec, keepassxc
bind = $mmod, F5, exec, virt-manager
bind = $mmod, F6, exec, steam
bind = $mmod, F12, exec, fish -c 'pkill waybar; waybar &'

View File

@ -1,4 +1,5 @@
# Don't edit this! ############################# # Don't edit this file!
source = ~/.config/hypr/conf.d/environment.conf source = ~/.config/hypr/conf.d/environment.conf
source = ~/.config/hypr/conf.d/autostart.conf source = ~/.config/hypr/conf.d/autostart.conf
source = ~/.config/hypr/conf.d/monitors.conf source = ~/.config/hypr/conf.d/monitors.conf
@ -8,8 +9,5 @@ source = ~/.config/hypr/conf.d/theme.conf
source = ~/.config/hypr/conf.d/layout.conf source = ~/.config/hypr/conf.d/layout.conf
source = ~/.config/hypr/conf.d/keybinds.conf source = ~/.config/hypr/conf.d/keybinds.conf
source = ~/.config/hypr/conf.d/rules.conf source = ~/.config/hypr/conf.d/rules.conf
################################################
# Custom configuration here source = ~/.config/hypr/custom.conf
exec-once = ~/.local/bin/jellyfin-rpc &
exec-once = sleep 5; nextcloud &

View File

@ -3,7 +3,7 @@ Name=Discord
StartupWMClass=discord StartupWMClass=discord
Comment=All-in-one voice and text chat for gamers that's free, secure, and works on both your desktop and phone. Comment=All-in-one voice and text chat for gamers that's free, secure, and works on both your desktop and phone.
GenericName=Internet Messenger GenericName=Internet Messenger
Exec=/usr/bin/discord --enable-features=UseOzonePlatform --ozone-platform=wayland Exec=/usr/bin/discord --enable-features=UseOzonePlatform --ozone-platform=wayland --no-sandbox
Icon=discord Icon=discord
Type=Application Type=Application
Categories=Network;InstantMessaging; Categories=Network;InstantMessaging;