diff options
author | Joe <bousset.rudy@gmail.com> | 2023-07-27 20:11:41 +0200 |
---|---|---|
committer | Joe <bousset.rudy@gmail.com> | 2023-07-27 20:11:41 +0200 |
commit | 1c97a2838a9eac11b4f02d1bee6faaf8e0aa61d4 (patch) | |
tree | 88f46dddb35a4a9acc613836a62f851f940c1265 /.config | |
parent | up (diff) | |
download | dotfiles-bsd-1c97a2838a9eac11b4f02d1bee6faaf8e0aa61d4.tar.gz dotfiles-bsd-1c97a2838a9eac11b4f02d1bee6faaf8e0aa61d4.tar.bz2 dotfiles-bsd-1c97a2838a9eac11b4f02d1bee6faaf8e0aa61d4.tar.xz dotfiles-bsd-1c97a2838a9eac11b4f02d1bee6faaf8e0aa61d4.tar.zst dotfiles-bsd-1c97a2838a9eac11b4f02d1bee6faaf8e0aa61d4.zip |
up
Diffstat (limited to '')
-rw-r--r-- | .config/go2work/go2work.toml | 3 | ||||
-rwxr-xr-x | .config/openbox/autostart | 2 | ||||
-rwxr-xr-x | .config/openbox/rc.xml | 4 |
3 files changed, 5 insertions, 4 deletions
diff --git a/.config/go2work/go2work.toml b/.config/go2work/go2work.toml index 439ecae..d6f9876 100644 --- a/.config/go2work/go2work.toml +++ b/.config/go2work/go2work.toml @@ -2,7 +2,8 @@ # only the first one is being played unless the 'random' option # is set to 'true' files = [ - '/home/jozan/mu/rock/grunge/alice_in_chains/1992_dirt/01_them_bones.flac', + # '/home/jozan/mu/rock/grunge/alice_in_chains/1992_dirt/01_them_bones.flac', + '/home/jozan/mu/rock/stoner_rock/slo_burn/1997_amusing_the_amazing_ep/03_pilot_the_dune.flac' # '/usr/local/hdd/jozan/dl/Songs Of Anarchy/2015 Songs of Anarchy:Vol. 4 (US, 88875 06146 2)/05 Billy Valentine & The Forest Rangers - All Along The Watchtower.flac', # 'dl/Songs Of Anarchy/2011 Songs of Anarchy:Music From Sons of Anarchy Seasons 1-4 (US, 88691 91432 2)/09 Paul Brady & The Forest Rangers - Gimme Shelter.flac', # '/home/jozan/mu/ost/mick_gordon/2020_doom_eternal_original_game_soundtrack/02_cultist_base.flac', diff --git a/.config/openbox/autostart b/.config/openbox/autostart index b2c1dcd..73b4d26 100755 --- a/.config/openbox/autostart +++ b/.config/openbox/autostart @@ -68,7 +68,7 @@ startif dunst startif picom startif mpd-notification pgrep $mpd >/dev/null || $mpd >/dev/null 2>&1 -"$HOME"/.local/bin/setwp "$HOME"/pics/wp.jpg +"$HOME"/.local/bin/setwp "$HOME"/pics/the_wall.png "$HOME"/.local/bin/kb xset s off xset -dpms diff --git a/.config/openbox/rc.xml b/.config/openbox/rc.xml index 60dc4c2..eb65d45 100755 --- a/.config/openbox/rc.xml +++ b/.config/openbox/rc.xml @@ -300,12 +300,12 @@ </keybind> <keybind key="W-C-h"> <action name="MoveResizeTo"> - <monitor>prev</monitor> + <monitor>next</monitor> </action> </keybind> <keybind key="W-C-l"> <action name="MoveResizeTo"> - <monitor>next</monitor> + <monitor>prev</monitor> </action> </keybind> <!-- <keybind key="W-d"> --> |