forked from logan/dotfiles
Changed some stuff I forgot already
This commit is contained in:
parent
9b27d92519
commit
3717b7dd78
2 changed files with 7 additions and 3 deletions
2
.bashrc
2
.bashrc
|
@ -24,3 +24,5 @@ complete -cf sudo
|
|||
|
||||
PS1="[\\u@\\h: \\w]$ "
|
||||
[ -f /opt/miniconda3/etc/profile.d/conda.sh ] && source /opt/miniconda3/etc/profile.d/conda.sh
|
||||
alias sudo='sudo '
|
||||
complete -cf sudo
|
||||
|
|
|
@ -178,7 +178,8 @@ bindsym $mod+r mode "resize"
|
|||
|
||||
|
||||
### Custom
|
||||
bindsym Ctrl+Mod1+l exec --no-startup-id loginctl lock-session
|
||||
#bindsym Ctrl+Mod1+l exec --no-startup-id loginctl lock-session
|
||||
bindsym Ctrl+Mod1+l exec --no-startup-id betterlockscreen -l pixel -t "${USER}@${HOSTNAME}" --off 10
|
||||
|
||||
# Move workspace over to neighboring monitors
|
||||
bindsym $mod+Ctrl+Left move workspace to output left
|
||||
|
@ -209,11 +210,12 @@ bindsym Ctrl+Shift+Print exec --no-startup-id flameshot full -c
|
|||
#}
|
||||
|
||||
exec_always --no-startup-id $HOME/.config/polybar/launch.sh
|
||||
exec_always --no-startup-id feh --bg-fill ~/Pictures/scr00015.png
|
||||
exec_always --no-startup-id feh --bg-fill ~/.fehbg &
|
||||
|
||||
exec --no-startup-id QT_QPA_PLATFORMTHEME=qt5ct flameshot 2>&1 &
|
||||
exec --no-startup-id compton 2>&1 &
|
||||
exec --no-startup-id mate-screensaver 2>&1 &
|
||||
#exec --no-startup-id mate-screensaver 2>&1 &
|
||||
#exec --no-startup-id mate-screensaver 2>&1 &
|
||||
#exec --no-startup-id xautolock -time 10 -locker 'xfce4-screensaver-command -l' 2>&1 &
|
||||
exec --no-startup-id /usr/lib/xfce4/notifyd/xfce4-notifyd 2>&1 &
|
||||
#exec --no-startup-id /usr/bin/lxqt-notificationd 2>&1 &
|
||||
|
|
Loading…
Reference in a new issue