switched from sys ruby to rvm, polybar deprecation warnings & i3 floating windows
This commit is contained in:
@@ -217,7 +217,7 @@ format-connected = <label-connected>
|
|||||||
format-disconnected = <label-disconnected>
|
format-disconnected = <label-disconnected>
|
||||||
format-packetloss = <animation-packetloss> <label-connected>
|
format-packetloss = <animation-packetloss> <label-connected>
|
||||||
|
|
||||||
label-connected = %local_ip%%downspeed:9%
|
label-connected = %local_ip%%downspeed:1:4%
|
||||||
label-connected-foreground = ${colors.green}
|
label-connected-foreground = ${colors.green}
|
||||||
label-disconnected = %ifname%
|
label-disconnected = %ifname%
|
||||||
label-disconnected-foreground = ${colors.bright_red}
|
label-disconnected-foreground = ${colors.bright_red}
|
||||||
|
|||||||
@@ -2,3 +2,4 @@ v:/home/tristan/build/rineja/app/views
|
|||||||
a:/home/tristan/build/rineja/app/assets
|
a:/home/tristan/build/rineja/app/assets
|
||||||
c:/home/tristan/build/rineja/app/controllers
|
c:/home/tristan/build/rineja/app/controllers
|
||||||
l:/home/tristan/build/shoppe/config/locales
|
l:/home/tristan/build/shoppe/config/locales
|
||||||
|
':/home/tristan/build/doc24_backend/db/data
|
||||||
|
|||||||
@@ -22,8 +22,7 @@ exec --no-startup-id blueman-applet
|
|||||||
exec setxkbmap us altgr-intl
|
exec setxkbmap us altgr-intl
|
||||||
exec xmodmap $HOME/.i3/custom.map
|
exec xmodmap $HOME/.i3/custom.map
|
||||||
|
|
||||||
font pango: Font Awesome 5 Free, Font Awesome 5 Brands, xos4 Terminus 12
|
font pango: xos4 Terminus, Font Awesome 5 Free, Font Awesome 5 Brands 12
|
||||||
|
|
||||||
|
|
||||||
#--APPEARANCE--#
|
#--APPEARANCE--#
|
||||||
#--T-netbook---#
|
#--T-netbook---#
|
||||||
@@ -57,6 +56,7 @@ for_window [class="Pavucontrol"] floating enable
|
|||||||
for_window [class="octopi"] floating enable
|
for_window [class="octopi"] floating enable
|
||||||
for_window [class="lxappearance"] floating enable
|
for_window [class="lxappearance"] floating enable
|
||||||
for_window [class="mojo"] floating enable
|
for_window [class="mojo"] floating enable
|
||||||
|
for_window [class="nitrogen"] floating enable
|
||||||
for_window [title="Hold On*"] floating enable
|
for_window [title="Hold On*"] floating enable
|
||||||
for_window [title="Cerebro*"] floating enable
|
for_window [title="Cerebro*"] floating enable
|
||||||
for_window [title="florence"] floating enable
|
for_window [title="florence"] floating enable
|
||||||
@@ -202,6 +202,10 @@ bindsym $mod+Left move container to output left
|
|||||||
bindsym $mod+Right move container to output right
|
bindsym $mod+Right move container to output right
|
||||||
bindsym $mod+Shift+Left move workspace to output left
|
bindsym $mod+Shift+Left move workspace to output left
|
||||||
bindsym $mod+Shift+Right move workspace to output right
|
bindsym $mod+Shift+Right move workspace to output right
|
||||||
|
bindsym $mod+Up move container to output up
|
||||||
|
bindsym $mod+Down move container to output down
|
||||||
|
bindsym $mod+Shift+Up move workspace to output up
|
||||||
|
bindsym $mod+Shift+Down move workspace to output down
|
||||||
#//WORKSPACES//#
|
#//WORKSPACES//#
|
||||||
|
|
||||||
# resize window (you can also use the mouse for that)
|
# resize window (you can also use the mouse for that)
|
||||||
|
|||||||
12
.zshrc
12
.zshrc
@@ -1,8 +1,6 @@
|
|||||||
|
|
||||||
# Path to your oh-my-zsh installation.
|
# Path to your oh-my-zsh installation.
|
||||||
export ZSH=/home/tristan/.oh-my-zsh
|
export ZSH=/home/tristan/.oh-my-zsh
|
||||||
export PATH=$HOME/.gem/ruby/2.4.0/bin/:$PATH
|
|
||||||
export PATH=$HOME/.gem/ruby/2.5.0/bin/:$PATH
|
|
||||||
|
|
||||||
# Set name of the theme to load. Optionally, if you set this to "random"
|
# Set name of the theme to load. Optionally, if you set this to "random"
|
||||||
# it'll load a random theme each time that oh-my-zsh is loaded.
|
# it'll load a random theme each time that oh-my-zsh is loaded.
|
||||||
@@ -20,12 +18,6 @@ plugins=(archlinux zsh-autosuggestions)
|
|||||||
|
|
||||||
source $ZSH/oh-my-zsh.sh
|
source $ZSH/oh-my-zsh.sh
|
||||||
|
|
||||||
# User configuration
|
|
||||||
export RUBY_GC_HEAP_INIT_SLOTS=800000
|
|
||||||
export RUBY_HEAP_FREE_MIN=100000
|
|
||||||
export RUBY_HEAP_SLOTS_INCREMENT=300000
|
|
||||||
export RUBY_HEAP_SLOTS_GROWTH_FACTOR=1
|
|
||||||
export RUBY_GC_MALLOC_LIMIT=79000000
|
|
||||||
# export MANPATH="/usr/local/man:$MANPATH"
|
# export MANPATH="/usr/local/man:$MANPATH"
|
||||||
export RANGER_LOAD_DEFAULT_RC=FALSE
|
export RANGER_LOAD_DEFAULT_RC=FALSE
|
||||||
|
|
||||||
@@ -55,3 +47,7 @@ alias lh="ls -lh"
|
|||||||
alias ip="ip -c"
|
alias ip="ip -c"
|
||||||
alias be="bundle exec"
|
alias be="bundle exec"
|
||||||
alias ber="bundle exec rails"
|
alias ber="bundle exec rails"
|
||||||
|
|
||||||
|
# Add RVM to PATH for scripting. Make sure this is the last PATH variable change.
|
||||||
|
export PATH="$HOME/.rvm/bin:$PATH"
|
||||||
|
export PATH="$HOME/.rvm/wrappers/jruby-9.1.15.0@global:$PATH"
|
||||||
|
|||||||
Reference in New Issue
Block a user