From 158165d1aafb65db021f3f3a951f536d3eac81ad Mon Sep 17 00:00:00 2001 From: Eduard Urbach Date: Sat, 23 Mar 2024 13:34:38 +0100 Subject: [PATCH] Updated config --- .config/hypr/hyprland.conf | 1 + .config/hypr/keys.conf | 1 + .config/hypr/monitor.conf | 2 +- .config/hypr/programs.conf | 6 +++++- .config/hypr/typing.conf | 26 ++++++++++++++++++++++++++ 5 files changed, 34 insertions(+), 2 deletions(-) create mode 100644 .config/hypr/typing.conf diff --git a/.config/hypr/hyprland.conf b/.config/hypr/hyprland.conf index 99a7a02..b83a503 100644 --- a/.config/hypr/hyprland.conf +++ b/.config/hypr/hyprland.conf @@ -6,3 +6,4 @@ source = general.conf source = animations.conf source = rules.conf source = keys.conf +source = typing.conf diff --git a/.config/hypr/keys.conf b/.config/hypr/keys.conf index a81e09d..010fe4f 100644 --- a/.config/hypr/keys.conf +++ b/.config/hypr/keys.conf @@ -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 diff --git a/.config/hypr/monitor.conf b/.config/hypr/monitor.conf index 8c156da..8ccd5e6 100644 --- a/.config/hypr/monitor.conf +++ b/.config/hypr/monitor.conf @@ -1 +1 @@ -monitor=,highrr,auto,auto +monitor = ,highrr,auto,auto diff --git a/.config/hypr/programs.conf b/.config/hypr/programs.conf index 29d26bc..2665a16 100644 --- a/.config/hypr/programs.conf +++ b/.config/hypr/programs.conf @@ -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 diff --git a/.config/hypr/typing.conf b/.config/hypr/typing.conf new file mode 100644 index 0000000..82fcbbb --- /dev/null +++ b/.config/hypr/typing.conf @@ -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 🤣