update
This commit is contained in:
parent
410095f660
commit
f7483e5ac1
3 changed files with 5 additions and 1 deletions
|
@ -1,5 +1,7 @@
|
||||||
fix_layout=true
|
fix_layout=true
|
||||||
|
help_color="ff0000"
|
||||||
|
|
||||||
layout_cmd () {
|
layout_cmd () {
|
||||||
setxkbmap de nodeadkeys
|
setxkbmap de nodeadkeys
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -73,7 +73,7 @@ font pango:$font
|
||||||
# ------------------------------------------------------------------------------
|
# ------------------------------------------------------------------------------
|
||||||
bindsym $mod+d exec rofi -show drun
|
bindsym $mod+d exec rofi -show drun
|
||||||
bindsym $mod+x exec rofi -show run
|
bindsym $mod+x exec rofi -show run
|
||||||
bindsym $mod+o exec tessen
|
bindsym $mod+o exec rofi-pass
|
||||||
|
|
||||||
# ------------------------------------------------------------------------------
|
# ------------------------------------------------------------------------------
|
||||||
# Window management
|
# Window management
|
||||||
|
|
|
@ -17,3 +17,5 @@
|
||||||
ff = only
|
ff = only
|
||||||
[init]
|
[init]
|
||||||
defaultBranch = main
|
defaultBranch = main
|
||||||
|
[push]
|
||||||
|
autoSetupRemote = true
|
||||||
|
|
Loading…
Reference in a new issue