Change i3 keymap

This commit is contained in:
Tobias Manske 2021-02-09 02:12:26 +01:00
parent 6637ad03e2
commit 9c1b83cadd
Signed by: tobias
GPG Key ID: D5914DC71F2F9352
4 changed files with 47 additions and 1 deletions

View File

@ -0,0 +1,16 @@
# {{{ WORKSPACES }}}
# Browser
workspace $ws1 gaps outer 0
workspace $ws1 gaps inner 0
assign [class="Firefox"] $ws1
# Terminal
assign [class="URxvt" instance="urxvt"] $ws2
# Mail
workspace $ws5 gaps outer 0
workspace $ws5 gaps inner 0
assign [instance="mail"] $ws5
# KeepassXC
assign [class="keepassxc"] $ws10

View File

@ -0,0 +1,7 @@
# set $CLIENT_BUMBLEBEE -m disk nic sensors battery caffeine amixer brightness datetime -p battery.device=BAT0 brightness.device_path=/sys/class/backlight/intel_backlight/actual_brightness disk.format={left} nic.states=^down sensors.path=/sys/class/thermal/thermal_zone2/temp -t gruvbox-powerline
# {{{ STATUS BAR }}}
# bar {
# position top
# status_command bumblebee-status $CLIENT_BUMBLEBEE
# }

View File

@ -0,0 +1,22 @@
# {{{ VARIABLES }}}
set $mod Mod4
set $TERMINAL urxvt
# gaps
set $gap_outer 15
set $gap_inner 10
set $ws1 "1 "
# Terminal
set $ws2 "2 "
# Work
set $ws3 "3 "
set $ws4 "4"
# Mail
set $ws5 "5 "
set $ws6 "6"
set $ws7 "7"
set $ws8 "8"
set $ws9 "9"
set $ws10 "10"

View File

@ -1,5 +1,6 @@
# {{{ KEYBOARD MAP }}}
exec_always setxkbmap de -option 'compose:ralt,lv3:caps_switch' -option nodeadkeys
# exec_always setxkbmap de -option 'compose:ralt,lv3:caps_switch' -option nodeadkeys
exec_always setxkbmap de
# {{{ AUTOSTART }}}
exec ~/.config/autorun.sh