Install rofimoji on Linux.
This commit is contained in:
parent
1ceef073e4
commit
347ffaea12
@ -29,3 +29,5 @@ enabled_wireguard:
|
||||
cputype: "intel"
|
||||
hwpstate: true
|
||||
cores: 8
|
||||
sway_conf_files:
|
||||
- rofimoji
|
||||
|
@ -1,11 +1,13 @@
|
||||
[Unit]
|
||||
Description=Dynamic output configuration for Wayland compositors
|
||||
Documentation=https://github.com/emersion/kanshi
|
||||
BindsTo=graphical.target
|
||||
# BindsTo=graphical.target
|
||||
BindsTo=graphical-session.target
|
||||
|
||||
[Service]
|
||||
Type=simple
|
||||
ExecStart=/usr/bin/kanshi
|
||||
|
||||
[Install]
|
||||
WantedBy=graphical.target
|
||||
# WantedBy=graphical.target
|
||||
WantedBy=graphical-session.target
|
||||
|
2
ansible/roles/sway/files/sway_config_files/rofimoji.conf
Normal file
2
ansible/roles/sway/files/sway_config_files/rofimoji.conf
Normal file
@ -0,0 +1,2 @@
|
||||
# Emoji selector
|
||||
bindsym $mod+backslash exec rofimoji --selector wofi
|
@ -16,7 +16,6 @@
|
||||
- wf-recorder # screen recording
|
||||
- xdg-desktop-portal
|
||||
- xdg-desktop-portal-wlr # screen sharing
|
||||
# - rofimoji
|
||||
- wtype # for rofimoji to be able to insert characters
|
||||
- dbus # for desktop notifications
|
||||
- jq
|
||||
|
@ -21,6 +21,7 @@
|
||||
- xorg-xauth
|
||||
- xorg-xeyes
|
||||
- xorg-xwayland
|
||||
- rofimoji
|
||||
|
||||
- name: Install scripts
|
||||
copy:
|
||||
|
Loading…
x
Reference in New Issue
Block a user