update
This commit is contained in:
@@ -129,3 +129,5 @@ export XDG_CONFIG_HOME=$HOME/.config
|
||||
export PATH=$PATH:$XDG_CONFIG_HOME
|
||||
#
|
||||
export CHIPS_LAB_HOME=$HOME/projects/homelab/services
|
||||
|
||||
joke -c programming | cowsay -f tux
|
||||
|
||||
@@ -500,5 +500,5 @@ client.connect_signal("unfocus", function(c) c.border_color = beautiful.border_n
|
||||
awful.spawn.with_shell('picom')
|
||||
awful.spawn.with_shell('nitrogen --restore')
|
||||
awful.spawn.with_shell('polybar')
|
||||
awful.spawn.with_shell('xset s 3600 3600') -- set screen saver timeout to 1 hour
|
||||
awful.spawn.with_shell('xset s off -dpms') -- set screen saver timeout to 1 hour
|
||||
-- awful.spawn.with_shell('pcloud')
|
||||
|
||||
@@ -187,7 +187,7 @@ label-foreground = ${colors.module-value}
|
||||
[module/date]
|
||||
type = internal/date
|
||||
interval = 1
|
||||
date = %m-%d %H:%M
|
||||
date = %d-%m %H:%M
|
||||
label = %date%
|
||||
label-foreground = ${colors.foreground}
|
||||
|
||||
|
||||
@@ -48,6 +48,7 @@ local act = wezterm.action
|
||||
config.keys = {
|
||||
{ key = '}', mods = 'SHIFT|CTRL', action = act.SplitVertical { domain = 'CurrentPaneDomain' } },
|
||||
{ key = '|', mods = 'SHIFT|CTRL', action = act.SplitHorizontal { domain = 'CurrentPaneDomain' } },
|
||||
{ key = '"', mods = 'SHIFT|CTRL', action = act.SplitVertical { domain = 'CurrentPaneDomain' } },
|
||||
{ key = 'T', mods = 'SHIFT|CTRL', action = act.SpawnTab 'CurrentPaneDomain' },
|
||||
{ key = 'z', mods = 'CTRL', action = act.TogglePaneZoomState },
|
||||
{ key = 'w', mods = 'CTRL', action = act.CloseCurrentPane { confirm = true } },
|
||||
|
||||
Reference in New Issue
Block a user