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 &
|
||||
|
||||
# Drawer
|
||||
nwggrid-server -layer-shell-layer OVERLAY 2>&1 &
|
||||
nwggrid-server 2>&1 &
|
||||
|
|
|
@ -28,17 +28,12 @@
|
|||
<item label="Reconfigure WM">
|
||||
<action name="Reconfigure"></action>
|
||||
</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">
|
||||
<action name="Exit"></action>
|
||||
</item>
|
||||
</menu>
|
||||
<item label="Exit GUI">
|
||||
<action name="Exit"></action>
|
||||
</item>
|
||||
<item label="Shutdown">
|
||||
<action name="Execute"><command>systemctl -i poweroff</command></action>
|
||||
</item>
|
||||
</menu>
|
||||
|
||||
</openbox_menu>
|
||||
|
|
|
@ -35,8 +35,8 @@
|
|||
<action name="Execute"><command>footclient</command></action>
|
||||
</keybind>
|
||||
|
||||
<keybind key="W-d">
|
||||
<action name="Execute"><command>nwggrid</command></action>
|
||||
<keybind key="W">
|
||||
<action name="Execute"><command>nwg-drawer</command></action>
|
||||
</keybind>
|
||||
|
||||
<keybind key="W-r">
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"layer": "bottom",
|
||||
"layer": "top",
|
||||
"position": "top",
|
||||
"height": 40,
|
||||
|
||||
|
|
|
@ -38,8 +38,7 @@ timeout=15
|
|||
timeout_style=menu
|
||||
|
||||
# GRUB init tune for accessibility
|
||||
#play 600 988 1 1319 4
|
||||
play 600 200 1 1 2 200 1
|
||||
play 600 988 1 1319 4
|
||||
|
||||
# Menu entries
|
||||
|
||||
|
|
|
@ -201,9 +201,9 @@ wl-clipboard-x11
|
|||
wf-recorder
|
||||
bemenu-wayland
|
||||
labwc
|
||||
wlr-randr
|
||||
wlr-randr-git
|
||||
waybar
|
||||
zenmap
|
||||
zenmap-python3-git
|
||||
ttf-nerd-fonts-symbols
|
||||
ttf-dejavu
|
||||
ttf-liberation
|
||||
|
@ -257,7 +257,4 @@ mesa-vdpau
|
|||
nvtop
|
||||
libva-utils
|
||||
vdpauinfo
|
||||
arch-wiki-docs
|
||||
arch-wiki-lite
|
||||
zenity
|
||||
dialog
|
||||
|
|
Loading…
Reference in a new issue