Ssh askpass and keyboard config for laptop
This commit is contained in:
parent
516f64b144
commit
7900fe71ba
|
|
@ -45,6 +45,7 @@
|
|||
libsForQt5.qt5ct # Manage QT5 Themes
|
||||
lxappearance # Manage GTK Themes
|
||||
kdePackages.polkit-kde-agent-1 # Polkit Prompt for password prompts etc
|
||||
lxqt.lxqt-openssh-askpass # GUI to query passwords on behalf of SSH agents
|
||||
];
|
||||
};
|
||||
# XDG Portal Integration (For file chooser/screensharing etc)
|
||||
|
|
|
|||
|
|
@ -47,6 +47,14 @@ output * bg ~/Pictures/Wallpapers/gruvbox_light_linux.png fill
|
|||
# resumed. It will also lock your screen before your computer goes to sleep.
|
||||
|
||||
### Input configuration
|
||||
|
||||
input "1:1:AT_Translated_Set_2_keyboard" {
|
||||
xkb_layout "gb"
|
||||
}
|
||||
input "6058:20564:ThinkPad_Extra_Buttons" {
|
||||
xkb_layout "gb"
|
||||
}
|
||||
|
||||
#
|
||||
# Example configuration:
|
||||
#
|
||||
|
|
|
|||
Loading…
Reference in New Issue