dotttfiles
This commit is contained in:
parent
d2b03781b9
commit
d8513350b8
4 changed files with 22 additions and 19 deletions
13
config.fish
13
config.fish
|
|
@ -21,18 +21,17 @@ end
|
||||||
|
|
||||||
# IOCOM stuff
|
# IOCOM stuff
|
||||||
alias er='rm -rf logs; unzip -o'
|
alias er='rm -rf logs; unzip -o'
|
||||||
if command --search p4 >/dev/null
|
set -x P4USER dswan
|
||||||
set -x P4USER dswan
|
set -x P4PORT "humu.iocom.com:1666"
|
||||||
set -x P4PORT "humu.iocom.com:1666"
|
set -x P4CONFIG p4.cfg
|
||||||
set -x P4CONFIG p4.cfg
|
set -x P4EDITOR nvim
|
||||||
set -x P4EDITOR nvim
|
set -x P4IGNORE .ignore
|
||||||
set -x P4IGNORE .ignore
|
|
||||||
end
|
|
||||||
|
|
||||||
# PATH
|
# PATH
|
||||||
test -e $HOME/dotfiles/bin ; and set -x PATH $HOME/dotfiles/bin $PATH
|
test -e $HOME/dotfiles/bin ; and set -x PATH $HOME/dotfiles/bin $PATH
|
||||||
test -e $HOME/flutter/bin ; and set -x PATH $HOME/flutter/bin $PATH
|
test -e $HOME/flutter/bin ; and set -x PATH $HOME/flutter/bin $PATH
|
||||||
test -e $HOME/.local/bin ; and set -x PATH $HOME/.local/bin $PATH
|
test -e $HOME/.local/bin ; and set -x PATH $HOME/.local/bin $PATH
|
||||||
|
test -e $HOME/.cargo ; and set -x PATH $HOME/.cargo $PATH
|
||||||
test -e $HOME/.npm-packeges/bin ; and set -x PATH $HOME/.npm-packages/bin $PATH
|
test -e $HOME/.npm-packeges/bin ; and set -x PATH $HOME/.npm-packages/bin $PATH
|
||||||
test -e /usr/local/opt/python/libexec/bin ; and set -x PATH /usr/local/opt/python/libexec/bin $PATH
|
test -e /usr/local/opt/python/libexec/bin ; and set -x PATH /usr/local/opt/python/libexec/bin $PATH
|
||||||
test -e $HOME/.cargo/bin ; and set -x PATH $HOME/.cargo/bin $PATH
|
test -e $HOME/.cargo/bin ; and set -x PATH $HOME/.cargo/bin $PATH
|
||||||
|
|
|
||||||
10
i3
10
i3
|
|
@ -29,9 +29,9 @@ bindsym $mod+Shift+q kill
|
||||||
|
|
||||||
# start dmenu (a program launcher)
|
# start dmenu (a program launcher)
|
||||||
bindsym $mod+e exec dmenu_run
|
bindsym $mod+e exec dmenu_run
|
||||||
bindsym Mod1+space exec "rofi -show combi"
|
bindsym $mod+space exec "rofi -show combi"
|
||||||
bindsym Mod1+Mod4+Ctrl+e exec "emacsclient -c"
|
bindsym $mod+Shift+e exec "emacsclient -c"
|
||||||
bindsym Mod1+Mod4+Ctrl+b exec "qutebrowser"
|
bindsym $mod+Shift+b exec "firefox"
|
||||||
# bindsym $mod+d exec --no-startup-id i3-dmenu-desktop
|
# bindsym $mod+d exec --no-startup-id i3-dmenu-desktop
|
||||||
|
|
||||||
# change focus
|
# change focus
|
||||||
|
|
@ -79,7 +79,7 @@ bindsym $mod+period layout toggle split
|
||||||
bindsym $mod+Shift+space floating toggle
|
bindsym $mod+Shift+space floating toggle
|
||||||
|
|
||||||
# change focus between tiling / floating windows
|
# change focus between tiling / floating windows
|
||||||
bindsym $mod+space focus mode_toggle
|
bindsym $mod+Ctrl+space focus mode_toggle
|
||||||
|
|
||||||
# focus the parent container
|
# focus the parent container
|
||||||
bindsym $mod+a focus parent
|
bindsym $mod+a focus parent
|
||||||
|
|
@ -197,4 +197,4 @@ mode "$mode_gaps_outer" {
|
||||||
}
|
}
|
||||||
|
|
||||||
exec "polybar top"
|
exec "polybar top"
|
||||||
|
exec --no-startup-id xautolock -time 10 -locker 'i3lock-pixeled'
|
||||||
|
|
|
||||||
13
polybar
13
polybar
|
|
@ -73,11 +73,14 @@ animation-charging-framerate = 750
|
||||||
[module/i3]
|
[module/i3]
|
||||||
type = internal/i3
|
type = internal/i3
|
||||||
|
|
||||||
;ws-icon-0 = 1;
|
ws-icon-0 = 1;
|
||||||
;ws-icon-1 = 2;
|
ws-icon-1 = 2;
|
||||||
;ws-icon-2 = 3;
|
ws-icon-2 = 3;
|
||||||
;ws-icon-3 = 4;
|
ws-icon-3 = 4;
|
||||||
;ws-icon-4 = 5;
|
ws-icon-4 = 5;
|
||||||
|
ws-icon-5 = 6;
|
||||||
|
ws-icon-6 = 7;
|
||||||
|
ws-icon-7 = 8;
|
||||||
ws-icon-default =
|
ws-icon-default =
|
||||||
|
|
||||||
format = <label-state> <label-mode>
|
format = <label-state> <label-mode>
|
||||||
|
|
|
||||||
5
xprofile
5
xprofile
|
|
@ -1,3 +1,4 @@
|
||||||
|
# xrandr --output DP-4 --rotate right
|
||||||
setxkbmap -option ctrl:nocaps -option compose:ralt
|
setxkbmap -option ctrl:nocaps -option compose:ralt
|
||||||
xcape -e 'Control_L=Escape'
|
xcape -e 'Control_L=Escape'
|
||||||
xmodmap -e "keycode 96 = dead_greek dead_greek dead_greek dead_greek"
|
xmodmap -e "keycode 96 = dead_greek dead_greek dead_greek dead_greek"
|
||||||
|
|
@ -6,5 +7,5 @@ sh ~/dotfiles/logitech_linux_mouse.sh
|
||||||
xsetroot -solid black -cursor_name left_ptr
|
xsetroot -solid black -cursor_name left_ptr
|
||||||
nitrogen --restore &
|
nitrogen --restore &
|
||||||
# feh --bg-fill ~/Sync/Pictures/Wallpaper/space2.jpg
|
# feh --bg-fill ~/Sync/Pictures/Wallpaper/space2.jpg
|
||||||
qsyncthingtray &
|
# qsyncthingtray &
|
||||||
xscreensaver &
|
# xscreensaver &
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue