Update
This commit is contained in:
parent
c62f588345
commit
010d50a34e
@ -1 +0,0 @@
|
|||||||
/home/jas/repos/git.hyperreal.coffee/hyperreal/dotfiles/config/xfce4-desktop
|
|
@ -3,10 +3,12 @@
|
|||||||
<channel name="xfce4-notifyd" version="1.0">
|
<channel name="xfce4-notifyd" version="1.0">
|
||||||
<property name="applications" type="empty">
|
<property name="applications" type="empty">
|
||||||
<property name="known_applications" type="array">
|
<property name="known_applications" type="array">
|
||||||
|
<value type="string" value="com.discordapp.Discord"/>
|
||||||
<value type="string" value="Firefox"/>
|
<value type="string" value="Firefox"/>
|
||||||
<value type="string" value="notify-send"/>
|
<value type="string" value="notify-send"/>
|
||||||
<value type="string" value="org.freedesktop.network-manager-applet"/>
|
<value type="string" value="org.freedesktop.network-manager-applet"/>
|
||||||
<value type="string" value="org.xfce.Thunar"/>
|
<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-notifyd settings"/>
|
||||||
<value type="string" value="xfce4-settings-helper"/>
|
<value type="string" value="xfce4-settings-helper"/>
|
||||||
</property>
|
</property>
|
||||||
|
@ -5,5 +5,8 @@
|
|||||||
<property name="power-button-action" type="empty"/>
|
<property name="power-button-action" type="empty"/>
|
||||||
<property name="show-tray-icon" type="bool" value="false"/>
|
<property name="show-tray-icon" type="bool" value="false"/>
|
||||||
<property name="show-panel-label" type="int" value="0"/>
|
<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>
|
</property>
|
||||||
</channel>
|
</channel>
|
||||||
|
@ -73,7 +73,7 @@
|
|||||||
<property name="unredirect_overlays" type="bool" value="true"/>
|
<property name="unredirect_overlays" type="bool" value="true"/>
|
||||||
<property name="urgent_blink" type="bool" value="false"/>
|
<property name="urgent_blink" type="bool" value="false"/>
|
||||||
<property name="use_compositing" type="bool" value="true"/>
|
<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_cycle" type="bool" value="true"/>
|
||||||
<property name="wrap_layout" type="bool" value="true"/>
|
<property name="wrap_layout" type="bool" value="true"/>
|
||||||
<property name="wrap_resistance" type="int" value="10"/>
|
<property name="wrap_resistance" type="int" value="10"/>
|
||||||
|
36
config/zellij/layouts/monitoring.kdl
Normal file
36
config/zellij/layouts/monitoring.kdl
Normal 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
1
doom/.doom.d/.doom.d
Symbolic link
@ -0,0 +1 @@
|
|||||||
|
/home/jas/repos/git.hyperreal.coffee/hyperreal/dotfiles/doom/.doom.d
|
@ -12,6 +12,8 @@ refresh-doom-emacs:
|
|||||||
|
|
||||||
link-dotfiles:
|
link-dotfiles:
|
||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
rm -rfv {{configdir}}/xfce4
|
||||||
|
|
||||||
if [ "$(hostname)" = "desktop" ]; then
|
if [ "$(hostname)" = "desktop" ]; then
|
||||||
ln -sf {{dotfiles_repo}}/config/xfce4-desktop {{configdir}}/xfce4
|
ln -sf {{dotfiles_repo}}/config/xfce4-desktop {{configdir}}/xfce4
|
||||||
fi
|
fi
|
||||||
|
1
zsh/.zshrc.d/.zshrc.d
Symbolic link
1
zsh/.zshrc.d/.zshrc.d
Symbolic link
@ -0,0 +1 @@
|
|||||||
|
/home/jas/repos/git.hyperreal.coffee/hyperreal/dotfiles/zsh/.zshrc.d
|
Loading…
x
Reference in New Issue
Block a user