aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--bash/.bashrc2
-rw-r--r--bash/.profile2
l---------fish/functions/br.fish1
-rw-r--r--xorg/.Xresources2
-rwxr-xr-xxorg/.xsession2
5 files changed, 7 insertions, 2 deletions
diff --git a/bash/.bashrc b/bash/.bashrc
index a355b0c..f5f7011 100644
--- a/bash/.bashrc
+++ b/bash/.bashrc
@@ -7,3 +7,5 @@
alias ls='ls --color=auto'
PS1='[\u@\h \W]\$ '
+
+source /home/bozo/.config/broot/launcher/bash/br
diff --git a/bash/.profile b/bash/.profile
index a34726e..ed34427 100644
--- a/bash/.profile
+++ b/bash/.profile
@@ -10,3 +10,5 @@ export VISUAL=nvim
#export QT_AUTO_SCREEN_SCALE_FACTOR=1
#export QT_ENABLE_HIGHDPI_SCALING=1
#export QT_WAYLAND_FORCE_DPI=120
+
+source /home/bozo/.config/broot/launcher/bash/br
diff --git a/fish/functions/br.fish b/fish/functions/br.fish
new file mode 120000
index 0000000..f2aec65
--- /dev/null
+++ b/fish/functions/br.fish
@@ -0,0 +1 @@
+/home/bozo/.local/share/broot/launcher/fish/br.fish \ No newline at end of file
diff --git a/xorg/.Xresources b/xorg/.Xresources
index 19e1130..6af6e9e 100644
--- a/xorg/.Xresources
+++ b/xorg/.Xresources
@@ -1,6 +1,6 @@
Xcursor.theme: Neutral
Xcursor.size: 32
rofi.font: Inter Medium 12
-rofi.modi: drun,window
+rofi.modi: drun,run,window
rofi.show-icons: true
rofi.theme: Monokai
diff --git a/xorg/.xsession b/xorg/.xsession
index e41fb0b..21d4e6a 100755
--- a/xorg/.xsession
+++ b/xorg/.xsession
@@ -6,4 +6,4 @@ autorandr --change
~/.dotfiles/xorg/load_resources.sh
~/.dotfiles/xorg/set_wallpaper.sh
-picom -I 1 -O 1 -D 0 &
+picom -I 1 -O 1 -D 0 -m 1 &