Compare commits
8 commits
ce570ac4d9
...
07aef921f5
Author | SHA1 | Date | |
---|---|---|---|
07aef921f5 | |||
22b35cbd13 | |||
eb8ef7ca6e | |||
8d01e00974 | |||
1a7437e08e | |||
d46c3830fb | |||
25e65210dc | |||
4fdfbb594f |
6 changed files with 22 additions and 13 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 2>&1 &
|
nwggrid-server -layer-shell-layer OVERLAY 2>&1 &
|
||||||
|
|
|
@ -28,12 +28,17 @@
|
||||||
<item label="Reconfigure WM">
|
<item label="Reconfigure WM">
|
||||||
<action name="Reconfigure"></action>
|
<action name="Reconfigure"></action>
|
||||||
</item>
|
</item>
|
||||||
<item label="Exit GUI">
|
<menu id="power-menu" label="Power Menu">
|
||||||
<action name="Exit"></action>
|
<item label="Shutdown">
|
||||||
</item>
|
<action name="Execute"><command>systemctl -i poweroff</command></action>
|
||||||
<item label="Shutdown">
|
</item>
|
||||||
<action name="Execute"><command>systemctl -i poweroff</command></action>
|
<item label="Reboot">
|
||||||
</item>
|
<action name="Execute"><command>systemctl -i reboot</command></action>
|
||||||
|
</item>
|
||||||
|
<item label="Exit GUI">
|
||||||
|
<action name="Exit"></action>
|
||||||
|
</item>
|
||||||
|
</menu>
|
||||||
</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">
|
<keybind key="W-d">
|
||||||
<action name="Execute"><command>nwg-drawer</command></action>
|
<action name="Execute"><command>nwggrid</command></action>
|
||||||
</keybind>
|
</keybind>
|
||||||
|
|
||||||
<keybind key="W-r">
|
<keybind key="W-r">
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
{
|
{
|
||||||
"layer": "top",
|
"layer": "bottom",
|
||||||
"position": "top",
|
"position": "top",
|
||||||
"height": 40,
|
"height": 40,
|
||||||
|
|
||||||
|
|
|
@ -38,7 +38,8 @@ 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-git
|
wlr-randr
|
||||||
waybar
|
waybar
|
||||||
zenmap-python3-git
|
zenmap
|
||||||
ttf-nerd-fonts-symbols
|
ttf-nerd-fonts-symbols
|
||||||
ttf-dejavu
|
ttf-dejavu
|
||||||
ttf-liberation
|
ttf-liberation
|
||||||
|
@ -257,4 +257,7 @@ 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