Skip to content

Instantly share code, notes, and snippets.

@xiangchu0
Last active September 4, 2017 14:50
Show Gist options
  • Select an option

  • Save xiangchu0/ea7da751db0de17e84becfdfab1ed9a1 to your computer and use it in GitHub Desktop.

Select an option

Save xiangchu0/ea7da751db0de17e84becfdfab1ed9a1 to your computer and use it in GitHub Desktop.
siweixiang_dot_file_config
set $mod Mod4
font pango:monospace 10
# This font is widely installed, provides lots of unicode glyphs, right-to-left
# text rendering and scalability on retina/hidpi displays (thanks to pango).
#font pango:DejaVu Sans Mono 8
# Before i3 v4.8, we used to recommend this one as the default:
# font -misc-fixed-medium-r-normal--13-120-75-75-C-70-iso10646-1
# The font above is very space-efficient, that is, it looks good, sharp and
# clear in small sizes. However, its unicode glyph coverage is limited, the old
# X core fonts rendering does not support right-to-left and this being a bitmap
# font, it doesn’t scale on retina/hidpi displays.
# Use Mouse+$mod to drag floating windows to their wanted position
floating_modifier $mod
# start a terminal
bindsym $mod+Return exec xterm
# kill focused window
bindsym $mod+Shift+q kill
# start dmenu (a program launcher)
bindsym $mod+d exec dmenu_run
# There also is the (new) i3-dmenu-desktop which only displays applications
# shipping a .desktop file. It is a wrapper around dmenu, so you need that
# installed.
# bindsym $mod+d exec --no-startup-id i3-dmenu-desktop
# change focus
bindsym $mod+j focus left
bindsym $mod+k focus down
bindsym $mod+l focus up
bindsym $mod+semicolon focus right
# alternatively, you can use the cursor keys:
bindsym $mod+Left focus left
bindsym $mod+Down focus down
bindsym $mod+Up focus up
bindsym $mod+Right focus right
# move focused window
bindsym $mod+Shift+j move left
bindsym $mod+Shift+k move down
bindsym $mod+Shift+l move up
bindsym $mod+Shift+semicolon move right
# alternatively, you can use the cursor keys:
bindsym $mod+Shift+Left move left
bindsym $mod+Shift+Down move down
bindsym $mod+Shift+Up move up
bindsym $mod+Shift+Right move right
# split in horizontal orientation
bindsym $mod+h split h
# split in vertical orientation
bindsym $mod+v split v
# enter fullscreen mode for the focused container
bindsym $mod+f fullscreen toggle
# change container layout (stacked, tabbed, toggle split)
bindsym $mod+s layout stacking
bindsym $mod+w layout tabbed
bindsym $mod+e layout toggle split
# toggle tiling / floating
bindsym $mod+Shift+space floating toggle
# change focus between tiling / floating windows
bindsym $mod+space focus mode_toggle
# focus the parent container
bindsym $mod+a focus parent
# focus the child container
#bindsym $mod+d focus child
# switch to workspace
bindsym $mod+1 workspace "browser"
bindsym $mod+2 workspace "editor"
bindsym $mod+3 workspace "terminal"
bindsym $mod+4 workspace 4
bindsym $mod+5 workspace 5
bindsym $mod+6 workspace 6
bindsym $mod+7 workspace 7
bindsym $mod+8 workspace 8
bindsym $mod+9 workspace 9
bindsym $mod+0 workspace 10
# move focused container to workspace
bindsym $mod+Shift+1 move container to workspace "browser"
bindsym $mod+Shift+2 move container to workspace "editor"
bindsym $mod+Shift+3 move container to workspace "terminal"
bindsym $mod+Shift+4 move container to workspace 4
bindsym $mod+Shift+5 move container to workspace 5
bindsym $mod+Shift+6 move container to workspace 6
bindsym $mod+Shift+7 move container to workspace 7
bindsym $mod+Shift+8 move container to workspace 8
bindsym $mod+Shift+9 move container to workspace 9
bindsym $mod+Shift+0 move container to workspace 10
# reload the configuration file
bindsym $mod+Shift+c reload
# restart i3 inplace (preserves your layout/session, can be used to upgrade i3)
bindsym $mod+Shift+r restart
# exit i3 (logs you out of your X session)
bindsym $mod+Shift+e exec "i3-nagbar -t warning -m 'You pressed the exit shortcut. Do you really want to exit i3? This will end your X session.' -b 'Yes, exit i3' 'i3-msg exit'"
# resize window (you can also use the mouse for that)
mode "resize" {
# These bindings trigger as soon as you enter the resize mode
# Pressing left will shrink the window’s width.
# Pressing right will grow the window’s width.
# Pressing up will shrink the window’s height.
# Pressing down will grow the window’s height.
bindsym j resize shrink width 10 px or 10 ppt
bindsym k resize grow height 10 px or 10 ppt
bindsym l resize shrink height 10 px or 10 ppt
bindsym semicolon resize grow width 10 px or 10 ppt
# same bindings, but for the arrow keys
bindsym Left resize shrink width 10 px or 10 ppt
bindsym Down resize grow height 10 px or 10 ppt
bindsym Up resize shrink height 10 px or 10 ppt
bindsym Right resize grow width 10 px or 10 ppt
# back to normal: Enter or Escape
bindsym Return mode "default"
bindsym Escape mode "default"
}
bindsym $mod+r mode "resize"
# Start i3bar to display a workspace bar (plus the system information i3status
# finds out, if available)
bar {
status_command i3blocks -c ~/.config/i3/i3blocks.conf
strip_workspace_numbers yes
position top
tray_padding 1
colors {
background #012744 #005f87 #0088aa
statusline #000000
separator #FF9955
# background $transparent
#::::::::::::::::::::::: Indicadores ::::::::::::::::::::::::::#
################################################################
# border backgr. text
focused_workspace #c07830 #c07830 #222222
inactive_workspace #186078 #186078 #f2dbae
urgent_workspace #ef5350 #ef5350 #f2dbae
}
}
#:::::::::::::::: MARCO DE VENTANA ::::::::::::::::::#
################################################################
# class border backgr text indicator child_border
client.focused #607d8b #607d8b #DFDFDF #dddddd #607d8b
client.focused_inactive #263238 #263238 #9a9b9c #111111 #263238
client.unfocused #455a64 #455a64 #a1a1a1 #bfbfbf #455a64
client.urgent #4a4b4c #4a4b4c #fdfdfd #fbfbfb #4a4c4b
client.placeholder #000000 #0c0c0c #ffffff #000000 #0c0c0c
client.background #111111
#bordure
for_window [class="^.*"] border pixel 1
exec --no-startup-id xcompmgr &
exec --no-startup-id nm-applet
exec --no-startup-id fcitx
separator_block_width=12
[disk-root]
label=:
command=/usr/share/i3blocks/disk /app
interval=30
color=#1793FF
[disk-home]
label=:
command=/usr/share/i3blocks/disk $HOME
interval=30
color=#859900
[ssid]
label=
command=echo "$(iw dev wlo1 link | grep SSID | cut -d " " -f 2-)"
color=#d33682
interval=5
[wireless]
instance=wlo1
command=/usr/share/i3blocks/iface
color=#00FF00
interval=10
[strength]
command=echo "$(iw dev wlo1 link | grep signal | cut -d " " -f 2-)"
interval=10
color=#cb4b16
[battery]
label=
command=/usr/share/i3blocks/battery BAT0
interval=30
color=#cb4b16
[load]
label=
command=/usr/share/i3blocks/load_average
interval=10
color=#6c71c4
[volume]
label=
command=/usr/share/i3blocks/volume
interval=2
signal=10
color=#d70a53
[time]
label=
# command=date '+%a %m-%d-%y %l:%M:%S %p'
command=date '+%a %m-%d-%y %l:%M %p'
interval=5
color=#50C878
# ~/.bashrc
# case $- in *i*)
# [ -z "$TMUX" ] && exec tmux
# esac
set -g mouse on
set -g history-limit 30000
set -g base-index 1
set-option -g status-bg blue
set-option -g status-fg white
set-window-option -g window-status-current-bg green
set-option -g status-position top
bind r source-file ~/.tmux.conf
# Set the prefix key and some key bindings to match GNU Screen
set -g prefix C-t
# bind-key C-a last-window
# Key bindings for horizontal and vertical panes
unbind %
bind | split-window -h
bind - split-window -v
bind-key -n WheelUpPane \
if-shell -Ft= "#{?pane_in_mode,1,#{mouse_button_flag}}" \
"send-keys -M" \
"if-shell -Ft= '#{alternate_on}' \
'send-keys Up Up Up' \
'copy-mode'"
bind-key -n WheelDownPane \
if-shell -Ft= "#{?pane_in_mode,1,#{mouse_button_flag}}" \
"send-keys -M" \
"send-keys Down Down Down"
bind-key -T prefix & kill-window
bind-key -T prefix x kill-pane
! Terminal: xterm
xterm.locale:true
xterm.utf8: true
xterm*utf8Title:true
xterm*fontMenu*fontdefault*Label:Default
xterm*faceName:xos4 Terminus Regular:antialias=true:pixelsize=12
xterm*faceNameDoublesize:WenQuanYi Micro Hei Mono:pixelsize=12:antialias=true
xterm*xftAntialias:true
xterm*ScrollBar: false
!fix alt key for keyboard shortcuts
xterm*altSendsEscape:true
!Scrolling, Shift+PageUp/Shift+PageDown, or the scrollbar
xterm*saveLines: 65536
!main windows size
xterm*VT100.geometry: 80*32
!mouse selection to copy, Ctrl-V, also Shift+Insert
xterm*VT100.Translations: #override \
<Btn1Up>: select-end(CLIPBOARD,PRIMARY,CUT_BUFFER0) \n\
Ctrl <KeyPress> V: insert-selection(CLIPBOARD,PRIMARY,CUT_BUFFER0)
xterm*foreground: #000000
xterm*background: #C7EDCC
xterm*color0: #2E3436
xterm*color1: #CC0000
xterm*color2: #4E9A06
xterm*color3: #C4A000
xterm*color4: #3465A4
xterm*color5: #75507B
xterm*color6: #06989A
xterm*color7: #D3D7CF
xterm*color8: #555753
xterm*color9: #EF2929
xterm*color10: #8AE234
xterm*color11: #FCE94F
xterm*color12: #729FCF
xterm*color13: #AD7FA8
xterm*color14: #34E2E2
xterm*color15: #EEEEEC
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment