Compare commits
No commits in common. "ad7b9b86b2963090bf3a7e2fff7189b5c3f0ae39" and "e6c0388192f56c856055c0a9703efec280a1b082" have entirely different histories.
ad7b9b86b2
...
e6c0388192
|
|
@ -7,6 +7,7 @@ fish_add_path ~/.local/bin
|
|||
# Neovim
|
||||
alias vi nvim
|
||||
alias vim nvim
|
||||
set -Ux EDITOR nvim
|
||||
|
||||
# lsd
|
||||
alias ls lsd
|
||||
|
|
@ -24,7 +25,3 @@ function rm
|
|||
end
|
||||
alias trm trash-put
|
||||
alias trmf '/usr/bin/rm -rfv'
|
||||
|
||||
# Default apps
|
||||
set -Ux BROWSER firefox
|
||||
set -Ux EDITOR nvim
|
||||
|
|
|
|||
|
|
@ -1,14 +0,0 @@
|
|||
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 &'
|
||||
|
|
@ -1,5 +1,4 @@
|
|||
# Don't edit this file!
|
||||
|
||||
# Don't edit this! #############################
|
||||
source = ~/.config/hypr/conf.d/environment.conf
|
||||
source = ~/.config/hypr/conf.d/autostart.conf
|
||||
source = ~/.config/hypr/conf.d/monitors.conf
|
||||
|
|
@ -9,5 +8,8 @@ source = ~/.config/hypr/conf.d/theme.conf
|
|||
source = ~/.config/hypr/conf.d/layout.conf
|
||||
source = ~/.config/hypr/conf.d/keybinds.conf
|
||||
source = ~/.config/hypr/conf.d/rules.conf
|
||||
################################################
|
||||
|
||||
source = ~/.config/hypr/custom.conf
|
||||
# Custom configuration here
|
||||
exec-once = ~/.local/bin/jellyfin-rpc &
|
||||
exec-once = sleep 5; nextcloud &
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@ Name=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.
|
||||
GenericName=Internet Messenger
|
||||
Exec=/usr/bin/discord --enable-features=UseOzonePlatform --ozone-platform=wayland --no-sandbox
|
||||
Exec=/usr/bin/discord --enable-features=UseOzonePlatform --ozone-platform=wayland
|
||||
Icon=discord
|
||||
Type=Application
|
||||
Categories=Network;InstantMessaging;
|
||||
|
|
|
|||
Loading…
Reference in New Issue