Load xterm config on Wayland
This commit is contained in:
parent
6b55cdf71a
commit
bae3421f2f
|
@ -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
|
||||
|
|
|
@ -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
5
.config/sway/xterm-wayland
Executable file
|
@ -0,0 +1,5 @@
|
|||
#!/bin/bash
|
||||
|
||||
# Load xterm config on Wayland
|
||||
xrdb -load ~/.Xresources
|
||||
xterm
|
Loading…
Reference in New Issue
Block a user