Load xterm config on Wayland

This commit is contained in:
q3aql 2021-12-31 11:55:14 +01:00
parent 6b55cdf71a
commit bae3421f2f
3 changed files with 9 additions and 2 deletions

View File

@ -9,7 +9,8 @@ Xft.hintstyle: hintfull
Xft.lcdfilter: lcdfilter
XTerm*renderFont: true
XTerm*faceName: xft:Mononoki Nerd Font
!XTerm*faceName: xft:Mononoki Nerd Font
XTerm*faceName: xft:Monospace
XTerm*faceSize: 10
XTerm*utf8: 2
XTerm*locale: true

View File

@ -90,7 +90,8 @@ bindsym $mod+p exec --no-startup-id wofi --show run
bindsym $mod+g exec --no-startup-id geany
bindsym $mod+m exec --no-startup-id telegram
bindsym $mod+z exec --no-startup-id alacritty -e wf-recorder
bindsym $mod+u exec --no-startup-id xterm
#bindsym $mod+u exec --no-startup-id xterm
bindsym $mod+u exec --no-startup-id ~/.config/sway/xterm-wayland
bindsym $mod+t exec --no-startup-id ~/.config/sway/wayland-screenshot
bindsym $mod+i exec --no-startup-id lxappearance

5
.config/sway/xterm-wayland Executable file
View File

@ -0,0 +1,5 @@
#!/bin/bash
# Load xterm config on Wayland
xrdb -load ~/.Xresources
xterm