Added file explorer and way to open browser from in-game

This commit is contained in:
Nathan Anderson 2024-11-14 21:38:05 -07:00
parent 973f54c6bd
commit 178f33dfe4
4 changed files with 13 additions and 13 deletions

View File

@ -44,14 +44,14 @@
</menu> </menu>
<menu id="root-menu"> <menu id="root-menu">
<item label="Web browser"> <item label="󰈹 Web browser">
<action name="Execute" command="firefox" /> <action name="Execute" command="firefox" />
</item> </item>
<item label="Steam"> <item label="󰓓 Steam">
<action name="Execute" command="steam" /> <action name="Execute" command="steam" />
</item> </item>
<item label="Terminal"> <item label="󱃫 Files">
<action name="Execute" command="foot" /> <action name="Execute" command="thunar" />
</item> </item>
<separator /> <separator />
<item label="Reconfigure"> <item label="Reconfigure">

View File

@ -170,15 +170,15 @@
<action name="NextWindow" /> <action name="NextWindow" />
</keybind> </keybind>
<keybind key="W-Return"> <keybind key="W-Return">
<action name="Execute" command="kitty" /> <action name="Execute" command="foot" />
</keybind> </keybind>
<keybind key="A-F3"> <keybind key="W-j">
<action name="Execute" command="" /> <action name="Execute" command="firefox" />
</keybind> </keybind>
<keybind key="A-F4"> <keybind key="A-F4">
<action name="Close" /> <action name="Close" />
</keybind> </keybind>
<keybind key="W-a"> <keybind key="W-f">
<action name="ToggleMaximize" /> <action name="ToggleMaximize" />
</keybind> </keybind>
<keybind key="A-Left"> <keybind key="A-Left">

View File

@ -59,13 +59,13 @@
bash bash
foot foot
git git
glib # gsettings glib
grim grim
sway-contrib.grimshot sway-contrib.grimshot
ghostscript ghostscript
labwc labwc
libnotify libnotify
kanshi kanshi
mako mako
spot spot
networkmanagerapplet networkmanagerapplet
@ -89,9 +89,6 @@
# ]) # ])
]; ];
# environment.loginShellInit = ''
# [[ "$(tty)" == /dev/tty1 ]] && labwc
# '';
# Thunar config # Thunar config
programs.thunar = { programs.thunar = {
enable = true; enable = true;

3
jaci/notes.md Normal file
View File

@ -0,0 +1,3 @@
- Need a way to access files
- Remove boot logs and grub menu
- Cant open steam and then open a web browser