diff --git a/.bashrc b/.bashrc index baa4c86..43e2282 100644 --- a/.bashrc +++ b/.bashrc @@ -8,5 +8,6 @@ alias ls='ls --color=auto' alias grep='grep --color=auto' PS1='[\u@\h \W]\$ ' +alias l='ls -la' fastfetch diff --git a/hypr/conf.d/keybinds.conf b/hypr/conf.d/keybinds.conf index e4e21f5..7f45213 100644 --- a/hypr/conf.d/keybinds.conf +++ b/hypr/conf.d/keybinds.conf @@ -5,12 +5,15 @@ # See https://wiki.hyprland.org/Configuring/Keywords/ $mainMod = SUPER # Sets "Windows" key as main modifier -# Example binds, see https://wiki.hyprland.org/Configuring/Binds/ for more +# Binds apps https://wiki.hyprland.org/Configuring/Binds/ for more bind = $mainMod, RETURN, exec, $terminal bind = $mainMod, B, exec, $browser bind = $mainMod, Y, exec, $filemanager +bind = $mainMod, M, exec, $email + +# General binds bind = $mainMod, Q, killactive, -bind = $mainMod, M, exit, +#bind = $mainMod, M, exit, bind = $mainMod, Y, exec, $fileManager bind = $mainMod, X, togglefloating, bind = $mainMod, F, fullscreen, diff --git a/hypr/hyprland.conf b/hypr/hyprland.conf index f504635..931209d 100644 --- a/hypr/hyprland.conf +++ b/hypr/hyprland.conf @@ -16,9 +16,10 @@ monitor=,preferred,auto,1.566667 # Set programs that you use $terminal = kitty -$filemanager = yazi +$filemanager = kitty -e yazi $menu = wofi --show drun $browser = firefox +$email = thunderbird ################# ### AUTOSTART ### @@ -27,6 +28,8 @@ $browser = firefox # Autostart necessary processes (like notifications daemons, status bars, etc.) exec-once = waybar exec-once = dunst +exec-once = [workspace 1 silent] $browser +exec-once = [workspace 2 silent] $terminal ############################# ### ENVIRONMENT VARIABLES ### diff --git a/install.bash b/install.bash index 225db6f..5c18324 100644 --- a/install.bash +++ b/install.bash @@ -3,6 +3,8 @@ # Run as root ln -s hypr ../.config/hypr +ln -s fastfetch ../.config/fastfetch +ln -s mimeapps.list ../.config/mimeapps.list # Hyperland stuff pacman -S uwsm hyprland xdg-desktop-portal-hyprland diff --git a/mimeapps.list b/mimeapps.list new file mode 100644 index 0000000..6865925 --- /dev/null +++ b/mimeapps.list @@ -0,0 +1,14 @@ +[Default Applications] +x-scheme-handler/mailto=userapp-Thunderbird-B1FR62.desktop +message/rfc822=userapp-Thunderbird-B1FR62.desktop +x-scheme-handler/mid=userapp-Thunderbird-B1FR62.desktop +image/png=imv.desktop +image/jpeg=imv.desktop +image/gif=imv.desktop +image/bmp=imv.desktop +image/webp=imv.desktop + + +[Added Associations] +x-scheme-handler/mailto=userapp-Thunderbird-B1FR62.desktop; +x-scheme-handler/mid=userapp-Thunderbird-B1FR62.desktop;