Compare commits
No commits in common. "07aef921f574e99a170b092ab201a4efdca1c600" and "ce570ac4d929357e3c91869b3d317f17c6fbd85b" have entirely different histories.
07aef921f5
...
ce570ac4d9
6 changed files with 13 additions and 22 deletions
|
@ -25,4 +25,4 @@ foot -s >/dev/null 2>&1 &
|
||||||
waybar -c ~/.config/waybar/labwc >/dev/null 2>&1 &
|
waybar -c ~/.config/waybar/labwc >/dev/null 2>&1 &
|
||||||
|
|
||||||
# Drawer
|
# Drawer
|
||||||
nwggrid-server -layer-shell-layer OVERLAY 2>&1 &
|
nwggrid-server 2>&1 &
|
||||||
|
|
|
@ -28,17 +28,12 @@
|
||||||
<item label="Reconfigure WM">
|
<item label="Reconfigure WM">
|
||||||
<action name="Reconfigure"></action>
|
<action name="Reconfigure"></action>
|
||||||
</item>
|
</item>
|
||||||
<menu id="power-menu" label="Power Menu">
|
|
||||||
<item label="Shutdown">
|
|
||||||
<action name="Execute"><command>systemctl -i poweroff</command></action>
|
|
||||||
</item>
|
|
||||||
<item label="Reboot">
|
|
||||||
<action name="Execute"><command>systemctl -i reboot</command></action>
|
|
||||||
</item>
|
|
||||||
<item label="Exit GUI">
|
<item label="Exit GUI">
|
||||||
<action name="Exit"></action>
|
<action name="Exit"></action>
|
||||||
</item>
|
</item>
|
||||||
</menu>
|
<item label="Shutdown">
|
||||||
|
<action name="Execute"><command>systemctl -i poweroff</command></action>
|
||||||
|
</item>
|
||||||
</menu>
|
</menu>
|
||||||
|
|
||||||
</openbox_menu>
|
</openbox_menu>
|
||||||
|
|
|
@ -35,8 +35,8 @@
|
||||||
<action name="Execute"><command>footclient</command></action>
|
<action name="Execute"><command>footclient</command></action>
|
||||||
</keybind>
|
</keybind>
|
||||||
|
|
||||||
<keybind key="W-d">
|
<keybind key="W">
|
||||||
<action name="Execute"><command>nwggrid</command></action>
|
<action name="Execute"><command>nwg-drawer</command></action>
|
||||||
</keybind>
|
</keybind>
|
||||||
|
|
||||||
<keybind key="W-r">
|
<keybind key="W-r">
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
{
|
{
|
||||||
"layer": "bottom",
|
"layer": "top",
|
||||||
"position": "top",
|
"position": "top",
|
||||||
"height": 40,
|
"height": 40,
|
||||||
|
|
||||||
|
|
|
@ -38,8 +38,7 @@ timeout=15
|
||||||
timeout_style=menu
|
timeout_style=menu
|
||||||
|
|
||||||
# GRUB init tune for accessibility
|
# GRUB init tune for accessibility
|
||||||
#play 600 988 1 1319 4
|
play 600 988 1 1319 4
|
||||||
play 600 200 1 1 2 200 1
|
|
||||||
|
|
||||||
# Menu entries
|
# Menu entries
|
||||||
|
|
||||||
|
|
|
@ -201,9 +201,9 @@ wl-clipboard-x11
|
||||||
wf-recorder
|
wf-recorder
|
||||||
bemenu-wayland
|
bemenu-wayland
|
||||||
labwc
|
labwc
|
||||||
wlr-randr
|
wlr-randr-git
|
||||||
waybar
|
waybar
|
||||||
zenmap
|
zenmap-python3-git
|
||||||
ttf-nerd-fonts-symbols
|
ttf-nerd-fonts-symbols
|
||||||
ttf-dejavu
|
ttf-dejavu
|
||||||
ttf-liberation
|
ttf-liberation
|
||||||
|
@ -257,7 +257,4 @@ mesa-vdpau
|
||||||
nvtop
|
nvtop
|
||||||
libva-utils
|
libva-utils
|
||||||
vdpauinfo
|
vdpauinfo
|
||||||
arch-wiki-docs
|
|
||||||
arch-wiki-lite
|
arch-wiki-lite
|
||||||
zenity
|
|
||||||
dialog
|
|
||||||
|
|
Loading…
Reference in a new issue