new conky, rust routine, no polybar
This commit is contained in:
@@ -80,6 +80,7 @@ for_window [class="(?i)virtualbox"] floating enable border normal
|
||||
for_window [title="KeePassX$"] floating enable border normal
|
||||
for_window [title="Eddie - Settings"] floating enable border normal
|
||||
for_window [class="^Thunderbird$" title="^.*Event:"] floating enable
|
||||
# for_window [class="^urxvt$"] border pixel style 3
|
||||
|
||||
# https://github.com/z3ntu/dotfiles/blob/master/i3/.config/i3/config
|
||||
# Steam
|
||||
@@ -102,9 +103,10 @@ exec --no-startup-id feh --randomize --bg-fill /usr/share/backgrounds/*
|
||||
exec --no-startup-id compton -b
|
||||
exec --no-startup-id nextcloud
|
||||
exec --no-startup-id udiskie
|
||||
exec --no-startup-id polybar beep -r
|
||||
exec --no-startup-id polybar boop -r
|
||||
exec --no-startup-id nm-applet
|
||||
exec --no-startup-id conky -c ~/.conky/syclo-crimson-bottomleft.conkyrc
|
||||
# exec --no-startup-id polybar beep -r
|
||||
# exec --no-startup-id polybar boop -r
|
||||
# exec --no-startup-id nm-applet
|
||||
|
||||
###############################################################################
|
||||
################################# Keybindings #################################
|
||||
@@ -247,11 +249,11 @@ gaps inner 10
|
||||
gaps outer -4
|
||||
|
||||
# Smart gaps (gaps used if only more than one container on the workspace)
|
||||
# smart_gaps on
|
||||
smart_gaps on
|
||||
|
||||
# Smart borders (draw borders around container only if it is not the only container on this workspace)
|
||||
# on|no_gaps (on=always activate and no_gaps=only activate if the gap size to the edge of the screen is 0)
|
||||
# smart_borders on
|
||||
smart_borders on
|
||||
|
||||
# Press $mod+Shift+g to enter the gap mode. Choose o or i for modifying outer/inner gaps. Press one of + / - (in-/decrement for current workspace) or 0 (remove gaps for current workspace). If you also press Shift with these keys, the change will be global for all workspaces.
|
||||
set $mode_gaps Gaps: (o) outer, (i) inner
|
||||
|
||||
Reference in New Issue
Block a user