Updated config

This commit is contained in:
Eduard Urbach 2024-03-23 13:34:38 +01:00
parent db4241180a
commit 158165d1aa
Signed by: akyoto
GPG Key ID: C874F672B1AF20C0
5 changed files with 34 additions and 2 deletions

View File

@ -6,3 +6,4 @@ source = general.conf
source = animations.conf
source = rules.conf
source = keys.conf
source = typing.conf

View File

@ -10,6 +10,7 @@ bind = $main, Super_L, exec, pkill $menu || $menu
bind = $main, T, exec, $terminal
bind = $main, W, exec, $wallpaper
bind = $main, Return, exec, $floating
bind = $main, F1, exec, $systeminfo
bind = , Print, exec, $screenshot
# Window management

View File

@ -1 +1 @@
monitor=,highrr,auto,auto
monitor = ,highrr,auto,auto

View File

@ -1,3 +1,4 @@
# Apps
$browser = firefox
$email = evolution
$files = nautilus
@ -9,5 +10,8 @@ $statusbar = waybar
$terminal = alacritty
$wallpaper = waypaper
$floating = [float;size 960 540;center] $terminal
# Terminal based
$editor = $terminal -e nvim
$center = [float;size 960 540;center]
$floating = $center $terminal
$systeminfo = $center $terminal --hold -e fastfetch

26
.config/hypr/typing.conf Normal file
View File

@ -0,0 +1,26 @@
$mod = ALT
# Special characters
bindle = $mod, KP_Add, exec, wtype ±
bindle = $mod, KP_Subtract, exec, wtype ±
bindle = $mod, Equal, exec, wtype ≈
bindle = $mod, Grave, exec, wtype ≈
bindle = $mod, T, exec, wtype ™
bindle = $mod, C, exec, wtype ©
bindle = $mod, R, exec, wtype ®
# German language
bindle = $mod, A, exec, wtype ä
bindle = $mod SHIFT, A, exec, wtype Ä
bindle = $mod, O, exec, wtype ö
bindle = $mod SHIFT, O, exec, wtype Ö
bindle = $mod, U, exec, wtype ü
bindle = $mod SHIFT, U, exec, wtype Ü
bindle = $mod, S, exec, wtype ß
# Emoji
bindle = $mod, W, exec, wtype 👋
bindle = $mod, H, exec, wtype ❤️
bindle = $mod, L, exec, wtype 👍
bindle = $mod, P, exec, wtype 🙏
bindle = $mod, F, exec, wtype 🤣