i3: Change font and start unclutter

This commit is contained in:
2020-04-12 00:51:15 +02:00
parent ea40935c48
commit 472fbb7c4e
2 changed files with 6 additions and 2 deletions

View File

@@ -17,7 +17,8 @@ set $bg_color #000000
# Font for window titles. Will also be used by the bar unless a different font # Font for window titles. Will also be used by the bar unless a different font
# is used in the bar {} block below. # is used in the bar {} block below.
font -misc-fixed-medium-r-normal--12-120-75-75-C-70-iso10646-1 #font -misc-fixed-medium-r-normal--12-120-75-75-C-70-iso10646-1
font pango:Mensch 9
# The font above is very space-efficient, that is, it looks good, sharp and # The font above is very space-efficient, that is, it looks good, sharp and
# clear in small sizes. However, its unicode glyph coverage is limited, the old # clear in small sizes. However, its unicode glyph coverage is limited, the old
# X core fonts rendering does not support right-to-left and this being a bitmap # X core fonts rendering does not support right-to-left and this being a bitmap
@@ -207,6 +208,7 @@ exec --no-startup-id nm-applet
exec --no-startup-id flameshot exec --no-startup-id flameshot
exec --no-startup-id feh --bg-scale ~/.config/i3/wallpaper.png exec --no-startup-id feh --bg-scale ~/.config/i3/wallpaper.png
exec --no-startup-id xdotool key --clearmodifiers Num_Lock exec --no-startup-id xdotool key --clearmodifiers Num_Lock
exec --no-startup-id unclutter
# Start i3bar to display a workspace bar (plus the system information i3status # Start i3bar to display a workspace bar (plus the system information i3status
# finds out, if available) # finds out, if available)
@@ -255,3 +257,5 @@ bindsym XF86AudioPrev exec playerctl previous
bindsym XF86AudioMicMute exec --no-startup-id pactl set-source-mute 1 toggle bindsym XF86AudioMicMute exec --no-startup-id pactl set-source-mute 1 toggle
focus_on_window_activation focus focus_on_window_activation focus
for_window [instance="fontpreview"] floating enable

View File

@@ -244,7 +244,7 @@
# Xev might be helpful to find names for keys. # Xev might be helpful to find names for keys.
# Close notification. # Close notification.
close = ctrl+space #close = ctrl+space
# Close all notifications. # Close all notifications.
close_all = ctrl+shift+space close_all = ctrl+shift+space