From 2f694c9ab1416de12d6c5da47d384a625662edf1 Mon Sep 17 00:00:00 2001 From: "bozo.kopic" Date: Fri, 6 Nov 2020 03:13:00 +0100 Subject: . --- bash/.bashrc | 2 ++ bash/.profile | 2 ++ fish/functions/br.fish | 1 + xorg/.Xresources | 2 +- xorg/.xsession | 2 +- 5 files changed, 7 insertions(+), 2 deletions(-) create mode 120000 fish/functions/br.fish 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 & -- cgit v1.2.3-70-g09d2