1
0
Fork 0
forked from ahurac/dotfiles

Mise à jour : utiliser alacritty comme terminal

This commit is contained in:
Hippolyte Chauvin 2023-10-10 18:37:57 +02:00
parent d02491d6a3
commit 22b3c6a707
4 changed files with 4 additions and 3 deletions

View file

@ -91,6 +91,7 @@ device:epic mouse V1 {
# Variables
$browser = librewolf
$terminal = alacritty
# Modular sourcing
$confDir = ~/.config/hypr/hyprland.conf.d

View file

@ -95,7 +95,7 @@ bind = SHIFT ALT, Print, exec, glurp area file
# Launchers
bind = $mainMod, D, exec, rofi -show drun
bind = $mainMod, 36, exec, kitty
bind = $mainMod, 36, exec, $terminal
bind = $mainMod, F1, exec, $browser
bind = $mainMod, F2, exec, joplin-desktop
bind = $mainMod, F3, exec, webcord

View file

@ -5,7 +5,7 @@ exec-once = hyprpaper
exec-once = artix-pipewire-launcher
exec-once = /usr/lib/xdg-desktop-portal-hyprland
exec-once = swayosd
exec-once = kitty & kitty sudo -i
exec-once = $terminal & $terminal -e sudo -i
exec-once = webcord
exec-once = joplin-desktop

View file

@ -3,7 +3,7 @@ set $left h
set $down j
set $up k
set $right l
set $term kitty
set $term alacritty
set $menu rofi -show drun
set $browser librewolf
set $discord webcord