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