Giter Club home page Giter Club logo

axyl-i3wm's People

Contributors

kungger-git avatar rubixcube199 avatar thecode-breaker avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

axyl-i3wm's Issues

Questions about config

I don't see any reference to ranger or xfce terminal but I can't assign the keybind to anything else

[Question] Documentation on how to use this repo

This is a question for all the axyl-xxwm repos, how to use this repo? Is there some documentation for dependencies and list of packages required?
I like the configs, and how they look (tried the live session), copied them to ~/.config/xx there is some settings that got applied but not all (it threw an error about polybar which made me think about installing it).

Autostart.sh, udiskie issue.

Every time the WM gets reloaded and Autostart.sh runs, a new instance of udiskie gets launched.
udiskie & on line 44
Screenshot_2021-12-19-01-13-40_2560x1440
Which can be fixed by doing something like this:
PROCESS='udiskie'
if ps ax | grep -v grep | grep $PROCESS> /dev/null
then
echo "$PROCESS running"
else
udiskie &
fi
This should be the case in all the WMs since the config is basically the same from what I saw.
I don't think my solution is the best but it seems to solve the problem(Fairly new to linux). Best Arch distro so far BTW, great work guys. ๐Ÿ˜„

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.