Compare commits
2 Commits
home_deskt
...
work_lapto
| Author | SHA1 | Date | |
|---|---|---|---|
| dcdb351e74 | |||
| fd71d6a05c |
66
i3wm/config
66
i3wm/config
@@ -13,7 +13,8 @@
|
|||||||
#############################################
|
#############################################
|
||||||
|
|
||||||
# font
|
# font
|
||||||
set $font "pango:Droid Sans Mono for Powerline 10"
|
set $font "pango:Droid Sans Mono 10"
|
||||||
|
#set $font "pagno:Droid Sans Mono for Powerline 10"
|
||||||
font $font
|
font $font
|
||||||
|
|
||||||
# floating modifier
|
# floating modifier
|
||||||
@@ -23,15 +24,11 @@ set $mod mod4
|
|||||||
floating_modifier $mod
|
floating_modifier $mod
|
||||||
|
|
||||||
# remove window decorations
|
# remove window decorations
|
||||||
#new_window pixel
|
new_window pixel
|
||||||
|
|
||||||
# focus follows mouse
|
# focus follows mouse
|
||||||
focus_follows_mouse yes
|
focus_follows_mouse yes
|
||||||
|
|
||||||
#gaps
|
|
||||||
gaps inner 13
|
|
||||||
gaps outer 5
|
|
||||||
#
|
|
||||||
##border
|
##border
|
||||||
new_window pixel 3
|
new_window pixel 3
|
||||||
|
|
||||||
@@ -45,9 +42,12 @@ new_window pixel 3
|
|||||||
#
|
#
|
||||||
|
|
||||||
# sound softkeys management
|
# sound softkeys management
|
||||||
bindsym XF86AudioRaiseVolume exec ~/.i3/util/volnotid.sh up
|
#bindsym XF86AudioRaiseVolume exec ~/.i3/util/volnotid.sh up
|
||||||
bindsym XF86AudioLowerVolume exec ~/.i3/util/volnotid.sh down
|
#bindsym XF86AudioLowerVolume exec ~/.i3/util/volnotid.sh down
|
||||||
bindsym XF86AudioMute exec ~/.i3/util/volnotid.sh mute
|
#bindsym XF86AudioMute exec ~/.i3/util/volnotid.sh mute
|
||||||
|
bindsym XF86AudioRaiseVolume exec amixer -q sset Master 10%- unmute && killall -SIGUSR1 i3status
|
||||||
|
bindsym XF86AudioLowerVolume exec amixer -q sset Master 10%+ unmute && killall -SIGUSR1 i3status
|
||||||
|
bindsym XF86AudioMute exec amixer -q sset Master toggle && killall -SIGUSR1 i3status
|
||||||
|
|
||||||
# display brightness management
|
# display brightness management
|
||||||
bindsym XF86MonBrightnessUp exec "xbacklight +10"
|
bindsym XF86MonBrightnessUp exec "xbacklight +10"
|
||||||
@@ -68,14 +68,17 @@ bindsym $mod+F3 exec /opt/JAuth/authenticator.sh dropbox
|
|||||||
bindsym $mod+d exec ~/.i3/util/i3dmenu-wrapper.sh
|
bindsym $mod+d exec ~/.i3/util/i3dmenu-wrapper.sh
|
||||||
|
|
||||||
# lock i3 with i3lock
|
# lock i3 with i3lock
|
||||||
bindsym $mod+Shift+x exec ~/.i3/util/i3blur.py && systemctl suspend
|
#bindsym $mod+Shift+x exec i3lock -c 000000
|
||||||
|
bindsym $mod+Shift+x exec ~/.i3/util/i3blur.py
|
||||||
|
|
||||||
#############################################
|
#############################################
|
||||||
# Keymaps #
|
# Keymaps #
|
||||||
#############################################
|
#############################################
|
||||||
|
|
||||||
# start terminal
|
# start terminal
|
||||||
bindsym $mod+Return exec --no-startup-id i3-sensible-terminal
|
#bindsym $mod+Return exec --no-startup-id gnome-terminal
|
||||||
|
#bindsym $mod+Return exec --no-startup-id urxvt
|
||||||
|
bindsym $mod+Return exec --no-startup-id urxvtc
|
||||||
|
|
||||||
# kill focused window
|
# kill focused window
|
||||||
bindsym $mod+Shift+q kill
|
bindsym $mod+Shift+q kill
|
||||||
@@ -198,10 +201,11 @@ set $DARKGREY #1f1f1f
|
|||||||
set $DARKRED #9b0e0e
|
set $DARKRED #9b0e0e
|
||||||
|
|
||||||
# Solarized colorscheme
|
# Solarized colorscheme
|
||||||
set $BACKGROUND #002b36
|
#set $BACKGROUND #002b36
|
||||||
|
set $BACKGROUND #1c5b98
|
||||||
set $FOREGROUND #93a1a1
|
set $FOREGROUND #93a1a1
|
||||||
set $LIGHTGREY #dc322f
|
set $LIGHTGREY #dc322f
|
||||||
set $GREEN #859900
|
set $GREEN #b0cc54
|
||||||
set $BROWN #b58900
|
set $BROWN #b58900
|
||||||
set $BLUE #268bd2
|
set $BLUE #268bd2
|
||||||
set $VIOLET #6c71c4
|
set $VIOLET #6c71c4
|
||||||
@@ -219,7 +223,7 @@ client.background #ffffff
|
|||||||
|
|
||||||
# Solarized colorscheme
|
# Solarized colorscheme
|
||||||
# name #border #background #text #indicator #child_border
|
# name #border #background #text #indicator #child_border
|
||||||
client.focused $MAGENTA $BACKGROUND $GREEN $GREEN $MAGENTA
|
client.focused $FOREGROUND $MAGENTA $GREEN $GREEN $MAGENTA
|
||||||
client.unfocused $BACKGROUND $BACKGROUND $GREEN $GREEN $BACKGROUND
|
client.unfocused $BACKGROUND $BACKGROUND $GREEN $GREEN $BACKGROUND
|
||||||
client.focused_inactive $BACKGROUND $BACKGROUND $GREEN $GREEN $BACKGROUND
|
client.focused_inactive $BACKGROUND $BACKGROUND $GREEN $GREEN $BACKGROUND
|
||||||
client.urgent $BACKGROUND $BACKGROUND $BACKGROUND $GREEN $BACKGROUND
|
client.urgent $BACKGROUND $BACKGROUND $BACKGROUND $GREEN $BACKGROUND
|
||||||
@@ -233,7 +237,7 @@ bar {
|
|||||||
font $font
|
font $font
|
||||||
i3bar_command /usr/bin/i3bar
|
i3bar_command /usr/bin/i3bar
|
||||||
status_command i3status -c ~/.i3/i3status.conf
|
status_command i3status -c ~/.i3/i3status.conf
|
||||||
separator_symbol ".::"
|
separator_symbol ""
|
||||||
|
|
||||||
# Darkbrown colorscheme
|
# Darkbrown colorscheme
|
||||||
# colors {
|
# colors {
|
||||||
@@ -271,7 +275,7 @@ for_window [class="Thunar"] floating enable
|
|||||||
for_window [class="Nautilus"] floating enable
|
for_window [class="Nautilus"] floating enable
|
||||||
for_window [class="GParted"] floating enable
|
for_window [class="GParted"] floating enable
|
||||||
for_window [class="Gedit"] floating enable
|
for_window [class="Gedit"] floating enable
|
||||||
for_window [class="Evince"] floating enable
|
#for_window [class="Evince"] floating enable
|
||||||
for_window [class="Telegram"] floating enable
|
for_window [class="Telegram"] floating enable
|
||||||
for_window [class="teamspeak3"] floating enable
|
for_window [class="teamspeak3"] floating enable
|
||||||
for_window [class="rhythmbox"] floating enable
|
for_window [class="rhythmbox"] floating enable
|
||||||
@@ -280,22 +284,25 @@ for_window [class="JAuth"] floating enable
|
|||||||
for_window [class="plecs"] floating enable
|
for_window [class="plecs"] floating enable
|
||||||
|
|
||||||
# 0px Border
|
# 0px Border
|
||||||
for_window [class="chrome"] border none
|
#for_window [class="chrome"] border none
|
||||||
for_window [class="Firefox"] border none
|
for_window [class="Firefox"] border none
|
||||||
|
|
||||||
# 1px Border
|
# 1px Border
|
||||||
for_window [class="URxvt" ] border 1pixel
|
#for_window [class="URxvt" ] border 1pixel
|
||||||
|
|
||||||
#############################################
|
#############################################
|
||||||
# auto start with i3 #
|
# auto start with i3 #
|
||||||
#############################################
|
#############################################
|
||||||
|
|
||||||
# terminal daemon
|
# terminal daemon
|
||||||
exec --no-startup-id urxvtd -f
|
exec --no-startup-id urxvtd --quiet --opendisplay --fork
|
||||||
|
|
||||||
|
# pidgin chat cliente
|
||||||
|
exec --no-startup-id pidgin
|
||||||
|
|
||||||
# less eye pain
|
# less eye pain
|
||||||
exec --no-startup-id redshift-gtk
|
exec --no-startup-id redshift-gtk
|
||||||
exec --no-startup-id compton -cCGb
|
exec --no-startup-id compton -cCGbD 10
|
||||||
|
|
||||||
# no beep!
|
# no beep!
|
||||||
exec --no-startup-id xset b off
|
exec --no-startup-id xset b off
|
||||||
@@ -305,21 +312,14 @@ exec --no-startup-id xset b off
|
|||||||
|
|
||||||
# set mouse accel
|
# set mouse accel
|
||||||
#exec --no-startup-id xset m 1/4 1
|
#exec --no-startup-id xset m 1/4 1
|
||||||
|
exec --no-startup-id xset m 1 1
|
||||||
# volnoti volume changer
|
|
||||||
exec --no-startup-id volnoti
|
|
||||||
|
|
||||||
# numlock on by default
|
# numlock on by default
|
||||||
#exec --no-startup-id numlockx on
|
#exec --no-startup-id numlockx on
|
||||||
|
|
||||||
|
# nm-applet (yehhh vpn ...)
|
||||||
|
exec --no-startup-id nm-applet
|
||||||
|
|
||||||
# wallpapers
|
# wallpapers
|
||||||
exec --no-startup-id ~/.i3/util/wallpapers.sh
|
#exec --no-startup-id ~/.i3/util/wallpapers.sh
|
||||||
|
exec --no-startup-id feh --bg-scale ~/.wallpapers/puzzle1.png
|
||||||
# archlinux update notifier
|
|
||||||
exec --no-startup-id aarchup
|
|
||||||
|
|
||||||
# telegram
|
|
||||||
exec telegram-desktop
|
|
||||||
|
|
||||||
# dropbox daemon
|
|
||||||
exec dropbox start
|
|
||||||
|
|||||||
@@ -20,21 +20,22 @@ general {
|
|||||||
interval = 1
|
interval = 1
|
||||||
}
|
}
|
||||||
|
|
||||||
|
order += "ipv6"
|
||||||
order += "battery 0"
|
order += "battery 0"
|
||||||
order += "disk /home"
|
order += "disk /home"
|
||||||
order += "disk /"
|
order += "disk /"
|
||||||
order += "run_watch VPN"
|
order += "wireless wlp1s0"
|
||||||
order += "wireless wlp3s0"
|
order += "ethernet enp0s31f6"
|
||||||
order += "cpu_temperature 0"
|
order += "cpu_temperature 0"
|
||||||
order += "volume master"
|
order += "volume master"
|
||||||
order += "tztime local"
|
order += "tztime local"
|
||||||
|
|
||||||
wireless wlp3s0 {
|
wireless wlp1s0 {
|
||||||
format_up = "📡 (%quality @ %essid, %bitrate) %ip"
|
format_up = "📡 (%quality @ %essid, %bitrate) %ip"
|
||||||
format_down = "📡 down"
|
format_down = "📡 down"
|
||||||
}
|
}
|
||||||
|
|
||||||
ethernet enp0s25 {
|
ethernet enp0s31f6 {
|
||||||
format_up = "🔌 %ip (%speed)"
|
format_up = "🔌 %ip (%speed)"
|
||||||
format_down = "🔌 down"
|
format_down = "🔌 down"
|
||||||
}
|
}
|
||||||
@@ -51,12 +52,8 @@ battery 0 {
|
|||||||
low_threshold = 10
|
low_threshold = 10
|
||||||
}
|
}
|
||||||
|
|
||||||
run_watch VPN {
|
|
||||||
pidfile = "/var/run/vpn/pid"
|
|
||||||
}
|
|
||||||
|
|
||||||
tztime local {
|
tztime local {
|
||||||
format = " 📅 %d-%m-%Y 🕑 %H:%M:%S"
|
format = " 📅 %d-%m-%Y 🕑 %H:%M:%S"
|
||||||
}
|
}
|
||||||
|
|
||||||
cpu_temperature 0 {
|
cpu_temperature 0 {
|
||||||
@@ -77,7 +74,7 @@ disk "/" {
|
|||||||
|
|
||||||
volume master {
|
volume master {
|
||||||
format = "♪ %volume"
|
format = "♪ %volume"
|
||||||
|
format_muted = "♪ muted"
|
||||||
device = "default"
|
device = "default"
|
||||||
mixer = "Master"
|
mixer = "Master"
|
||||||
mixer_idx = 0
|
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -27,21 +27,10 @@ sz = w.get_size()
|
|||||||
print "[DEBUG]: The size of the window is %d x %d" % sz
|
print "[DEBUG]: The size of the window is %d x %d" % sz
|
||||||
|
|
||||||
# Get a drawable with the size of the desktop
|
# Get a drawable with the size of the desktop
|
||||||
scr = gtk.gdk.Pixbuf( gtk.gdk.COLORSPACE_RGB,
|
scr = gtk.gdk.Pixbuf(gtk.gdk.COLORSPACE_RGB, False, 8, sz[0], sz[1])
|
||||||
False,
|
|
||||||
8,
|
|
||||||
sz[0],
|
|
||||||
sz[1])
|
|
||||||
|
|
||||||
# Fill it with the screenshot
|
# Fill it with the screenshot
|
||||||
scr = scr.get_from_drawable(w,
|
scr = scr.get_from_drawable(w, w.get_colormap(), 0, 0, 0, 0, sz[0], sz[1])
|
||||||
w.get_colormap(),
|
|
||||||
0,
|
|
||||||
0,
|
|
||||||
0,
|
|
||||||
0,
|
|
||||||
sz[0],
|
|
||||||
sz[1])
|
|
||||||
|
|
||||||
# Save the screenshot as png
|
# Save the screenshot as png
|
||||||
if(scr != None):
|
if(scr != None):
|
||||||
@@ -52,7 +41,7 @@ else:
|
|||||||
|
|
||||||
# Load the screenshot as image and blur it
|
# Load the screenshot as image and blur it
|
||||||
iml = Image.open("/tmp/i3screen.png")
|
iml = Image.open("/tmp/i3screen.png")
|
||||||
iml = iml.filter(ImageFilter.BLUR)
|
iml = iml.filter(ImageFilter.GaussianBlur(8))
|
||||||
|
|
||||||
# Save the blured screenshot and call i3lock
|
# Save the blured screenshot and call i3lock
|
||||||
if(iml != None):
|
if(iml != None):
|
||||||
|
|||||||
@@ -17,7 +17,6 @@
|
|||||||
# yaourt -S volnoti
|
# yaourt -S volnoti
|
||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
VOLUME=$(amixer get Master | grep Mono: | sed 's|[^[]*\[\([0-9]*\).*|\1|')
|
VOLUME=$(amixer get Master | grep Mono: | sed 's|[^[]*\[\([0-9]*\).*|\1|')
|
||||||
VALUE=3dB
|
VALUE=3dB
|
||||||
MUTE=0
|
MUTE=0
|
||||||
|
|||||||
@@ -10,10 +10,7 @@
|
|||||||
|
|
||||||
# Real transparency -> needs composite manager
|
# Real transparency -> needs composite manager
|
||||||
URxvt.depth: 32
|
URxvt.depth: 32
|
||||||
URxvt.background: rgba:0000/0000/0200/cfff
|
URxvt.background: rgba:0000/0000/0200/1fff
|
||||||
|
|
||||||
# Fake transparency
|
|
||||||
#URxvt.transparent: true
|
|
||||||
#URxvt.shading: 30
|
#URxvt.shading: 30
|
||||||
|
|
||||||
URxvt.tintColor: White
|
URxvt.tintColor: White
|
||||||
@@ -21,12 +18,9 @@ URxvt.saveLines: 9000000
|
|||||||
URxvt.foreground: Grey
|
URxvt.foreground: Grey
|
||||||
|
|
||||||
# Fonts For Powerlinefonts: https://github.com/powerline/fonts (Arch linux -> AUR)
|
# Fonts For Powerlinefonts: https://github.com/powerline/fonts (Arch linux -> AUR)
|
||||||
#URxvt.font: xft:Droid Sans Mono:pixelsize=18:antialias=true:hinting=true
|
URxvt.font: xft:Ubuntu mono:medium:size=12,xft:Ubuntu Mono derivative Powerline:pixelsize=12
|
||||||
#URxvt.boldFont: xft:Droid Sans Mono:bold:pixelsize=18:antialias=true:hinting=true
|
xterm.faceName: xft:Ubuntu mono:medium:size=12,xft:Ubuntu Mono derivative Powerline:pixelsize=12
|
||||||
#URxvt.tabbed.font: xft:Droid Sans Mono:pixelsize=18:antialias=true:hinting=true
|
#URxvt.font: xft:DejaVu Sans Mono:medium:size=12,xft:DejaVu Sans Mono for Powerline:pixelsize=12
|
||||||
URxvt.font: xft:Roboto Mono for Powerline:pixelsize=15:antialias=true:hinting=false
|
|
||||||
URxvt.boldFont: xft:RobotoMono for Powerline :bold:pixelsize=14:antialias=true:hinting=true
|
|
||||||
URxvt.tabbed.font: xft:RobotoMono for Powerline :pixelsize=14:antialias=true:hinting=true
|
|
||||||
|
|
||||||
# Misc configurations
|
# Misc configurations
|
||||||
URxvt.colorUL: #4682B4
|
URxvt.colorUL: #4682B4
|
||||||
|
|||||||
35
vim/vimrc
35
vim/vimrc
@@ -34,21 +34,29 @@ endif
|
|||||||
" Start Vundle stuff "
|
" Start Vundle stuff "
|
||||||
call vundle#begin()
|
call vundle#begin()
|
||||||
Plugin 'VundleVim/Vundle.vim'
|
Plugin 'VundleVim/Vundle.vim'
|
||||||
|
|
||||||
" A pretty statusline, bufferline integration "
|
" A pretty statusline, bufferline integration "
|
||||||
Plugin 'itchyny/lightline.vim'
|
Plugin 'itchyny/lightline.vim'
|
||||||
Plugin 'bling/vim-bufferline'
|
Plugin 'bling/vim-bufferline'
|
||||||
|
|
||||||
" <Tab> everything! "
|
" <Tab> everything! "
|
||||||
Plugin 'ervandew/supertab'
|
"Plugin 'ervandew/supertab'
|
||||||
|
|
||||||
" Glorious colorscheme "
|
" Glorious colorscheme "
|
||||||
Plugin 'nanotech/jellybeans.vim'
|
Plugin 'nanotech/jellybeans.vim'
|
||||||
|
|
||||||
" Super easy commenting, toggle comments etc "
|
" Super easy commenting, toggle comments etc "
|
||||||
Plugin 'scrooloose/nerdcommenter'
|
Plugin 'scrooloose/nerdcommenter'
|
||||||
|
|
||||||
" Autoclose (, " etc "
|
" Autoclose (, " etc "
|
||||||
Plugin 'Townk/vim-autoclose'
|
"Plugin 'Townk/vim-autoclose'
|
||||||
|
|
||||||
" Git wrapper inside Vim "
|
" Git wrapper inside Vim "
|
||||||
Plugin 'tpope/vim-fugitive'
|
Plugin 'tpope/vim-fugitive'
|
||||||
" Handle surround chars like "
|
|
||||||
Plugin 'tpope/vim-surround'
|
"Handle surround chars like "
|
||||||
|
"Plugin 'tpope/vim-surround'
|
||||||
|
|
||||||
" Vim signs (:h signs) for modified lines based off VCS (e.g. Git) "
|
" Vim signs (:h signs) for modified lines based off VCS (e.g. Git) "
|
||||||
Plugin 'mhinz/vim-signify'
|
Plugin 'mhinz/vim-signify'
|
||||||
" Finish Vundle stuff "
|
" Finish Vundle stuff "
|
||||||
@@ -65,16 +73,15 @@ filetype plugin indent on
|
|||||||
"""""""""""""""""""""""""""""""""""""""""
|
"""""""""""""""""""""""""""""""""""""""""
|
||||||
" Lightline (statusline) configuration "
|
" Lightline (statusline) configuration "
|
||||||
"""""""""""""""""""""""""""""""""""""""""
|
"""""""""""""""""""""""""""""""""""""""""
|
||||||
|
"let g:lightline = {
|
||||||
let g:lightline = {
|
" \ 'colorscheme': 'default',
|
||||||
\ 'colorscheme': 'default',
|
" \ 'component': {
|
||||||
\ 'component': {
|
" \ 'readonly': '%{&readonly?"":""}',
|
||||||
\ 'readonly': '%{&readonly?"":""}',
|
" \ },
|
||||||
\ },
|
" \ 'separator': { 'left': '', 'right': '' },
|
||||||
\ 'separator': { 'left': '', 'right': '' },
|
" \ 'subseparator': { 'left': '', 'right': '' }
|
||||||
\ 'subseparator': { 'left': '', 'right': '' }
|
" \ }
|
||||||
\ }
|
"
|
||||||
|
|
||||||
"""""""""""""""""""""""""""""""""""""""""
|
"""""""""""""""""""""""""""""""""""""""""
|
||||||
" Misc configurations "
|
" Misc configurations "
|
||||||
"""""""""""""""""""""""""""""""""""""""""
|
"""""""""""""""""""""""""""""""""""""""""
|
||||||
|
|||||||
BIN
wallpapers/puzzle1.png
Normal file
BIN
wallpapers/puzzle1.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 11 KiB |
BIN
wallpapers/puzzle2.png
Normal file
BIN
wallpapers/puzzle2.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 17 KiB |
BIN
wallpapers/puzzle3.png
Normal file
BIN
wallpapers/puzzle3.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 12 KiB |
BIN
wallpapers/solarized.png
Normal file
BIN
wallpapers/solarized.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 91 KiB |
@@ -22,6 +22,8 @@ setopt hist_ignore_space
|
|||||||
|
|
||||||
# Promptstyle
|
# Promptstyle
|
||||||
prompt walters
|
prompt walters
|
||||||
|
#PROMPT='%F{red}%n%f@%F{blue}%m%f %F{yellow}%1~%f %# '
|
||||||
|
#RPROMPT='[%F{yellow}%?%f]'
|
||||||
|
|
||||||
# Autocomplete stuff
|
# Autocomplete stuff
|
||||||
zstyle ':completion:*' menu select
|
zstyle ':completion:*' menu select
|
||||||
@@ -86,7 +88,7 @@ if [[ -f $DIRSTACKFILE ]] && [[ $#dirstack -eq 0 ]]; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
chpwd() {
|
chpwd() {
|
||||||
print -l $PWD ${(u)dirstack} >$DIRSTACKFILE
|
print -l $PWD ${(u)dirstack} > $DIRSTACKFILE
|
||||||
}
|
}
|
||||||
|
|
||||||
DIRSTACKSIZE=20
|
DIRSTACKSIZE=20
|
||||||
@@ -118,5 +120,8 @@ setopt autopushd pushdsilent pushdtohome
|
|||||||
setopt pushdignoredups
|
setopt pushdignoredups
|
||||||
setopt pushdminus
|
setopt pushdminus
|
||||||
setopt nohashdirs
|
setopt nohashdirs
|
||||||
source /usr/share/zsh/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh
|
#source /usr/share/zsh/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh
|
||||||
rehash
|
rehash
|
||||||
|
|
||||||
|
source <(oc completion zsh)
|
||||||
|
export PATH="$PATH:$HOME/.rvm/bin" # Add RVM to PATH for scripting
|
||||||
|
|||||||
Reference in New Issue
Block a user