Updated config
This commit is contained in:
parent
db4241180a
commit
158165d1aa
@ -6,3 +6,4 @@ source = general.conf
|
|||||||
source = animations.conf
|
source = animations.conf
|
||||||
source = rules.conf
|
source = rules.conf
|
||||||
source = keys.conf
|
source = keys.conf
|
||||||
|
source = typing.conf
|
||||||
|
@ -10,6 +10,7 @@ bind = $main, Super_L, exec, pkill $menu || $menu
|
|||||||
bind = $main, T, exec, $terminal
|
bind = $main, T, exec, $terminal
|
||||||
bind = $main, W, exec, $wallpaper
|
bind = $main, W, exec, $wallpaper
|
||||||
bind = $main, Return, exec, $floating
|
bind = $main, Return, exec, $floating
|
||||||
|
bind = $main, F1, exec, $systeminfo
|
||||||
bind = , Print, exec, $screenshot
|
bind = , Print, exec, $screenshot
|
||||||
|
|
||||||
# Window management
|
# Window management
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
# Apps
|
||||||
$browser = firefox
|
$browser = firefox
|
||||||
$email = evolution
|
$email = evolution
|
||||||
$files = nautilus
|
$files = nautilus
|
||||||
@ -9,5 +10,8 @@ $statusbar = waybar
|
|||||||
$terminal = alacritty
|
$terminal = alacritty
|
||||||
$wallpaper = waypaper
|
$wallpaper = waypaper
|
||||||
|
|
||||||
$floating = [float;size 960 540;center] $terminal
|
# Terminal based
|
||||||
$editor = $terminal -e nvim
|
$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
26
.config/hypr/typing.conf
Normal 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 🤣
|
Loading…
x
Reference in New Issue
Block a user