Added khal/libinput in i3
This commit is contained in:
parent
b890907204
commit
c317066f1c
5 changed files with 125 additions and 0 deletions
|
@ -172,6 +172,7 @@ exec --no-startup-id i3-msg 'exec remmina -i &'
|
|||
exec --no-startup-id xsettingsd &
|
||||
exec --no-startup-id compton --config ~/.compton.conf &
|
||||
exec --no-startup-id setxkbmap -option compose:rctrl &
|
||||
exec --no-startup-id libinput-gestures-setup start
|
||||
exec --no-startup-id i3-msg 'exec /usr/bin/terminator'
|
||||
exec --no-startup-id i3-msg 'exec /usr/bin/firefox'
|
||||
exec --no-startup-id i3-msg 'exec /usr/bin/spotify'
|
||||
|
@ -241,6 +242,9 @@ bindsym $mod+Print exec ~/Bin/slip
|
|||
# Switch screen layouts
|
||||
bindsym XF86Display exec ~/Bin/screenlayout.sh
|
||||
|
||||
# Calendar
|
||||
bindsym $mod+c exec "rxvt-unicode -e khal interactive"
|
||||
|
||||
# -------------------------------------------------------------------------------------------------
|
||||
# COLORS
|
||||
#
|
||||
|
@ -277,6 +281,7 @@ client.background $nord0
|
|||
for_window [class="Spotify"], move container to workspace $wksp4
|
||||
#for_window [class="Firefox"], move container to workspace $wksp1
|
||||
#for_window [class="Ristretto"] fullscreen enable
|
||||
for_window [title="khal"] floating enable border pixel 8 resize set 800 600
|
||||
|
||||
# -------------------------------------------------------------------------------------------------
|
||||
# OTHER STUFF
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue