diff options
author | Franck Cuny <franck@fcuny.net> | 2020-10-01 16:42:59 -0700 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2020-10-01 16:42:59 -0700 |
commit | a8c00fddf5cb753a52b54d50735784cc11e69ff1 (patch) | |
tree | e1f1f67b7ec0b5887713144a4fb88ed5f007e6bc /config | |
parent | [zsh] a few more bits of configurations (diff) | |
download | emacs.d-a8c00fddf5cb753a52b54d50735784cc11e69ff1.tar.gz |
[desktop] adjust configuration for i3
Diffstat (limited to '')
-rw-r--r-- | config/i3/config | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/i3/config b/config/i3/config index 7797e90..22d16cf 100644 --- a/config/i3/config +++ b/config/i3/config @@ -6,7 +6,7 @@ set $mod Mod4 # Font for window titles. Will also be used by the bar unless a different font # is used in the bar {} block below. -font pango:DejaVu Sans Mono 8 +font pango:Source Code Pro 8 set $Locker i3lock && sleep 1 @@ -29,7 +29,7 @@ floating_modifier $mod # start a terminal bindsym $mod+Return exec exec urxvt -bindsym $mod+Shift+Return exec exec urxvt -fn 'xft:Bitstream Vera Sans Mono:size=16' +bindsym $mod+Shift+Return exec exec urxvt -fn 'xft:Source Code Pro:size=16' # kill focused window bindsym $mod+Shift+q kill |