Alt+Tab for keyboard layout switching
This commit is contained in:
@@ -97,7 +97,7 @@ for_window [title="^Steam Keyboard$"] floating enable
|
||||
############################ Startup Applications #############################
|
||||
###############################################################################
|
||||
|
||||
exec --no-startup-id setxkbmap us,de; setxkbmap -option ctrl:nocaps
|
||||
exec --no-startup-id setxkbmap us,de; setxkbmap -option ctrl:nocaps; setxkbmap -option grp:lalt_lshift_toggle
|
||||
exec --no-startup-id feh --randomize --bg-fill /usr/share/backgrounds/*
|
||||
exec --no-startup-id compton -b
|
||||
exec --no-startup-id nextcloud
|
||||
|
||||
9
config/.mozilla/firefox/profiles.ini
Normal file
9
config/.mozilla/firefox/profiles.ini
Normal file
@@ -0,0 +1,9 @@
|
||||
[General]
|
||||
StartWithLastProfile=1
|
||||
|
||||
[Profile0]
|
||||
Name=default
|
||||
IsRelative=1
|
||||
Path=2x4tnepw.default
|
||||
Default=1
|
||||
|
||||
23
config/.ssh/config
Normal file
23
config/.ssh/config
Normal file
@@ -0,0 +1,23 @@
|
||||
Host mx
|
||||
HostName 132.252.238.12
|
||||
Port 22
|
||||
User infra
|
||||
IdentityFile /mnt/veracrypt1/fse
|
||||
|
||||
Host helios
|
||||
HostName 132.252.238.17
|
||||
Port 22
|
||||
User infra
|
||||
IdentityFile /mnt/veracrypt1/fse
|
||||
|
||||
Host infinity
|
||||
HostName mos4.de
|
||||
Port 22
|
||||
User infinity
|
||||
IdentityFile /mnt/veracrypt1/mos4.de
|
||||
|
||||
Host github.com
|
||||
Hostname github.com
|
||||
Port 22
|
||||
User git
|
||||
IdentityFile /mnt/veracrypt1/git
|
||||
Reference in New Issue
Block a user