I3: several quality of life changes
Signed-off-by: Tobias Manske <tobias.manske@mailbox.org>
This commit is contained in:
parent
9211e71e19
commit
d7d9e2af96
@ -5,8 +5,8 @@
|
|||||||
set $TERMINAL urxvt
|
set $TERMINAL urxvt
|
||||||
|
|
||||||
# gaps
|
# gaps
|
||||||
set $gap_outer 25
|
set $gap_outer 15
|
||||||
set $gap_inner 15
|
set $gap_inner 10
|
||||||
|
|
||||||
set $ws1 "1 "
|
set $ws1 "1 "
|
||||||
# Terminal
|
# Terminal
|
||||||
|
@ -4,8 +4,8 @@
|
|||||||
set $TERMINAL urxvt
|
set $TERMINAL urxvt
|
||||||
|
|
||||||
# gaps
|
# gaps
|
||||||
set $gap_outer 25
|
set $gap_outer 15
|
||||||
set $gap_inner 15
|
set $gap_inner 10
|
||||||
|
|
||||||
set $ws1 "1 "
|
set $ws1 "1 "
|
||||||
# Terminal
|
# Terminal
|
||||||
|
@ -4,8 +4,8 @@
|
|||||||
set $TERMINAL urxvt
|
set $TERMINAL urxvt
|
||||||
|
|
||||||
# gaps
|
# gaps
|
||||||
set $gap_outer 25
|
set $gap_outer 15
|
||||||
set $gap_inner 15
|
set $gap_inner 10
|
||||||
|
|
||||||
set $ws1 "1 "
|
set $ws1 "1 "
|
||||||
# Terminal
|
# Terminal
|
||||||
|
@ -32,9 +32,9 @@ font pango:Hack 8
|
|||||||
|
|
||||||
# {{{ DROPDOWN TERMINAL }}}
|
# {{{ DROPDOWN TERMINAL }}}
|
||||||
for_window [instance="dropdown"] floating enable
|
for_window [instance="dropdown"] floating enable
|
||||||
for_window [instance="dropdown"] resize set 625 400
|
for_window [instance="dropdown"] resize set 800 600
|
||||||
for_window [instance="dropdown"] move scratchpad
|
for_window [instance="dropdown"] move scratchpad
|
||||||
for_window [instance="dropdown"] border pixel 2
|
for_window [instance="dropdown"] border pixel 1
|
||||||
exec --no-startup-id $TERMINAL -name dropdown
|
exec --no-startup-id $TERMINAL -name dropdown
|
||||||
|
|
||||||
# Use Mouse+$mod to drag floating windows to their wanted position
|
# Use Mouse+$mod to drag floating windows to their wanted position
|
||||||
@ -49,9 +49,6 @@ floating_modifier $mod
|
|||||||
# kill focused window
|
# kill focused window
|
||||||
bindsym $mod+Shift+q kill
|
bindsym $mod+Shift+q kill
|
||||||
|
|
||||||
# Program launcher
|
|
||||||
# bindsym Mod1+space exec ~/.config/i3/scripts/dmenu/init.py
|
|
||||||
|
|
||||||
# change focus
|
# change focus
|
||||||
bindsym $mod+h focus left
|
bindsym $mod+h focus left
|
||||||
bindsym $mod+j focus down
|
bindsym $mod+j focus down
|
||||||
|
@ -1,6 +1,5 @@
|
|||||||
# {{{ KEYBOARD MAP }}}
|
# {{{ KEYBOARD MAP }}}
|
||||||
# exec_always setxkbmap de -option 'compose:ralt,lv3:caps_switch'
|
exec_always setxkbmap de -option 'compose:ralt,lv3:caps_switch'
|
||||||
exec_always setxkbmap de neo
|
|
||||||
|
|
||||||
# {{{ AUTOSTART }}}
|
# {{{ AUTOSTART }}}
|
||||||
exec ~/.config/autorun.sh
|
exec ~/.config/autorun.sh
|
||||||
|
Loading…
Reference in New Issue
Block a user