stuffs
This commit is contained in:
parent
e97daa5c65
commit
775c898c22
5 changed files with 45 additions and 27 deletions
1
.bashrc
1
.bashrc
|
@ -3,6 +3,7 @@
|
|||
#
|
||||
|
||||
export vblank_mode=0
|
||||
set -o vi
|
||||
[[ $- != *i* ]] && return
|
||||
|
||||
colors() {
|
||||
|
|
|
@ -18,9 +18,9 @@ What I use right now (stuff I have to install on a fresh linux install):
|
|||
* picom/compton
|
||||
* xfce4-power-manager
|
||||
* nm-applet
|
||||
* polkit-gnome -- TODO migrate to the lxde polkit
|
||||
* lxqt-policykit
|
||||
* firefox
|
||||
* rhythmbox -- TODO migrate to a MPD based music player
|
||||
* lxde-apperance (optional)
|
||||
* lxapperance (optional)
|
||||
* NerdFonts
|
||||
* **DASH set as /bin/sh** (Arch Linux)
|
||||
|
|
|
@ -3,6 +3,7 @@
|
|||
###
|
||||
# AUTOSTART
|
||||
###
|
||||
xsetroot -cursor_name left_ptr #fix background cursor being different
|
||||
sxhkd &
|
||||
~/.config/polybar/launch.sh &
|
||||
nitrogen --restore
|
||||
|
@ -13,12 +14,26 @@ nm-applet &
|
|||
blueman-applet &
|
||||
xfce4-power-manager &
|
||||
numlockx on &
|
||||
/usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1 &
|
||||
|
||||
bspc monitor -d 1 2 3 4 5 6
|
||||
bspc monitor VGA-0 7 8 9
|
||||
#/usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1 &
|
||||
/usr/bin/lxqt-policykit-agent &
|
||||
|
||||
###
|
||||
# MONITORS
|
||||
###
|
||||
if [ "`hostname`" = "beef-book" ]; then
|
||||
bspc monitor "DP-1" -d 1 2 3 4 5 6
|
||||
bspc monitor "LVDS1" -d 1 2 3 4 5 6 7 8 9
|
||||
bspc monitor "LVDS-1-1" -d 1 2 3 4 5 6 7 8 9
|
||||
bspc monitor "VGA-0" 7 8 9
|
||||
elif [ "`hostname`" = "lenOwO-pad" ]; then
|
||||
bspc monitor "eDP" -d 1 2 3 4 5 6 7 8 9
|
||||
bspc monitor "HDMI-0" -d 1 2 3 4 5 6 7 8 9
|
||||
bspc monitor "VGA-0" -d 1 2 3 4 5 6 7 8 9
|
||||
fi
|
||||
|
||||
###
|
||||
# GLOBAL SETTINGS
|
||||
###
|
||||
bspc config focus_follows_pointer true
|
||||
bspc config remove_disabled_monitors true
|
||||
bspc config remove_unplugged_monitors true
|
||||
|
@ -36,25 +51,26 @@ bspc config gapless_monocle true
|
|||
|
||||
|
||||
#TODO adauga culori din Xresources
|
||||
### COLORS
|
||||
###
|
||||
# COLORS
|
||||
###
|
||||
#bspc config normal_border_color
|
||||
#bspc config active_border_color
|
||||
#bspc config focused_border_color
|
||||
|
||||
bspc config normal_border_color
|
||||
bspc config active_border_color
|
||||
bspc config focused_border_color
|
||||
#bspc config presel_feedback_color
|
||||
|
||||
bspc config presel_feedback_color
|
||||
#bspc config normal_sticky_border_color
|
||||
#bspc config active_sticky_border_color
|
||||
#bspc config focused_sticky_border_color
|
||||
|
||||
bspc config normal_sticky_border_color
|
||||
bspc config active_sticky_border_color
|
||||
bspc config focused_sticky_border_color
|
||||
|
||||
bspc config normal_private_border_color ""
|
||||
bspc config active_private_border_color ""
|
||||
bspc config focused_private_border_color ""
|
||||
#bspc config normal_private_border_color ""
|
||||
#bspc config active_private_border_color ""
|
||||
#bspc config focused_private_border_color ""
|
||||
|
||||
|
||||
###
|
||||
# APP RULES
|
||||
# RULES
|
||||
###
|
||||
|
||||
bspc rule -a Gimp desktop='^6' state=floating follow=on
|
||||
|
@ -62,9 +78,10 @@ bspc rule -a Pavucontrol state=floating
|
|||
bspc rule -a copyq state=floating
|
||||
bspc rule -a Blueman-manager state=floating
|
||||
bspc rule -a Arandr state=floating
|
||||
bspc rule -a galculator state=floating
|
||||
bspc rule -a Screenkey manage=off
|
||||
bspc rule -a Firefox desktop='^1'
|
||||
bspc rule -a Discord desktop='^4'
|
||||
bspc rule -a Navigator desktop='^1'
|
||||
bspc rule -a discord desktop='^4'
|
||||
bspc rule -a AlarmWindow state=floating
|
||||
bspc rule -a pop-up state=floating
|
||||
bspc rule -a setup state=floating
|
||||
|
|
|
@ -85,7 +85,7 @@
|
|||
idle_threshold = 120
|
||||
|
||||
### Text ###
|
||||
font = JetBrains Mono Medium 10
|
||||
font = Terminus 10
|
||||
|
||||
# The spacing between lines. If the height is smaller than the
|
||||
# font height, it will get raised to the font height.
|
||||
|
@ -278,14 +278,14 @@
|
|||
foreground = "#ffffff"
|
||||
timeout = 5
|
||||
# Icon for notifications with low urgency, uncomment to enable
|
||||
icon = /home/brodie/.config/dunst/normal.png
|
||||
icon = ~/.config/dunst/normal.png
|
||||
|
||||
[urgency_normal]
|
||||
background = "#2b2b2b"
|
||||
foreground = "#ffffff"
|
||||
timeout = 5
|
||||
# Icon for notifications with normal urgency, uncomment to enable
|
||||
icon = /home/brodie/.config/dunst/normal.png
|
||||
icon = ~/.config/dunst/normal.png
|
||||
|
||||
[urgency_critical]
|
||||
background = "#900000"
|
||||
|
@ -293,7 +293,7 @@
|
|||
frame_color = "#ff0000"
|
||||
timeout = 5
|
||||
# Icon for notifications with critical urgency, uncomment to enable
|
||||
icon = /home/brodie/.config/dunst/critical.png
|
||||
icon = ~/.config/dunst/critical.png
|
||||
|
||||
# Every section that isn't one of the above is interpreted as a rules to
|
||||
# override settings for certain messages.
|
||||
|
|
Loading…
Reference in a new issue