Added fontsize plugin
* Changed nerd-tree key binding from C-e to C-t to not conflict with scrolling keys * Changed firefox key binding from C-S-w to C-S-f to avoid stacking enabling
This commit is contained in:
17
i3config
17
i3config
@@ -34,7 +34,7 @@ floating_modifier $mod
|
||||
bindsym $mod+Return exec /home/mahesh/apps/install/bin/st
|
||||
# bindsym $mod+Return exec urxvt
|
||||
bindsym $mod+Shift+Return exec gvim
|
||||
bindsym $mod+Shift+w exec /opt/nightly/firefox/firefox
|
||||
bindsym $mod+Shift+f exec /opt/nightly/firefox/firefox
|
||||
|
||||
# kill focused window
|
||||
bindsym $mod+Shift+q kill
|
||||
@@ -203,14 +203,19 @@ gaps left 10
|
||||
#
|
||||
# Border colors
|
||||
#
|
||||
# class border backgr. text indicator
|
||||
client.focused #6f9abb #285577 #ffffff #2e9ef4
|
||||
client.focused_inactive #333333 #5f676a #ffffff #484e50
|
||||
client.unfocused #333333 #222222 #888888 #292d2e
|
||||
client.urgent #2f343a #900000 #ffffff #900000
|
||||
# class border backgr. text indicator child_border
|
||||
# client.focused #6f9abb #285577 #ffffff #2e9ef4
|
||||
# client.focused_inactive #333333 #5f676a #ffffff #484e50
|
||||
# client.unfocused #333333 #222222 #888888 #292d2e
|
||||
# client.urgent #2f343a #900000 #ffffff #900000
|
||||
client.focused #6f9abb #285577 #ffffff #2e9ef4 #2e9ef4
|
||||
client.focused_inactive #333333 #5f676a #ffffff #484e50 #484e50
|
||||
client.unfocused #333333 #222222 #888888 #292d2e #292d2e
|
||||
client.urgent #2f343a #900000 #ffffff #900000 #900000
|
||||
|
||||
# Wallpaper
|
||||
exec_always --no-startup-id feh --bg-fill $HOME/.config/i3/wallpaper.jpg
|
||||
#output "*" background $HOME/.config/i3/wallpaper.jpg fill
|
||||
# Compositor
|
||||
exec_always --no-startup-id compton -b
|
||||
# Key bindings
|
||||
|
Reference in New Issue
Block a user