Move UI over to Go Mono #rofi #i3wm
This commit is contained in:
@ -15,7 +15,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:Terminus 10
|
||||
font pango:Go Mono 10
|
||||
|
||||
# This font is widely installed, provides lots of unicode glyphs, right-to-left
|
||||
# text rendering and scalability on retina/hidpi displays (thanks to pango).
|
||||
@ -32,7 +32,7 @@ font pango:Terminus 10
|
||||
floating_modifier $mod
|
||||
|
||||
# Set our background
|
||||
exec ~/var/documents/scripts/changepaper.sh
|
||||
exec feh --bg-scale ~/var/inbox/ng_photos/`ls -Ar ~/var/inbox/ng_photos | tail -n 1`
|
||||
|
||||
#exec --no-startup-id betterlockscreen -w
|
||||
#bindsym $mod+shift+x exec --no-startup-id betterlockscreen -l dimblur
|
||||
@ -101,10 +101,10 @@ bindsym $mod+e layout toggle split
|
||||
# bindsym $mod+space focus mode_toggle
|
||||
|
||||
# focus the parent container
|
||||
# bindsym $mod+a focus parent
|
||||
bindsym $mod+a focus parent
|
||||
|
||||
# focus the child container
|
||||
#bindsym $mod+d focus child
|
||||
bindsym $mod+d focus child
|
||||
|
||||
# Define names for default workspaces for which we configure key bindings later on.
|
||||
# We use variables to avoid repeating the names in multiple places.
|
||||
@ -151,7 +151,7 @@ bindsym $mod+Shift+r restart
|
||||
bindsym $mod+Shift+e exec "i3-nagbar -t warning -m 'You pressed the exit shortcut. Do you really want to exit i3? This will end your X session.' -b 'Yes, exit i3' 'i3-msg exit'"
|
||||
|
||||
bar {
|
||||
position top
|
||||
position bottom
|
||||
status_command i3status
|
||||
}
|
||||
|
||||
@ -204,7 +204,7 @@ for_window [class="^.*"] border pixel 1
|
||||
client.focused #4c7899 #285577 #ffffff #2e9ef4
|
||||
|
||||
# Setup Russian layout siwtching with Alt+Shift
|
||||
exec --no-startup-id "setxkbmap -model pc105 -layout us,ru,fr -option grp:alt_shift_toggle"
|
||||
exec --no-startup-id "setxkbmap -model pc105 -layout us,ru,fr -option grp:alt_super_toggle"
|
||||
|
||||
exec --no-startup-id xrdb ~/.Xresources
|
||||
|
||||
|
||||
Reference in New Issue
Block a user