summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--.config/go2work/go2work.toml4
-rw-r--r--.config/mimeapps.list1
-rw-r--r--.config/x11/xinitrc8
3 files changed, 7 insertions, 6 deletions
diff --git a/.config/go2work/go2work.toml b/.config/go2work/go2work.toml
index 4750da9..3dc9883 100644
--- a/.config/go2work/go2work.toml
+++ b/.config/go2work/go2work.toml
@@ -3,7 +3,7 @@
# is set to 'true'
files = [
# '/home/jozan/mu/rock/grunge/alice_in_chains/1992_dirt/01_them_bones.flac',
- '/var/hdd/files/mu/rock/grunge/pearl_jam/2020_mtv_unplugged_live/02_state_of_love_and_trust.flac',
+ # '/var/hdd/files/mu/rock/grunge/pearl_jam/2020_mtv_unplugged_live/02_state_of_love_and_trust.flac',
# '/home/jozan/mu/rock/stoner_rock/slo_burn/1997_amusing_the_amazing_ep/02_muezli.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',
@@ -12,7 +12,7 @@ files = [
#'/home/jozan/mu/ost/mick_gordon/2020_doom_eternal_original_game_soundtrack/21_the_super_gore_nest.flac',
# '/home/jozan/16-441/06_conflagration.wav',
# '/home/jozan/mu/progressive/progressive_black_metal/deathspell_omega/2010_paracletus/02_wings_of_predation.flac',
- # '/home/jozan/mu/metal/technical_death_metal/gojira/2016_magma/04_stranded.flac',
+ '/home/jozan/mu/metal/technical_death_metal/gojira/2016_magma/04_stranded.flac',
# '/home/jozan/mu/metal/technical_death_metal/gojira/2005_form_mars_to_sirius/02_backbone.flac',
# '/usr/home/jozan/mu/metal/technical_death_metal/ulcerate/2011_the_destroyers_of_all/07_the_destroyers_of_all.flac',
#'/home/jozan/mu/rock/grunge/nirvana/2011_nevermind_20th_anniversary_deluxe_edition/cd_1/04_breed.flac',
diff --git a/.config/mimeapps.list b/.config/mimeapps.list
index b34c640..7fc2aba 100644
--- a/.config/mimeapps.list
+++ b/.config/mimeapps.list
@@ -52,6 +52,7 @@ video/x-msvideo=mpv.desktop
x-scheme-handler/discord-424004941485572097=discord-424004941485572097.desktop
video/quicktime=mpv.desktop
x-scheme-handler/forticlient=FortiClient.desktop
+x-scheme-handler/discord-460807638964371468=discord-460807638964371468.desktop
[Added Associations]
x-scheme-handler/https=userapp-Firefox-NVLWI0.desktop;librewolf.desktop;firefox.desktop;userapp-Firefox-SWW0Y1.desktop;
diff --git a/.config/x11/xinitrc b/.config/x11/xinitrc
index c904355..414bcdb 100644
--- a/.config/x11/xinitrc
+++ b/.config/x11/xinitrc
@@ -62,12 +62,12 @@ start_apps() {
}
export LANG='en_US.UTF-8'
-[ $host = "mother" ] && xrandr --output HDMI-0 --off \
- --output DP-0 --mode 1440x900 --pos 0x0 --rotate normal \
- --output DP-2 --mode 1440x900 --pos 3120x0 --rotate normal \
- --output DP-4 --primary --mode 1680x1050 --pos 1440x0 --rotate normal \
+[ $host = "mother" ] && xrandr --output HDMI-0 --primary --mode 1920x1080 --pos 1440x0 --rotate normal \
+ --output DP-0 --mode 1680x1050 --pos 3360x0 --rotate normal \
--output DP-1 --off \
+ --output DP-2 --off \
--output DP-3 --off \
+ --output DP-4 --mode 1440x900 --pos 0x0 --rotate normal \
--output DP-5 --off
[ $host = "po-rbo" ] && xrandr \
--output eDP-1 --mode 1920x1200 --pos 0x0 --rotate normal \