Some indentation

This commit is contained in:
Thomas Dehaeze 2019-04-05 09:28:34 +02:00
parent 0875c79ef2
commit b22aca15ee

View File

@ -4,8 +4,8 @@
#+PROPERTY: header-args:conf+ :tangle ~/.config/i3/config
* Mod Key
Set mod key (Mod1=<Alt>, Mod4=<Super>)
#+BEGIN_SRC conf
# Set mod key (Mod1=<Alt>, Mod4=<Super>)
set $mod Mod4
#+end_src
@ -23,7 +23,7 @@ hide_edge_borders none
font SauceCodePro Nerd Font 11
#+end_src
* TODO Multimedia keys
* TODO [#C] Multimedia keys
#+begin_src conf
# Sound
bindsym XF86AudioMute exec --no-startup-id amixer -D pulse sset Master toggle
@ -53,10 +53,6 @@ bindsym XF86LaunchB fullscreen toggle
bindsym $mod+d exec --no-startup-id rofi -show run
# Windows Switch
bindsym $mod+w exec --no-startup-id rofi -show window
# CheatSheets
# bindsym $mod+Shift+c exec --no-startup-id rofi -show CheatSheets -modi CheatSheets:~/scripts/rofi_cheatsheets.sh
# Program Launcher with Icons
# bindsym $mod+Shift+d exec --no-startup-id rofi -show drun -show-icons
# Launch categorized menu
bindsym $mod+z exec --no-startup-id rofimenu
# Bookmarks
@ -489,7 +485,7 @@ To display names or symbols instead of plain workspace numbers you can use somet
exec --no-startup-id redshift
# Start mopidy
# exec --no-startup-id mopidy
exec --no-startup-id mopidy
# PulseAudio Server
# exec --no-startup-id pulseaudio --daemon
@ -642,9 +638,9 @@ Colors are gathered based on the documentation https://i3wm.org/docs/userguide.h
* Keyboard Configuration
#+begin_src conf
# Set repetition keyboard rate
exec --no-startup-id xset r rate 200 40
# exec --no-startup-id xset r rate 200 40
# Set International US keyboard layout
exec --no-startup-id setxkbmap -layout us -variant intl -option caps:escape
# exec --no-startup-id setxkbmap -layout us -variant intl -option caps:escape
# Default numpad on
# exec --no-startup-id numlockx &
#+END_SRC