Changeset 5211578 in dotfiles for wm/.ratpoisonrc
- Timestamp:
- Sep 25, 2024, 11:43:27 PM (7 weeks ago)
- Branches:
- master
- Children:
- ead573e
- Parents:
- fc6fa17
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
wm/.ratpoisonrc
rfc6fa17 r5211578 16 16 17 17 # Commands to run-or-raise programs 18 alias icecat exec ratpoison -c "select icecat" || exec icecat 19 alias palemoon exec ratpoison -c "select Pale moon" || sh ~/Software/palemoon/palemoon-guix.sh 18 alias icecat exec ratpoison -c "select icecat" || exec guix shell --container --network --no-cwd --preserve='^XAUTHORITY$' --expose="${XAUTHORITY}" --preserve='^DISPLAY$' icecat -- icecat 19 alias chromium exec ratpoison -c "select chromium" || exec guix shell --container --network --no-cwd --preserve='^XAUTHORITY$' --expose="${XAUTHORITY}" --preserve='^DISPLAY$' ungoogled-chromium -- chromium 20 alias torbrowser exec ratpoison -c "select torbrowser" || exec guix shell --container --network --no-cwd --preserve='^XAUTHORITY$' --expose="${XAUTHORITY}" --preserve='^DISPLAY$' torbrowser -- torbrowser 20 21 alias workrave exec ratpoison -c "select workrave" || exec workrave 21 22 alias emacs exec ratpoison -c "select emacs" || exec emacs … … 24 25 alias dbeaver exec dbeaver -c "select dbeaver" || exec flatpak run io.dbeaver.DBeaverCommunity 25 26 alias guix exec guix 26 alias shell exec guix shell 27 alias shell exec guix shell --check 28 alias shell-container exec guix shell --container --network --no-cwd --preserve='^XAUTHORITY$' --expose="${XAUTHORITY}" --preserve='^DISPLAY$' 29 alias shell-pure exec guix shell --pure --check 27 30 alias mpv exec mpv 28 31 … … 35 38 # Run or raise Icecat 36 39 bind I icecat 40 41 # Run or raise TorBrowser 42 bind T torbrowser 43 44 # Run or raise Chromium 45 bind C chromium 37 46 38 47 # Run or raise Xterm
Note:
See TracChangeset
for help on using the changeset viewer.