mirror of
https://github.com/basecamp/omarchy.git
synced 2025-07-27 12:19:24 +00:00
Use Xcompose
This commit is contained in:
@ -25,7 +25,6 @@ $menu = wofi --show drun
|
|||||||
# Autostart necessary processes (like notifications daemons, status bars, etc.)
|
# Autostart necessary processes (like notifications daemons, status bars, etc.)
|
||||||
# Or execute your favorite apps at launch like this:
|
# Or execute your favorite apps at launch like this:
|
||||||
exec-once = hyprpaper
|
exec-once = hyprpaper
|
||||||
exec-once = setxkbmap -option compose:caps
|
|
||||||
|
|
||||||
#############################
|
#############################
|
||||||
### ENVIRONMENT VARIABLES ###
|
### ENVIRONMENT VARIABLES ###
|
||||||
|
@ -18,3 +18,10 @@ xwayland {
|
|||||||
env = GTK_THEME,Adwaita:dark
|
env = GTK_THEME,Adwaita:dark
|
||||||
env = QT_STYLE_OVERRIDE,Adwaita-Dark
|
env = QT_STYLE_OVERRIDE,Adwaita-Dark
|
||||||
env = XCURSOR_THEME,Adwaita
|
env = XCURSOR_THEME,Adwaita
|
||||||
|
|
||||||
|
# Make .desktop files available for wofi
|
||||||
|
env = XDG_DATA_DIRS,/usr/share:/usr/local/share:~/.local/share
|
||||||
|
|
||||||
|
# Use XCompose file
|
||||||
|
env = XCOMPOSEFILE,~/.XCompose
|
||||||
|
env = XKB_OPTIONS,compose:caps
|
||||||
|
29
default/xcompose
Normal file
29
default/xcompose
Normal file
@ -0,0 +1,29 @@
|
|||||||
|
include "%L"
|
||||||
|
|
||||||
|
# Emoji
|
||||||
|
<Multi_key> <m> <s> : "😄" # smile
|
||||||
|
<Multi_key> <m> <c> : "😂" # cry
|
||||||
|
<Multi_key> <m> <l> : "😍" # love
|
||||||
|
<Multi_key> <m> <v> : "✌️" # victory
|
||||||
|
<Multi_key> <m> <h> : "❤️" # heart
|
||||||
|
<Multi_key> <m> <y> : "👍" # yes
|
||||||
|
<Multi_key> <m> <n> : "👎" # no
|
||||||
|
<Multi_key> <m> <f> : "🖕" # fuck
|
||||||
|
<Multi_key> <m> <w> : "🤞" # wish
|
||||||
|
<Multi_key> <m> <r> : "🤘" # rock
|
||||||
|
<Multi_key> <m> <k> : "😘" # kiss
|
||||||
|
<Multi_key> <m> <e> : "🙄" # eyeroll
|
||||||
|
<Multi_key> <m> <d> : "🤤" # droll
|
||||||
|
<Multi_key> <m> <m> : "💰" # money
|
||||||
|
<Multi_key> <m> <x> : "🎉" # xellebrate
|
||||||
|
<Multi_key> <m> <1> : "💯" # 100%
|
||||||
|
<Multi_key> <m> <t> : "🥂" # toast
|
||||||
|
<Multi_key> <m> <p> : "🙏" # pray
|
||||||
|
<Multi_key> <m> <i> : "😉" # wink
|
||||||
|
<Multi_key> <m> <o> : "👌" # OK
|
||||||
|
<Multi_key> <m> <g> : "👋" # greeting
|
||||||
|
<Multi_key> <m> <a> : "💪" # arm
|
||||||
|
<Multi_key> <m> <b> : "🤯" # blowing
|
||||||
|
|
||||||
|
# Typography
|
||||||
|
<Multi_key> <space> <space> : "—"
|
Reference in New Issue
Block a user