Make some changes
This commit is contained in:
parent
21f206c9e8
commit
74eb837aa3
3 changed files with 17 additions and 13 deletions
13
bashrc
13
bashrc
|
@ -12,10 +12,10 @@ export EDITOR=vim
|
|||
export CDPATH=.:~:~/Sites
|
||||
|
||||
#Ruby things
|
||||
#GEM_HOME=$(ls -t -U | ruby -e 'puts Gem.user_dir')
|
||||
#GEM_PATH=$GEM_HOME
|
||||
#export PATH=$PATH:$GEM_HOME/bin
|
||||
#export GEM_HOME=$(ruby -e 'print Gem.user_dir')
|
||||
GEM_HOME=$(ls -t -U | ruby -e 'puts Gem.user_dir')
|
||||
GEM_PATH=$GEM_HOME
|
||||
export PATH=$PATH:$GEM_HOME/bin
|
||||
export GEM_HOME=$(ruby -e 'print Gem.user_dir')
|
||||
|
||||
big-chromium () {
|
||||
chromium --force-device-scale-factor=$1
|
||||
|
@ -185,6 +185,9 @@ alias .v='cd ~/.vim/'
|
|||
alias df='cd ~/.dotfiles'
|
||||
#fi
|
||||
|
||||
# moon phase
|
||||
alias moonphase='weather moon'
|
||||
|
||||
#Old ps1
|
||||
#PS1='[\u@\h \W]\$ '
|
||||
|
||||
|
@ -338,7 +341,7 @@ fi
|
|||
#If on work computer, cd into sites
|
||||
|
||||
clear
|
||||
screenfetch
|
||||
#screenfetch
|
||||
set -o vi
|
||||
|
||||
# vim: foldmethod=marker
|
||||
|
|
|
@ -4,4 +4,4 @@ place=${initial// /+}
|
|||
if [[ "$place" == "" ]]; then
|
||||
place="Bury+St+Edmunds"
|
||||
fi
|
||||
curl "wttr.in/$place"
|
||||
curl "wttr.in/$place" 2> /dev/null | head -n -2
|
||||
|
|
|
@ -170,7 +170,7 @@ assign [class="skypeforlinux"] $workspace10
|
|||
for_window [class="Galculator"] floating enable
|
||||
|
||||
# reload the configuration file
|
||||
bindsym $mod+Shift+c reload
|
||||
#bindsym $mod+Shift+c reload
|
||||
|
||||
# restart i3 inplace (preserves your layout/session, can be used to upgrade i3)
|
||||
bindsym $mod+Shift+r restart
|
||||
|
@ -217,7 +217,7 @@ bindsym $mod+r mode "resize"
|
|||
# finds out, if available)
|
||||
bar {
|
||||
status_command i3status
|
||||
#tray_output primary
|
||||
tray_output primary
|
||||
colors {
|
||||
separator $base03
|
||||
background $base01
|
||||
|
@ -233,7 +233,8 @@ bar {
|
|||
#Use xfce4 panel instead of i3's
|
||||
#exec --no-startup-id xfce4-panel --disable-wm-check
|
||||
|
||||
bindsym control+mod1+c exec chromium, workspace $workspace1
|
||||
bindsym $mod+c exec chromium-snapshot-bin, workspace $workspace1
|
||||
bindsym $mod+Shift+c exec chromium-snapshot-bin --force-device-scale-factor=2, workspace $workspace1
|
||||
bindsym control+mod1+f exec thunar
|
||||
bindsym XF86Mail exec thunderbird
|
||||
bindsym $mod+z exec zeal
|
||||
|
@ -342,8 +343,8 @@ mode "$mode_gaps_outer" {
|
|||
|
||||
|
||||
#exec --no-startup-id redshift-gtk
|
||||
|
||||
#exec --no-startup-id redshift-gtk
|
||||
exec --no-startup-id redshift
|
||||
exec --no-startup-id pasystray
|
||||
#exec feh --bg-scale /home/jonathan/Pictures/Wallpapers/blueConky/ram_memory_chip-wallpaper-3554x1999.jpg
|
||||
exec --no-startup-id compton -f -i 0.95
|
||||
exec_always --no-startup-id /usr/lib/kdeconnectd
|
||||
|
@ -354,10 +355,10 @@ exec --no-startup-id xfce4-clipman
|
|||
#exec --no-startup-id xfce4-power-manager
|
||||
#exec_always --no-startup-id killall conky
|
||||
#exec_always --no-startup-id sleep 1s; killall -9 conky
|
||||
exec --no-startup-id xrandr --output HDMI-1 --auto --left-of DP-1
|
||||
exec --no-startup-id xrandr --output DP-1 --primary --mode 2560x1440 --pos 1440x0 --rotate normal --output HDMI-1 --mode 1440x900 --pos 0x0 --rotate normal --output HDMI-2 --off
|
||||
exec_always --no-startup-id /usr/lib/xfce4/notifyd/xfce4-notifyd
|
||||
exec --no-startup-id sh ~/.fehbg
|
||||
exec_always --no-startup-id sh "/home/jonathan/.config/conky/conky-startup.sh"
|
||||
#exec --no-startup-id conky -c "/home/jonathan/.config/conky/BibleVerse/bibleGateway"
|
||||
#exec --no-startup-id conky -c "/home/jonathan/.config/conky/MyBlue/MyBlue"
|
||||
exec --no-startup-id albert
|
||||
exec_always --no-startup-id albert
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue