This commit is contained in:
Jeffrey Serio 2025-04-16 10:46:46 -05:00
parent c62f588345
commit 010d50a34e
8 changed files with 46 additions and 2 deletions

View File

@ -1 +0,0 @@
/home/jas/repos/git.hyperreal.coffee/hyperreal/dotfiles/config/xfce4-desktop

View File

@ -3,10 +3,12 @@
<channel name="xfce4-notifyd" version="1.0">
<property name="applications" type="empty">
<property name="known_applications" type="array">
<value type="string" value="com.discordapp.Discord"/>
<value type="string" value="Firefox"/>
<value type="string" value="notify-send"/>
<value type="string" value="org.freedesktop.network-manager-applet"/>
<value type="string" value="org.xfce.Thunar"/>
<value type="string" value="Xfce volume control"/>
<value type="string" value="Xfce4-notifyd settings"/>
<value type="string" value="xfce4-settings-helper"/>
</property>

View File

@ -5,5 +5,8 @@
<property name="power-button-action" type="empty"/>
<property name="show-tray-icon" type="bool" value="false"/>
<property name="show-panel-label" type="int" value="0"/>
<property name="dpms-enabled" type="bool" value="false"/>
<property name="dpms-on-ac-sleep" type="uint" value="13"/>
<property name="blank-on-ac" type="int" value="10"/>
</property>
</channel>

View File

@ -73,7 +73,7 @@
<property name="unredirect_overlays" type="bool" value="true"/>
<property name="urgent_blink" type="bool" value="false"/>
<property name="use_compositing" type="bool" value="true"/>
<property name="workspace_count" type="int" value="4"/>
<property name="workspace_count" type="int" value="1"/>
<property name="wrap_cycle" type="bool" value="true"/>
<property name="wrap_layout" type="bool" value="true"/>
<property name="wrap_resistance" type="int" value="10"/>

View File

@ -0,0 +1,36 @@
layout {
default_tab_template {
pane size=1 borderless=true {
plugin location="zellij:tab-bar"
}
children
pane size=2 borderless=true {
plugin location="zellij:status-bar"
}
}
tab name="nas 100.64.0.13" {
pane command="autossh" {
args "-M 0" "-tttt" "jas@nas.headscale.moonshadow.dev" "btop"
}
}
tab name="moonshadow 100.64.0.8" {
pane command="autossh" {
args "-M 0" "-tttt" "jas@moonshadow.headscale.moonshadow.dev" "btop"
}
}
tab name="hyperreal.coffee 100.64.0.14" {
pane command="autossh" {
args "-M 0" "-tttt" "jas@hyperreal.headscale.moonshadow.dev" "btop"
}
}
tab name="rpi400 100.64.0.5" {
pane command="autossh" {
args "-M 0" "-tttt" "root@rpi400.headscale.moonshadow.dev" "btop"
}
}
tab name="glances" {
pane command="/home/jas/bin/swivel" {
args "100.64.0.13" "100.64.0.8" "100.64.0.14" "100.64.0.5"
}
}
}

1
doom/.doom.d/.doom.d Symbolic link
View File

@ -0,0 +1 @@
/home/jas/repos/git.hyperreal.coffee/hyperreal/dotfiles/doom/.doom.d

View File

@ -12,6 +12,8 @@ refresh-doom-emacs:
link-dotfiles:
#!/usr/bin/env bash
rm -rfv {{configdir}}/xfce4
if [ "$(hostname)" = "desktop" ]; then
ln -sf {{dotfiles_repo}}/config/xfce4-desktop {{configdir}}/xfce4
fi

1
zsh/.zshrc.d/.zshrc.d Symbolic link
View File

@ -0,0 +1 @@
/home/jas/repos/git.hyperreal.coffee/hyperreal/dotfiles/zsh/.zshrc.d