Change i3 keymap
This commit is contained in:
parent
6637ad03e2
commit
9c1b83cadd
16
i3/conf/client/x380yoga/assignments
Normal file
16
i3/conf/client/x380yoga/assignments
Normal 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
|
7
i3/conf/client/x380yoga/bar
Normal file
7
i3/conf/client/x380yoga/bar
Normal 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
|
||||
# }
|
22
i3/conf/client/x380yoga/header
Normal file
22
i3/conf/client/x380yoga/header
Normal 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"
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user