Compare commits
No commits in common. "4b0c3ab55704bc3d9b81fd9ff2338096c7e59d2b" and "84514ae1e87de4c4574f5cb40d36a921985aabff" have entirely different histories.
4b0c3ab557
...
84514ae1e8
@ -1,5 +1,5 @@
|
|||||||
[global]
|
[global]
|
||||||
frame_width = 0
|
frame_width = 1
|
||||||
frame_color = "#888694"
|
frame_color = "#888694"
|
||||||
|
|
||||||
font = FiraCode Nerd Font 11
|
font = FiraCode Nerd Font 11
|
||||||
@ -189,8 +189,8 @@
|
|||||||
timeout = 5
|
timeout = 5
|
||||||
|
|
||||||
[urgency_normal]
|
[urgency_normal]
|
||||||
background = "#66A5AD"
|
background = "#191919"
|
||||||
foreground = "#191919"
|
foreground = "#BBBBBB"
|
||||||
timeout = 5
|
timeout = 5
|
||||||
|
|
||||||
[urgency_critical]
|
[urgency_critical]
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
@import "gruvbox-common.rasinc.rasi"
|
@import "gruvbox-common.rasinc"
|
||||||
* {
|
* {
|
||||||
/* Theme settings */
|
/* Theme settings */
|
||||||
highlight: bold italic;
|
highlight: bold italic;
|
||||||
|
@ -163,6 +163,6 @@ truncate_to_repo = false
|
|||||||
style = 'bold #BBBBBB'
|
style = 'bold #BBBBBB'
|
||||||
|
|
||||||
[character]
|
[character]
|
||||||
success_symbol = "[](bold green)"
|
success_symbol = "[❯](bold green)"
|
||||||
error_symbol = "[](bold red)"
|
error_symbol = "[❯](bold red)"
|
||||||
vicmd_symbol = "[N](bold green)"
|
vicmd_symbol = "[N](bold green)"
|
||||||
|
@ -1,61 +0,0 @@
|
|||||||
# xinput set-prop 13 291 0, 0, 1!/bin/sh
|
|
||||||
|
|
||||||
userresources=$HOME/.Xresources
|
|
||||||
|
|
||||||
usermodmap=$HOME/.Xmodmap
|
|
||||||
sysresources=/etc/X11/xinit/.Xresources
|
|
||||||
sysmodmap=/etc/X11/xinit/.Xmodmap
|
|
||||||
|
|
||||||
# merge in defaults and keymaps
|
|
||||||
|
|
||||||
setxkbmap -option caps:escape
|
|
||||||
if [ -f $sysresources ]; then
|
|
||||||
xrdb -merge $sysresources
|
|
||||||
fi
|
|
||||||
|
|
||||||
if [ -f $sysmodmap ]; then
|
|
||||||
xmodmap $sysmodmap
|
|
||||||
fi
|
|
||||||
|
|
||||||
if [ -f "$userresources" ]; then
|
|
||||||
xrdb -merge "$userresources"
|
|
||||||
fi
|
|
||||||
|
|
||||||
if [ -f "$usermodmap" ]; then
|
|
||||||
xmodmap "$usermodmap"
|
|
||||||
fi
|
|
||||||
|
|
||||||
# start some nice programs
|
|
||||||
|
|
||||||
if [ -d /etc/X11/xinit/xinitrc.d ] ; then
|
|
||||||
for f in /etc/X11/xinit/xinitrc.d/?*.sh ; do
|
|
||||||
[ -x "$f" ] && . "$f"
|
|
||||||
done
|
|
||||||
unset f
|
|
||||||
fi
|
|
||||||
|
|
||||||
export PATH="$PATH:/home/aselimov/bin:/home/aselimov/.local/bin:/home/aselimov/scripts"
|
|
||||||
xinput set-prop "DualPoint Stick" "libinput Accel Speed" 0.8
|
|
||||||
export BROWSER=/usr/bin/firefox
|
|
||||||
export EDITOR=/usr/bin/nvim
|
|
||||||
export XDG_RUNTIME_DIR=/tmp/aselimov
|
|
||||||
|
|
||||||
#Set mouse button settings
|
|
||||||
xinput set-prop "PS/2 Generic Mouse" "libinput Middle Emulation Enabled" 1
|
|
||||||
synclient TouchpadOff=1
|
|
||||||
#synclient TapButton1=0
|
|
||||||
xrandr | grep "2560x1440" && dock.sh || mobile.sh
|
|
||||||
|
|
||||||
# set trackpoint settings
|
|
||||||
xinput --set-prop "TPPS/2 IBM TrackPoint" "libinput Accel Speed" 1.0
|
|
||||||
xinput --set-prop "TPPS/2 IBM TrackPoint" "libinput Accel Profile Enabled" 0 1
|
|
||||||
|
|
||||||
exec sxhkd &
|
|
||||||
exec mpd &
|
|
||||||
exec mpdnotif.sh &
|
|
||||||
exec picom -b --blur-background-fixed --blur-method dual_kawase --blur-strength 3 --backend glx -f -D 3 --fade-exclude "class_g~='slop'" --blur-background-exclude "class_g~='slop'" --corner-radius 10 --rounded-corners-exclude "class_g~='dwm'" &
|
|
||||||
exec wallpaper_randomizer.sh &
|
|
||||||
exec dwmblocks &
|
|
||||||
wmname LG3D &
|
|
||||||
exec dbus-launch --sh-syntax --exit-with-session dwm
|
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user