Changeset 5211578 in dotfiles for wm/.ratpoisonrc


Ignore:
Timestamp:
Sep 25, 2024, 11:43:27 PM (7 weeks ago)
Author:
Mikhail Kirillov <w96k@…>
Branches:
master
Children:
ead573e
Parents:
fc6fa17
Message:

Update dotfiles

File:
1 edited

Legend:

Unmodified
Added
Removed
  • wm/.ratpoisonrc

    rfc6fa17 r5211578  
    1616
    1717# 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
     18alias icecat exec ratpoison -c "select icecat" || exec guix shell --container --network --no-cwd --preserve='^XAUTHORITY$' --expose="${XAUTHORITY}" --preserve='^DISPLAY$' icecat -- icecat
     19alias chromium exec ratpoison -c "select chromium" || exec guix shell --container --network --no-cwd --preserve='^XAUTHORITY$' --expose="${XAUTHORITY}" --preserve='^DISPLAY$' ungoogled-chromium -- chromium
     20alias torbrowser exec ratpoison -c "select torbrowser" || exec guix shell --container --network --no-cwd --preserve='^XAUTHORITY$' --expose="${XAUTHORITY}" --preserve='^DISPLAY$' torbrowser -- torbrowser
    2021alias workrave exec ratpoison -c "select workrave" || exec workrave
    2122alias emacs exec ratpoison -c "select emacs" || exec emacs
     
    2425alias dbeaver exec dbeaver -c "select dbeaver" || exec flatpak run io.dbeaver.DBeaverCommunity
    2526alias guix exec guix
    26 alias shell exec guix shell
     27alias shell exec guix shell --check
     28alias shell-container exec guix shell --container --network --no-cwd --preserve='^XAUTHORITY$' --expose="${XAUTHORITY}" --preserve='^DISPLAY$'
     29alias shell-pure exec guix shell --pure --check
    2730alias mpv exec mpv
    2831
     
    3538# Run or raise Icecat
    3639bind I icecat
     40
     41# Run or raise TorBrowser
     42bind T torbrowser
     43
     44# Run or raise Chromium
     45bind C chromium
    3746
    3847# Run or raise Xterm
Note: See TracChangeset for help on using the changeset viewer.