add: rofi ssh sftp selector

fix: auto linker for home removed
This commit is contained in:
Tobias Reisinger 2019-10-03 01:30:26 +02:00
parent 873062e899
commit 4b1b3e4dec
3 changed files with 5 additions and 3 deletions

View file

@ -197,7 +197,6 @@ smart_gaps on
### Launchers
exec_always ln -sf /mnt/shome/tobias/* /home/tobias/
exec_always hid_info=$(xinput -list | grep -i 'Arduino LLC Arduino Micro.*keyboard' | grep -o 'id=..');hid_info=${hid_info:3:4};setxkbmap -device "$hid_info" us;
exec_always setxkbmap de

View file

@ -3,4 +3,4 @@ rofi.font: hack 10
rofi.modi: combi,ssh
rofi.theme: /usr/share/rofi/themes/Arc-Dark.rasi
rofi.ssh-command: {terminal} -e bash -ic "{ssh-client} {host} [-p {port}]"
rofi.ssh-command: {terminal} -e bash -ic "ssh-sftp {host} [-p {port}];"