This commit is contained in:
cool-mist
2024-09-08 00:15:49 +05:30
parent e86a592783
commit 3d50d72da4
4 changed files with 5 additions and 2 deletions
+2
View File
@@ -129,3 +129,5 @@ export XDG_CONFIG_HOME=$HOME/.config
export PATH=$PATH:$XDG_CONFIG_HOME export PATH=$PATH:$XDG_CONFIG_HOME
# #
export CHIPS_LAB_HOME=$HOME/projects/homelab/services export CHIPS_LAB_HOME=$HOME/projects/homelab/services
joke -c programming | cowsay -f tux
+1 -1
View File
@@ -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('picom')
awful.spawn.with_shell('nitrogen --restore') awful.spawn.with_shell('nitrogen --restore')
awful.spawn.with_shell('polybar') 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') -- awful.spawn.with_shell('pcloud')
+1 -1
View File
@@ -187,7 +187,7 @@ label-foreground = ${colors.module-value}
[module/date] [module/date]
type = internal/date type = internal/date
interval = 1 interval = 1
date = %m-%d %H:%M date = %d-%m %H:%M
label = %date% label = %date%
label-foreground = ${colors.foreground} label-foreground = ${colors.foreground}
+1
View File
@@ -48,6 +48,7 @@ local act = wezterm.action
config.keys = { config.keys = {
{ key = '}', mods = 'SHIFT|CTRL', action = act.SplitVertical { domain = 'CurrentPaneDomain' } }, { key = '}', mods = 'SHIFT|CTRL', action = act.SplitVertical { domain = 'CurrentPaneDomain' } },
{ key = '|', mods = 'SHIFT|CTRL', action = act.SplitHorizontal { 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 = 'T', mods = 'SHIFT|CTRL', action = act.SpawnTab 'CurrentPaneDomain' },
{ key = 'z', mods = 'CTRL', action = act.TogglePaneZoomState }, { key = 'z', mods = 'CTRL', action = act.TogglePaneZoomState },
{ key = 'w', mods = 'CTRL', action = act.CloseCurrentPane { confirm = true } }, { key = 'w', mods = 'CTRL', action = act.CloseCurrentPane { confirm = true } },