Compare commits
5 commits
| Author | SHA1 | Date | |
|---|---|---|---|
| e75061c8df | |||
| defb77ccee | |||
| 0a9ed3482f | |||
| b1e16b1beb | |||
| 921777c048 |
|
|
@ -59,9 +59,8 @@ alias setclip='xclip -selection c'
|
|||
alias getclip='xclip -selection clipboard -o'
|
||||
|
||||
#machines
|
||||
alias puck="ssh -D 7777 -Y barak@puck.barakmich.com"
|
||||
alias lear="ssh -D 7777 -Y barak@lear.barakmich.com"
|
||||
alias hero="ssh -D 7777 -Y barak@hero.barakmich.com"
|
||||
alias hermia="ssh -Y barak@hermia.home.0b100.net"
|
||||
|
||||
#Cosmetic/useful
|
||||
#alias naim="naim --noscreen"
|
||||
|
|
@ -80,9 +79,6 @@ alias saupdate="sa-learn --mbox --spam ~/mail/spam"
|
|||
alias pshosers="ps axeo pcpu,pid,user,command | sort -k 1 -r | head -11 "
|
||||
alias memhosers="ps axeo size,pcpu,pid,user,command | sort -n -r | head -11 "
|
||||
alias psx="ps auxwww | grep $1"
|
||||
alias blaze="bazel"
|
||||
alias pb='curl -F c=@- https://busb.us/'
|
||||
alias pburl='curl -F c=@- https://busb.us/u'
|
||||
|
||||
#work
|
||||
alias totemp="cd `pwd | sed 's/controllers/templates/'`"
|
||||
|
|
@ -104,10 +100,6 @@ dobenchx() {
|
|||
}
|
||||
alias benchx=dobenchx
|
||||
|
||||
do_killgrep() {
|
||||
ps auxwww | grep $1 | awk '{print $2}' | xargs kill
|
||||
}
|
||||
alias killgrep=do_killgrep
|
||||
#function gvim () {
|
||||
#`which gvim` $* &> /dev/null
|
||||
#}
|
||||
|
|
@ -20,4 +20,3 @@ fi
|
|||
|
||||
# Added by ~/.emacs.d/install.sh
|
||||
export PATH=$HOME/.cask/bin:$PATH
|
||||
. "$HOME/.cargo/env"
|
||||
|
|
@ -161,4 +161,3 @@ fi
|
|||
if [ -f ~/local/google-cloud-sdk/completion.bash.inc ]; then
|
||||
. ~/local/google-cloud-sdk/completion.bash.inc
|
||||
fi
|
||||
. "$HOME/.cargo/env"
|
||||
|
|
@ -1,2 +0,0 @@
|
|||
[diff]
|
||||
reverse = true
|
||||
|
|
@ -1,4 +0,0 @@
|
|||
[".tmux/plugins/tpm"]
|
||||
type = "git-repo"
|
||||
url = "https://github.com/tmux-plugins/tpm"
|
||||
refreshPeriod = "168h"
|
||||
|
|
@ -1,8 +1,8 @@
|
|||
# Shadow
|
||||
shadow = true;
|
||||
#no-dnd-shadow = true;
|
||||
#no-dock-shadow = true;
|
||||
#clear-shadow = true;
|
||||
no-dnd-shadow = true;
|
||||
no-dock-shadow = true;
|
||||
clear-shadow = true;
|
||||
shadow-radius = 7;
|
||||
shadow-offset-x = -7;
|
||||
shadow-offset-y = -7;
|
||||
|
|
@ -23,11 +23,12 @@ shadow-exclude = [
|
|||
# xinerama-shadow-crop = true;
|
||||
|
||||
# Opacity
|
||||
menu-opacity = 0.9;
|
||||
#inactive-opacity = 0.9;
|
||||
# active-opacity = 0.8;
|
||||
frame-opacity = 0.7;
|
||||
#inactive-opacity-override = false;
|
||||
#alpha-step = 0.06;
|
||||
alpha-step = 0.06;
|
||||
inactive-dim = 0.12;
|
||||
# inactive-dim-fixed = true;
|
||||
# blur-background = true;
|
||||
|
|
@ -59,9 +60,9 @@ mark-ovredir-focused = true;
|
|||
detect-rounded-corners = true;
|
||||
detect-client-opacity = true;
|
||||
refresh-rate = 0;
|
||||
vsync = false;
|
||||
vsync = "none";
|
||||
dbe = false;
|
||||
#paint-on-overlay = true;
|
||||
paint-on-overlay = true;
|
||||
# unredir-if-possible-delay = 5000;
|
||||
# unredir-if-possible-exclude = [ ];
|
||||
focus-exclude = [ "class_g = 'Cairo-clock'" ];
|
||||
|
|
@ -75,8 +76,7 @@ invert-color-include = [ ];
|
|||
glx-copy-from-front = false;
|
||||
# glx-use-copysubbuffermesa = true;
|
||||
# glx-no-rebind-pixmap = true;
|
||||
#glx-swap-method = "undefined";
|
||||
use-damage = true;
|
||||
glx-swap-method = "undefined";
|
||||
# glx-use-gpushader4 = true;
|
||||
# xrender-sync = true;
|
||||
# xrender-sync-fence = true;
|
||||
|
|
@ -85,8 +85,4 @@ use-damage = true;
|
|||
wintypes:
|
||||
{
|
||||
tooltip = { fade = true; shadow = true; opacity = 0.75; focus = true; };
|
||||
dock = { shadow = false; }
|
||||
dnd = { shadow = false; }
|
||||
popup_menu = { opacity = 0.9; }
|
||||
dropdown_menu = { opacity = 0.9; }
|
||||
};
|
||||
|
Before Width: | Height: | Size: 218 KiB After Width: | Height: | Size: 218 KiB |
|
Before Width: | Height: | Size: 262 KiB After Width: | Height: | Size: 262 KiB |
|
Before Width: | Height: | Size: 967 B After Width: | Height: | Size: 967 B |
|
Before Width: | Height: | Size: 997 B After Width: | Height: | Size: 997 B |
|
Before Width: | Height: | Size: 150 B After Width: | Height: | Size: 150 B |
|
Before Width: | Height: | Size: 150 B After Width: | Height: | Size: 150 B |
|
Before Width: | Height: | Size: 158 B After Width: | Height: | Size: 158 B |
|
Before Width: | Height: | Size: 158 B After Width: | Height: | Size: 158 B |
|
Before Width: | Height: | Size: 395 B After Width: | Height: | Size: 395 B |
|
Before Width: | Height: | Size: 388 B After Width: | Height: | Size: 388 B |
|
Before Width: | Height: | Size: 153 B After Width: | Height: | Size: 153 B |
|
Before Width: | Height: | Size: 153 B After Width: | Height: | Size: 153 B |
|
Before Width: | Height: | Size: 160 B After Width: | Height: | Size: 160 B |
|
Before Width: | Height: | Size: 160 B After Width: | Height: | Size: 160 B |
|
Before Width: | Height: | Size: 254 B After Width: | Height: | Size: 254 B |
|
Before Width: | Height: | Size: 254 B After Width: | Height: | Size: 254 B |
|
Before Width: | Height: | Size: 1.5 KiB After Width: | Height: | Size: 1.5 KiB |
|
Before Width: | Height: | Size: 1.5 KiB After Width: | Height: | Size: 1.5 KiB |
|
Before Width: | Height: | Size: 174 B After Width: | Height: | Size: 174 B |
|
Before Width: | Height: | Size: 150 B After Width: | Height: | Size: 150 B |
|
Before Width: | Height: | Size: 165 B After Width: | Height: | Size: 165 B |
|
Before Width: | Height: | Size: 172 B After Width: | Height: | Size: 172 B |
|
Before Width: | Height: | Size: 170 B After Width: | Height: | Size: 170 B |
|
Before Width: | Height: | Size: 152 B After Width: | Height: | Size: 152 B |
|
Before Width: | Height: | Size: 164 B After Width: | Height: | Size: 164 B |
|
Before Width: | Height: | Size: 168 B After Width: | Height: | Size: 168 B |
|
Before Width: | Height: | Size: 370 B After Width: | Height: | Size: 370 B |
|
Before Width: | Height: | Size: 86 B After Width: | Height: | Size: 86 B |
|
Before Width: | Height: | Size: 92 B After Width: | Height: | Size: 92 B |
|
Before Width: | Height: | Size: 345 B After Width: | Height: | Size: 345 B |
|
Before Width: | Height: | Size: 334 B After Width: | Height: | Size: 334 B |
|
Before Width: | Height: | Size: 619 B After Width: | Height: | Size: 619 B |
|
Before Width: | Height: | Size: 658 B After Width: | Height: | Size: 658 B |
|
Before Width: | Height: | Size: 521 B After Width: | Height: | Size: 521 B |
|
Before Width: | Height: | Size: 550 B After Width: | Height: | Size: 550 B |
|
Before Width: | Height: | Size: 667 B After Width: | Height: | Size: 667 B |
|
Before Width: | Height: | Size: 541 B After Width: | Height: | Size: 541 B |
|
Before Width: | Height: | Size: 953 B After Width: | Height: | Size: 953 B |
|
Before Width: | Height: | Size: 720 B After Width: | Height: | Size: 720 B |
|
Before Width: | Height: | Size: 1.3 KiB After Width: | Height: | Size: 1.3 KiB |
|
Before Width: | Height: | Size: 722 B After Width: | Height: | Size: 722 B |
|
Before Width: | Height: | Size: 715 B After Width: | Height: | Size: 715 B |
|
Before Width: | Height: | Size: 657 B After Width: | Height: | Size: 657 B |
|
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 1.1 KiB |
|
Before Width: | Height: | Size: 655 B After Width: | Height: | Size: 655 B |
|
Before Width: | Height: | Size: 833 B After Width: | Height: | Size: 833 B |
|
Before Width: | Height: | Size: 590 B After Width: | Height: | Size: 590 B |
|
Before Width: | Height: | Size: 1.2 KiB After Width: | Height: | Size: 1.2 KiB |
|
Before Width: | Height: | Size: 603 B After Width: | Height: | Size: 603 B |
5
.config/fish/config.fish
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
set PATH ~/bin /bin /sbin /usr/local/bin /usr/local/sbin /usr/bin /usr/sbin ~/.cabal/bin /usr/lib/go/bin ~/.gem/ruby/1.9.1/bin $PATH
|
||||
|
||||
set fish_greeting ""
|
||||
|
||||
. ~/.bash_aliases
|
||||
|
|
@ -31,14 +31,9 @@ function fish_prompt --description 'Write out the prompt'
|
|||
set -g __fish_prompt_cwd (set_color $fish_color_cwd)
|
||||
end
|
||||
|
||||
|
||||
if set -q VIRTUAL_ENV
|
||||
echo -n -s (set_color -b blue white) "(" (basename "$VIRTUAL_ENV") ")" (set_color normal) " "
|
||||
end
|
||||
|
||||
echo -n -s (set_color blue) "(" (set_color yellow) (date "+%H:%M") (set_color blue) ")[" (set_color green) "$USER@$__fish_prompt_hostname " (set_color cyan) "$__fish_prompt_cwd" (prompt_pwd) "$__fish_prompt_normal" (set_color blue) ']'
|
||||
echo -n -s (set_color green) "$USER" (set_color normal) @ (set_color green) "$__fish_prompt_hostname" (set_color normal) ':[' "$__fish_prompt_cwd" (prompt_pwd) "$__fish_prompt_normal" ']'
|
||||
echo
|
||||
echo -n '$ '
|
||||
echo -n '> '
|
||||
|
||||
end
|
||||
end
|
||||
1
.config/nvim
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
/home/barak/.vim
|
||||
1
.config/systemd/user/default.target.wants/ssh-agent.service
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
/home/barak/.config/systemd/user/ssh-agent.service
|
||||
|
|
@ -1,57 +1,16 @@
|
|||
[global_config]
|
||||
enabled_plugins = LaunchpadCodeURLHandler, APTURLHandler, LaunchpadBugURLHandler
|
||||
focus = mouse
|
||||
tab_position = bottom
|
||||
title_transmit_bg_color = "#535d6c"
|
||||
title_inactive_fg_color = "#b8b8b8"
|
||||
title_inactive_bg_color = "#222222"
|
||||
enabled_plugins = LaunchpadCodeURLHandler, APTURLHandler, LaunchpadBugURLHandler
|
||||
title_inactive_fg_color = "#b8b8b8"
|
||||
title_transmit_bg_color = "#535d6c"
|
||||
[keybindings]
|
||||
close_term = <Primary><Shift>w
|
||||
cycle_next = <Primary>j
|
||||
cycle_prev = <Primary>k
|
||||
split_vert = ""
|
||||
close_term = <Primary><Shift>w
|
||||
paste = <Primary><Shift>v
|
||||
help = ""
|
||||
[profiles]
|
||||
[[default]]
|
||||
allow_bold = False
|
||||
background_darkness = 0.8
|
||||
background_type = transparent
|
||||
cursor_color = "#ffffff"
|
||||
font = Iosevka Berkeley Light 18
|
||||
foreground_color = "#ffffff"
|
||||
show_titlebar = False
|
||||
scrollbar_position = hidden
|
||||
scrollback_infinite = True
|
||||
use_system_font = False
|
||||
bold_is_bright = True
|
||||
[[4k]]
|
||||
background_darkness = 0.8
|
||||
background_type = transparent
|
||||
font = Inconsolata Medium 18
|
||||
foreground_color = "#ffffff"
|
||||
show_titlebar = False
|
||||
scrollbar_position = hidden
|
||||
scrollback_infinite = True
|
||||
use_system_font = False
|
||||
[[Large]]
|
||||
background_darkness = 0.8
|
||||
background_type = transparent
|
||||
font = Inconsolata Medium 32
|
||||
foreground_color = "#ffffff"
|
||||
show_titlebar = False
|
||||
scrollbar_position = hidden
|
||||
scrollback_infinite = True
|
||||
use_system_font = False
|
||||
[[Medium]]
|
||||
background_darkness = 0.8
|
||||
background_type = transparent
|
||||
font = Droid Sans Mono Dotted 14
|
||||
foreground_color = "#ffffff"
|
||||
show_titlebar = False
|
||||
scrollbar_position = hidden
|
||||
scrollback_infinite = True
|
||||
use_system_font = False
|
||||
paste = <Shift>Insert
|
||||
split_vert = <Primary><Shift>v
|
||||
[layouts]
|
||||
[[default]]
|
||||
[[[child1]]]
|
||||
|
|
@ -62,3 +21,42 @@
|
|||
parent = ""
|
||||
type = Window
|
||||
[plugins]
|
||||
[profiles]
|
||||
[[default]]
|
||||
background_darkness = 0.8
|
||||
background_type = transparent
|
||||
cursor_color = "#ffffff"
|
||||
font = Droid Sans Mono Dotted for Powerline 15
|
||||
foreground_color = "#ffffff"
|
||||
scrollback_infinite = True
|
||||
scrollbar_position = hidden
|
||||
show_titlebar = False
|
||||
use_system_font = False
|
||||
[[4k]]
|
||||
background_darkness = 0.8
|
||||
background_type = transparent
|
||||
font = Inconsolata Medium 18
|
||||
foreground_color = "#ffffff"
|
||||
scrollback_infinite = True
|
||||
scrollbar_position = hidden
|
||||
show_titlebar = False
|
||||
use_system_font = False
|
||||
[[Large]]
|
||||
background_darkness = 0.8
|
||||
background_type = transparent
|
||||
font = Inconsolata Medium 32
|
||||
foreground_color = "#ffffff"
|
||||
scrollback_infinite = True
|
||||
scrollbar_position = hidden
|
||||
show_titlebar = False
|
||||
use_system_font = False
|
||||
[[Medium]]
|
||||
background_darkness = 0.8
|
||||
background_type = transparent
|
||||
cursor_color = "#ffffff"
|
||||
font = Droid Sans Mono Dotted 14
|
||||
foreground_color = "#ffffff"
|
||||
scrollback_infinite = True
|
||||
scrollbar_position = hidden
|
||||
show_titlebar = False
|
||||
use_system_font = False
|
||||
|
|
@ -1,15 +1,15 @@
|
|||
[xfdesktop-version-4.10.3+-rcfile_format]
|
||||
4.10.3+=true
|
||||
|
||||
[Trash]
|
||||
row=0
|
||||
[/home/barak/Desktop/steam.desktop]
|
||||
row=5
|
||||
col=0
|
||||
|
||||
[/]
|
||||
row=1
|
||||
row=0
|
||||
col=0
|
||||
|
||||
[/home/barak]
|
||||
row=2
|
||||
row=1
|
||||
col=0
|
||||
|
||||
15
.config/xfce4/desktop/icons.screen0-2544x1344.rc
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
[xfdesktop-version-4.10.3+-rcfile_format]
|
||||
4.10.3+=true
|
||||
|
||||
[/home/barak/Desktop/steam.desktop]
|
||||
row=5
|
||||
col=0
|
||||
|
||||
[/]
|
||||
row=0
|
||||
col=0
|
||||
|
||||
[/home/barak]
|
||||
row=1
|
||||
col=0
|
||||
|
||||
15
.config/xfce4/desktop/icons.screen0-2544x1393.rc
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
[xfdesktop-version-4.10.3+-rcfile_format]
|
||||
4.10.3+=true
|
||||
|
||||
[/home/barak/Desktop/steam.desktop]
|
||||
row=5
|
||||
col=0
|
||||
|
||||
[/]
|
||||
row=0
|
||||
col=0
|
||||
|
||||
[/home/barak]
|
||||
row=1
|
||||
col=0
|
||||
|
||||
27
.config/xfce4/desktop/icons.screen0-2544x1424.rc
Normal file
|
|
@ -0,0 +1,27 @@
|
|||
[xfdesktop-version-4.10.3+-rcfile_format]
|
||||
4.10.3+=true
|
||||
|
||||
[/home/barak/Desktop/steam.desktop]
|
||||
row=5
|
||||
col=0
|
||||
|
||||
[/home/barak/Desktop/Hearthstone.desktop]
|
||||
row=3
|
||||
col=0
|
||||
|
||||
[/home/barak/Desktop/Heroes of the Storm.desktop]
|
||||
row=2
|
||||
col=0
|
||||
|
||||
[/home/barak/Desktop/Battle.net.desktop]
|
||||
row=4
|
||||
col=0
|
||||
|
||||
[/]
|
||||
row=0
|
||||
col=0
|
||||
|
||||
[/home/barak]
|
||||
row=1
|
||||
col=0
|
||||
|
||||
1
.config/xfce4/helpers.rc
Normal file
|
|
@ -0,0 +1 @@
|
|||
WebBrowser=google-chrome-beta
|
||||
17
.config/xfce4/panel/cpugraph-9.rc
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
UpdateInterval=1
|
||||
TimeScale=0
|
||||
Size=56
|
||||
Mode=0
|
||||
Frame=1
|
||||
Border=0
|
||||
Bars=0
|
||||
TrackedCore=0
|
||||
Command=xfce4-taskmanager
|
||||
InTerminal=0
|
||||
StartupNotification=1
|
||||
ColorMode=1
|
||||
Foreground1=#0000ffff0000
|
||||
Foreground2=#ffff00000000
|
||||
Foreground3=#00000000ffff
|
||||
Background=#000000000000
|
||||
|
||||
|
|
@ -1,6 +1,6 @@
|
|||
Command=hostname -s
|
||||
UseLabel=0
|
||||
Text=hostname
|
||||
Text=Host
|
||||
UpdatePeriod=60000
|
||||
Font=Sans Bold 16
|
||||
Font=Bitstream Vera Sans Bold 16
|
||||
|
||||
14
.config/xfce4/panel/netload-10.rc
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
Use_Label=true
|
||||
Show_Values=false
|
||||
Show_Bars=true
|
||||
Colorize_Values=true
|
||||
Color_In=rgb(255,79,0)
|
||||
Color_Out=rgb(255,229,0)
|
||||
Text=wlp4s0
|
||||
Network_Device=wlp4s0
|
||||
Max_In=4096
|
||||
Max_Out=4096
|
||||
Auto_Max=true
|
||||
Update_Interval=500
|
||||
Values_As_Bits=true
|
||||
|
||||
|
|
@ -1,40 +1,40 @@
|
|||
favorites=exo-web-browser.desktop,exo-mail-reader.desktop,exo-file-manager.desktop,pidgin.desktop,exo-terminal-emulator.desktop
|
||||
recent=xfce-mouse-settings.desktop,xfce-ui-settings.desktop,firefox.desktop,exo-terminal-emulator.desktop
|
||||
button-title=Applications Menu
|
||||
favorites=exo-terminal-emulator.desktop,exo-file-manager.desktop,exo-mail-reader.desktop,exo-web-browser.desktop
|
||||
recent=google-chrome-beta.desktop,wine-Programs-Heroes of the Storm-Heroes of the Storm.desktop,wine-Programs-Battle.net-Battle.net.desktop,cool-retro-term.desktop,chrome-pnpnebpkafjbaejjhkkaiandjbnbbbak-Default.desktop,blueman-manager.desktop,blueberry.desktop,nm-connection-editor.desktop,xfce-settings-manager.desktop,xfce-ui-settings.desktop
|
||||
button-title=Applications
|
||||
button-icon=xfce4-whiskermenu
|
||||
button-single-row=false
|
||||
show-button-title=false
|
||||
show-button-icon=true
|
||||
launcher-show-name=true
|
||||
launcher-show-description=false
|
||||
launcher-show-description=true
|
||||
launcher-show-tooltip=true
|
||||
item-icon-size=1
|
||||
item-icon-size=2
|
||||
hover-switch-category=false
|
||||
category-show-name=true
|
||||
category-icon-size=0
|
||||
load-hierarchy=true
|
||||
category-icon-size=1
|
||||
load-hierarchy=false
|
||||
recent-items-max=10
|
||||
favorites-in-recent=true
|
||||
display-recent-default=false
|
||||
position-search-alternate=true
|
||||
position-search-alternate=false
|
||||
position-commands-alternate=false
|
||||
position-categories-alternate=false
|
||||
menu-width=400
|
||||
menu-height=500
|
||||
menu-width=545
|
||||
menu-height=585
|
||||
menu-opacity=100
|
||||
command-settings=xfce4-settings-manager
|
||||
show-command-settings=true
|
||||
command-lockscreen=xflock4
|
||||
show-command-lockscreen=true
|
||||
command-switchuser=dm-tool switch-to-greeter
|
||||
show-command-switchuser=false
|
||||
command-switchuser=gdmflexiserver
|
||||
show-command-switchuser=true
|
||||
command-logout=xfce4-session-logout
|
||||
show-command-logout=true
|
||||
command-menueditor=menulibre
|
||||
show-command-menueditor=true
|
||||
command-profile=mugshot
|
||||
show-command-profile=true
|
||||
search-actions=5
|
||||
search-actions=4
|
||||
|
||||
[action0]
|
||||
name=Man Pages
|
||||
|
|
@ -43,24 +43,18 @@ command=exo-open --launch TerminalEmulator man %s
|
|||
regex=false
|
||||
|
||||
[action1]
|
||||
name=Web Search
|
||||
pattern=?
|
||||
command=exo-open --launch WebBrowser https://duckduckgo.com/?q=%u
|
||||
regex=false
|
||||
|
||||
[action2]
|
||||
name=Wikipedia
|
||||
pattern=!w
|
||||
command=exo-open --launch WebBrowser https://en.wikipedia.org/wiki/%u
|
||||
regex=false
|
||||
|
||||
[action3]
|
||||
[action2]
|
||||
name=Run in Terminal
|
||||
pattern=!
|
||||
command=exo-open --launch TerminalEmulator %s
|
||||
regex=false
|
||||
|
||||
[action4]
|
||||
[action3]
|
||||
name=Open URI
|
||||
pattern=^(file|http|https):\\/\\/(.*)$
|
||||
command=exo-open \\0
|
||||
8
.config/xfce4/xfce4-screenshooter
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
delay=1
|
||||
region=3
|
||||
action=1
|
||||
show_mouse=1
|
||||
screenshot_dir=file:/home/barak/Pictures
|
||||
app=env
|
||||
last_user=
|
||||
|
||||
25
.config/xfce4/xfce4-taskmanager.rc
Normal file
|
|
@ -0,0 +1,25 @@
|
|||
[Settings]
|
||||
ShowAllProcesses=FALSE
|
||||
MorePrecision=FALSE
|
||||
FullCommandLine=FALSE
|
||||
ShowStatusIcon=FALSE
|
||||
ShowMemoryInXBytes=FALSE
|
||||
MonitorPaintBox=TRUE
|
||||
ShowApplicationIcons=TRUE
|
||||
ToolbarStyle=DEFAULT
|
||||
PromptTerminateTask=TRUE
|
||||
RefreshRate=750
|
||||
ColumnUID=FALSE
|
||||
ColumnPID=TRUE
|
||||
ColumnPPID=FALSE
|
||||
ColumnState=FALSE
|
||||
ColumnVSZ=TRUE
|
||||
ColumnRSS=TRUE
|
||||
ColumnCPU=TRUE
|
||||
ColumnPriority=FALSE
|
||||
SortColumn=7
|
||||
SortType=1
|
||||
WindowWidth=2556
|
||||
WindowHeight=1411
|
||||
HandlePosition=100
|
||||
ProcessTreeView=FALSE
|
||||
67
.config/xfce4/xfconf/xfce-perchannel-xml/displays.xml
Normal file
|
|
@ -0,0 +1,67 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
|
||||
<channel name="displays" version="1.0">
|
||||
<property name="Default" type="empty">
|
||||
<property name="eDP1" type="string" value="1. LGD 14"">
|
||||
<property name="Active" type="bool" value="true"/>
|
||||
<property name="Resolution" type="string" value="2560x1440"/>
|
||||
<property name="RefreshRate" type="double" value="60.004441"/>
|
||||
<property name="Rotation" type="int" value="0"/>
|
||||
<property name="Reflection" type="string" value="0"/>
|
||||
<property name="Primary" type="bool" value="true"/>
|
||||
<property name="Position" type="empty">
|
||||
<property name="X" type="int" value="0"/>
|
||||
<property name="Y" type="int" value="0"/>
|
||||
</property>
|
||||
</property>
|
||||
<property name="DP1" type="string" value="2. Dell 27"">
|
||||
<property name="Active" type="bool" value="true"/>
|
||||
<property name="Resolution" type="string" value="3840x2160"/>
|
||||
<property name="RefreshRate" type="double" value="59.996625"/>
|
||||
<property name="Rotation" type="int" value="0"/>
|
||||
<property name="Reflection" type="string" value="0"/>
|
||||
<property name="Primary" type="bool" value="false"/>
|
||||
<property name="Position" type="empty">
|
||||
<property name="X" type="int" value="0"/>
|
||||
<property name="Y" type="int" value="0"/>
|
||||
</property>
|
||||
</property>
|
||||
<property name="HDMI2" type="string" value="2. HCG 7"">
|
||||
<property name="Active" type="bool" value="true"/>
|
||||
<property name="Resolution" type="string" value="1920x1080"/>
|
||||
<property name="RefreshRate" type="double" value="60.000000"/>
|
||||
<property name="Rotation" type="int" value="0"/>
|
||||
<property name="Reflection" type="string" value="0"/>
|
||||
<property name="Primary" type="bool" value="false"/>
|
||||
<property name="Position" type="empty">
|
||||
<property name="X" type="int" value="2560"/>
|
||||
<property name="Y" type="int" value="0"/>
|
||||
</property>
|
||||
</property>
|
||||
<property name="HDMI1" type="string" value="2. AJA Video Systems, Inc. 32"">
|
||||
<property name="Active" type="bool" value="true"/>
|
||||
<property name="Resolution" type="string" value="1920x1080"/>
|
||||
<property name="RefreshRate" type="double" value="30.000000"/>
|
||||
<property name="Rotation" type="int" value="0"/>
|
||||
<property name="Reflection" type="string" value="0"/>
|
||||
<property name="Primary" type="bool" value="false"/>
|
||||
<property name="Position" type="empty">
|
||||
<property name="X" type="int" value="0"/>
|
||||
<property name="Y" type="int" value="0"/>
|
||||
</property>
|
||||
</property>
|
||||
<property name="rdp0" type="string" value="rdp0">
|
||||
<property name="Active" type="bool" value="true"/>
|
||||
<property name="Resolution" type="string" value="2560x1440"/>
|
||||
<property name="RefreshRate" type="double" value="50.000000"/>
|
||||
<property name="Rotation" type="int" value="0"/>
|
||||
<property name="Reflection" type="string" value="0"/>
|
||||
<property name="Primary" type="bool" value="false"/>
|
||||
<property name="Position" type="empty">
|
||||
<property name="X" type="int" value="0"/>
|
||||
<property name="Y" type="int" value="0"/>
|
||||
</property>
|
||||
</property>
|
||||
</property>
|
||||
<property name="Notify" type="bool" value="true"/>
|
||||
</channel>
|
||||
11
.config/xfce4/xfconf/xfce-perchannel-xml/keyboard-layout.xml
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
|
||||
<channel name="keyboard-layout" version="1.0">
|
||||
<property name="Default" type="empty">
|
||||
<property name="XkbDisable" type="bool" value="true"/>
|
||||
<property name="XkbOptions" type="empty">
|
||||
<property name="Group" type="string" value=""/>
|
||||
<property name="Compose" type="string" value="compose:prsc"/>
|
||||
</property>
|
||||
</property>
|
||||
</channel>
|
||||
9
.config/xfce4/xfconf/xfce-perchannel-xml/pointers.xml
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
|
||||
<channel name="pointers" version="1.0">
|
||||
<property name="Logitech_G400s_Optical_Gaming_Mouse" type="empty">
|
||||
<property name="RightHanded" type="bool" value="true"/>
|
||||
<property name="Threshold" type="int" value="4"/>
|
||||
<property name="Acceleration" type="double" value="4.600000"/>
|
||||
</property>
|
||||
</channel>
|
||||
12
.config/xfce4/xfconf/xfce-perchannel-xml/thunar.xml
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
|
||||
<channel name="thunar" version="1.0">
|
||||
<property name="last-view" type="string" value="ThunarIconView"/>
|
||||
<property name="last-icon-view-zoom-level" type="string" value="THUNAR_ZOOM_LEVEL_NORMAL"/>
|
||||
<property name="last-window-width" type="int" value="1276"/>
|
||||
<property name="last-window-height" type="int" value="1411"/>
|
||||
<property name="last-window-maximized" type="bool" value="false"/>
|
||||
<property name="last-separator-position" type="int" value="170"/>
|
||||
<property name="last-sort-column" type="string" value="THUNAR_COLUMN_DATE_MODIFIED"/>
|
||||
<property name="last-sort-order" type="string" value="GTK_SORT_ASCENDING"/>
|
||||
</channel>
|
||||
|
|
@ -0,0 +1,9 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
|
||||
<channel name="xfce4-appfinder" version="1.0">
|
||||
<property name="last" type="empty">
|
||||
<property name="window-height" type="int" value="400"/>
|
||||
<property name="window-width" type="int" value="2554"/>
|
||||
<property name="pane-position" type="int" value="180"/>
|
||||
</property>
|
||||
</channel>
|
||||
30
.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-desktop.xml
Normal file
|
|
@ -0,0 +1,30 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
|
||||
<channel name="xfce4-desktop" version="1.0">
|
||||
<property name="backdrop" type="empty">
|
||||
<property name="screen0" type="empty">
|
||||
<property name="monitor0" type="empty">
|
||||
<property name="workspace0" type="empty">
|
||||
<property name="color-style" type="int" value="0"/>
|
||||
<property name="image-style" type="int" value="5"/>
|
||||
<property name="last-image" type="string" value="/usr/share/backgrounds/xfce/xfce-teal.jpg"/>
|
||||
</property>
|
||||
<property name="workspace1" type="empty">
|
||||
<property name="color-style" type="int" value="0"/>
|
||||
<property name="image-style" type="int" value="5"/>
|
||||
<property name="last-image" type="string" value="/usr/share/backgrounds/xfce/xfce-teal.jpg"/>
|
||||
</property>
|
||||
<property name="workspace2" type="empty">
|
||||
<property name="color-style" type="int" value="0"/>
|
||||
<property name="image-style" type="int" value="5"/>
|
||||
<property name="last-image" type="string" value="/usr/share/backgrounds/xfce/xfce-teal.jpg"/>
|
||||
</property>
|
||||
<property name="workspace3" type="empty">
|
||||
<property name="color-style" type="int" value="0"/>
|
||||
<property name="image-style" type="int" value="5"/>
|
||||
<property name="last-image" type="string" value="/usr/share/backgrounds/xfce/xfce-teal.jpg"/>
|
||||
</property>
|
||||
</property>
|
||||
</property>
|
||||
</property>
|
||||
</channel>
|
||||
|
|
@ -17,62 +17,22 @@
|
|||
<property name="<Primary>Escape" type="empty"/>
|
||||
<property name="XF86WWW" type="empty"/>
|
||||
<property name="XF86Mail" type="empty"/>
|
||||
<property name="<Primary><Alt>Escape" type="empty"/>
|
||||
<property name="Print" type="empty"/>
|
||||
<property name="<Alt>Print" type="empty"/>
|
||||
<property name="XF86HomePage" type="empty"/>
|
||||
<property name="<Super>w" type="empty"/>
|
||||
<property name="<Super>m" type="empty"/>
|
||||
<property name="XF86Explorer" type="empty"/>
|
||||
<property name="<Super>f" type="empty"/>
|
||||
<property name="<Super>F1" type="empty"/>
|
||||
<property name="<Primary><Alt>t" type="empty"/>
|
||||
<property name="<Super>t" type="empty"/>
|
||||
<property name="<Super>r" type="empty"/>
|
||||
<property name="<Super>e" type="empty"/>
|
||||
<property name="XF86Calculator" type="empty"/>
|
||||
<property name="XF86Music" type="empty"/>
|
||||
<property name="<Super>1" type="empty"/>
|
||||
<property name="XF86Messenger" type="empty"/>
|
||||
<property name="<Super>2" type="empty"/>
|
||||
<property name="<Super>3" type="empty"/>
|
||||
<property name="<Super>4" type="empty"/>
|
||||
</property>
|
||||
<property name="custom" type="empty">
|
||||
<property name="Print" type="string" value="xfce4-screenshooter -f"/>
|
||||
<property name="<Alt>Print" type="string" value="xfce4-screenshooter -w"/>
|
||||
<property name="<Primary><Alt>Delete" type="string" value="xflock4"/>
|
||||
<property name="XF86Explorer" type="string" value="exo-open --launch FileManager"/>
|
||||
<property name="<Super>e" type="string" value="mousepad"/>
|
||||
<property name="<Super>f" type="string" value="exo-open --launch FileManager"/>
|
||||
<property name="<Alt>F3" type="string" value="xfce4-appfinder">
|
||||
<property name="startup-notify" type="bool" value="true"/>
|
||||
</property>
|
||||
<property name="<Alt>F2" type="string" value="xfrun4">
|
||||
<property name="<Alt>F1" type="string" value="xfce4-popup-applicationsmenu"/>
|
||||
<property name="<Alt>F2" type="string" value="xfce4-appfinder --collapsed">
|
||||
<property name="startup-notify" type="bool" value="true"/>
|
||||
</property>
|
||||
<property name="<Primary><Alt>Delete" type="string" value="xflock4"/>
|
||||
<property name="<Primary><Alt>l" type="string" value="xflock4"/>
|
||||
<property name="<Super>m" type="string" value="exo-open --launch MailReader"/>
|
||||
<property name="<Super>1" type="string" value="parole"/>
|
||||
<property name="<Super>2" type="string" value="pidgin"/>
|
||||
<property name="<Super>3" type="string" value="libreoffice --writer"/>
|
||||
<property name="<Super>4" type="string" value="libreoffice --calc"/>
|
||||
<property name="<Primary><Alt>t" type="string" value="exo-open --launch TerminalEmulator"/>
|
||||
<property name="<Super>r" type="string" value="xfce4-appfinder"/>
|
||||
<property name="<Super>t" type="string" value="exo-open --launch TerminalEmulator"/>
|
||||
<property name="<Super>p" type="string" value="xfce4-display-settings --minimal"/>
|
||||
<property name="<Super>w" type="string" value="exo-open --launch WebBrowser"/>
|
||||
<property name="<Primary>Escape" type="string" value="xfce4-popup-whiskermenu"/>
|
||||
<property name="XF86Display" type="string" value="xfce4-display-settings --minimal"/>
|
||||
<property name="<Alt>F1" type="string" value="xfce4-popup-applicationsmenu"/>
|
||||
<property name="XF86WWW" type="string" value="exo-open --launch WebBrowser"/>
|
||||
<property name="XF86Mail" type="string" value="exo-open --launch MailReader"/>
|
||||
<property name="<Primary><Alt>Escape" type="string" value="xkill"/>
|
||||
<property name="XF86Messenger" type="string" value="pidgin"/>
|
||||
<property name="XF86Calculator" type="string" value="mate-calc"/>
|
||||
<property name="XF86Music" type="string" value="parole"/>
|
||||
<property name="XF86HomePage" type="string" value="exo-open --launch WebBrowser"/>
|
||||
<property name="<Super>F1" type="string" value="xfce4-find-cursor"/>
|
||||
<property name="XF86Display" type="string" value="xfce4-display-settings --minimal"/>
|
||||
<property name="XF86WWW" type="string" value="exo-open --launch WebBrowser"/>
|
||||
<property name="<Super>p" type="string" value="xfce4-display-settings --minimal"/>
|
||||
<property name="<Primary>Escape" type="string" value="xfdesktop --menu"/>
|
||||
<property name="override" type="bool" value="true"/>
|
||||
</property>
|
||||
</property>
|
||||
|
|
@ -130,76 +90,59 @@
|
|||
<property name="<Primary>F10" type="empty"/>
|
||||
<property name="<Primary>F11" type="empty"/>
|
||||
<property name="<Primary>F12" type="empty"/>
|
||||
<property name="<Alt>F5" type="empty"/>
|
||||
<property name="<Super>KP_1" type="empty"/>
|
||||
<property name="<Super>Down" type="empty"/>
|
||||
<property name="<Super>KP_3" type="empty"/>
|
||||
<property name="<Super>Left" type="empty"/>
|
||||
<property name="<Super>Right" type="empty"/>
|
||||
<property name="<Super>KP_7" type="empty"/>
|
||||
<property name="<Super>Up" type="empty"/>
|
||||
<property name="<Super>KP_9" type="empty"/>
|
||||
</property>
|
||||
<property name="custom" type="empty">
|
||||
<property name="Up" type="string" value="up_key"/>
|
||||
<property name="<Primary><Alt>KP_9" type="string" value="move_window_workspace_9_key"/>
|
||||
<property name="<Super>KP_7" type="string" value="tile_up_left_key"/>
|
||||
<property name="<Primary><Alt>KP_8" type="string" value="move_window_workspace_8_key"/>
|
||||
<property name="Left" type="string" value="left_key"/>
|
||||
<property name="<Super>KP_9" type="string" value="tile_up_right_key"/>
|
||||
<property name="<Primary><Alt>KP_7" type="string" value="move_window_workspace_7_key"/>
|
||||
<property name="<Primary>F3" type="string" value="workspace_3_key"/>
|
||||
<property name="<Super>Up" type="string" value="tile_up_key"/>
|
||||
<property name="<Alt>Tab" type="string" value="cycle_windows_key"/>
|
||||
<property name="<Primary><Alt>KP_6" type="string" value="move_window_workspace_6_key"/>
|
||||
<property name="<Alt>Insert" type="string" value="add_workspace_key"/>
|
||||
<property name="<Alt>Tab" type="string" value="cycle_windows_key"/>
|
||||
<property name="<Alt><Shift>Tab" type="string" value="cycle_reverse_windows_key"/>
|
||||
<property name="<Primary><Alt>KP_7" type="string" value="move_window_workspace_7_key"/>
|
||||
<property name="<Primary><Alt>Right" type="string" value="right_workspace_key"/>
|
||||
<property name="<Primary><Shift><Alt>Right" type="string" value="move_window_right_key"/>
|
||||
<property name="<Primary><Alt>d" type="string" value="show_desktop_key"/>
|
||||
<property name="<Primary><Alt>Up" type="string" value="up_workspace_key"/>
|
||||
<property name="<Primary><Alt>KP_8" type="string" value="move_window_workspace_8_key"/>
|
||||
<property name="<Primary><Alt>KP_4" type="string" value="move_window_workspace_4_key"/>
|
||||
<property name="<Alt><Shift>Tab" type="string" value="cycle_reverse_windows_key"/>
|
||||
<property name="<Primary><Alt>KP_3" type="string" value="move_window_workspace_3_key"/>
|
||||
<property name="<Primary>F7" type="string" value="workspace_7_key"/>
|
||||
<property name="<Primary><Alt>Home" type="string" value="move_window_prev_workspace_key"/>
|
||||
<property name="<Super>Right" type="string" value="tile_right_key"/>
|
||||
<property name="<Primary><Alt>Down" type="string" value="down_workspace_key"/>
|
||||
<property name="<Alt>F5" type="string" value="maximize_horiz_key"/>
|
||||
<property name="<Primary><Shift><Alt>Left" type="string" value="move_window_left_key"/>
|
||||
<property name="<Alt>F11" type="string" value="fullscreen_key"/>
|
||||
<property name="<Super>Down" type="string" value="tile_down_key"/>
|
||||
<property name="<Alt>F6" type="string" value="maximize_vert_key"/>
|
||||
<property name="<Alt>F4" type="string" value="close_window_key"/>
|
||||
<property name="<Primary><Shift><Alt>Left" type="string" value="move_window_left_key"/>
|
||||
<property name="<Alt>F6" type="string" value="stick_window_key"/>
|
||||
<property name="<Alt>F10" type="string" value="maximize_window_key"/>
|
||||
<property name="<Alt>F12" type="string" value="above_key"/>
|
||||
<property name="Escape" type="string" value="cancel_key"/>
|
||||
<property name="<Alt>F7" type="string" value="maximize_window_key"/>
|
||||
<property name="<Alt>F8" type="string" value="stick_window_key"/>
|
||||
<property name="<Primary><Alt>End" type="string" value="move_window_next_workspace_key"/>
|
||||
<property name="<Primary>F11" type="string" value="workspace_11_key"/>
|
||||
<property name="<Primary>F10" type="string" value="workspace_10_key"/>
|
||||
<property name="<Super>Tab" type="string" value="switch_window_key"/>
|
||||
<property name="<Alt>F9" type="string" value="hide_window_key"/>
|
||||
<property name="<Primary><Alt>Down" type="string" value="down_workspace_key"/>
|
||||
<property name="<Alt>F8" type="string" value="resize_window_key"/>
|
||||
<property name="<Super>Tab" type="string" value="switch_window_key"/>
|
||||
<property name="Escape" type="string" value="cancel_key"/>
|
||||
<property name="<Primary><Alt>End" type="string" value="move_window_next_workspace_key"/>
|
||||
<property name="<Primary>F10" type="string" value="workspace_10_key"/>
|
||||
<property name="<Primary>F11" type="string" value="workspace_11_key"/>
|
||||
<property name="<Alt>F11" type="string" value="fullscreen_key"/>
|
||||
<property name="<Primary><Shift><Alt>Up" type="string" value="move_window_up_key"/>
|
||||
<property name="Down" type="string" value="down_key"/>
|
||||
<property name="<Shift><Alt>Page_Down" type="string" value="lower_window_key"/>
|
||||
<property name="Right" type="string" value="right_key"/>
|
||||
<property name="<Primary>F6" type="string" value="workspace_6_key"/>
|
||||
<property name="Down" type="string" value="down_key"/>
|
||||
<property name="<Alt>F7" type="string" value="move_window_key"/>
|
||||
<property name="<Shift><Alt>Page_Down" type="string" value="lower_window_key"/>
|
||||
<property name="<Primary>F12" type="string" value="workspace_12_key"/>
|
||||
<property name="<Primary>F1" type="string" value="workspace_1_key"/>
|
||||
<property name="<Primary><Alt>Left" type="string" value="left_workspace_key"/>
|
||||
<property name="<Primary>F2" type="string" value="workspace_2_key"/>
|
||||
<property name="<Primary>F4" type="string" value="workspace_4_key"/>
|
||||
<property name="<Primary>F5" type="string" value="workspace_5_key"/>
|
||||
<property name="<Super>Left" type="string" value="tile_left_key"/>
|
||||
<property name="<Primary>F7" type="string" value="workspace_7_key"/>
|
||||
<property name="<Primary>F6" type="string" value="workspace_6_key"/>
|
||||
<property name="<Alt>space" type="string" value="popup_menu_key"/>
|
||||
<property name="<Primary>F8" type="string" value="workspace_8_key"/>
|
||||
<property name="<Primary>F9" type="string" value="workspace_9_key"/>
|
||||
<property name="<Primary><Alt>KP_1" type="string" value="move_window_workspace_1_key"/>
|
||||
<property name="<Super>KP_1" type="string" value="tile_down_left_key"/>
|
||||
<property name="<Shift><Alt>Page_Up" type="string" value="raise_window_key"/>
|
||||
<property name="<Super>KP_3" type="string" value="tile_down_right_key"/>
|
||||
<property name="<Primary><Alt>KP_2" type="string" value="move_window_workspace_2_key"/>
|
||||
<property name="<Alt>Delete" type="string" value="del_workspace_key"/>
|
||||
<property name="<Alt>space" type="string" value="popup_menu_key"/>
|
||||
<property name="<Shift><Alt>Page_Up" type="string" value="raise_window_key"/>
|
||||
<property name="<Primary>F3" type="string" value="workspace_3_key"/>
|
||||
<property name="<Primary><Alt>KP_2" type="string" value="move_window_workspace_2_key"/>
|
||||
<property name="<Primary><Alt>KP_3" type="string" value="move_window_workspace_3_key"/>
|
||||
<property name="<Primary><Alt>KP_4" type="string" value="move_window_workspace_4_key"/>
|
||||
<property name="<Primary><Alt>KP_5" type="string" value="move_window_workspace_5_key"/>
|
||||
<property name="override" type="bool" value="true"/>
|
||||
</property>
|
||||
27
.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-notifyd.xml
Normal file
|
|
@ -0,0 +1,27 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
|
||||
<channel name="xfce4-notifyd" version="1.0">
|
||||
<property name="notify-location" type="uint" value="2"/>
|
||||
<property name="theme" type="string" value="Default"/>
|
||||
<property name="expire-timeout" type="int" value="6"/>
|
||||
<property name="initial-opacity" type="double" value="1.000000"/>
|
||||
<property name="applications" type="empty">
|
||||
<property name="known_applications" type="array">
|
||||
<value type="string" value="Electron"/>
|
||||
<value type="string" value="FileZilla"/>
|
||||
<value type="string" value="Firefox"/>
|
||||
<value type="string" value="geary"/>
|
||||
<value type="string" value="hexchat"/>
|
||||
<value type="string" value="nm-applet"/>
|
||||
<value type="string" value="notify-send"/>
|
||||
<value type="string" value="ScudCloud"/>
|
||||
<value type="string" value="Thunderbird"/>
|
||||
<value type="string" value="Xfce4-notifyd settings"/>
|
||||
<value type="string" value="xfce4-power-manager"/>
|
||||
</property>
|
||||
</property>
|
||||
<property name="log-level" type="uint" value="0"/>
|
||||
<property name="log-level-apps" type="uint" value="0"/>
|
||||
<property name="primary-monitor" type="uint" value="1"/>
|
||||
<property name="do-fadeout" type="bool" value="false"/>
|
||||
</channel>
|
||||
98
.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-panel.xml
Normal file
|
|
@ -0,0 +1,98 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
|
||||
<channel name="xfce4-panel" version="1.0">
|
||||
<property name="configver" type="int" value="2"/>
|
||||
<property name="panels" type="array">
|
||||
<value type="int" value="1"/>
|
||||
<property name="panel-1" type="empty">
|
||||
<property name="position" type="string" value="p=6;x=0;y=0"/>
|
||||
<property name="length" type="uint" value="100"/>
|
||||
<property name="position-locked" type="bool" value="true"/>
|
||||
<property name="size" type="uint" value="24"/>
|
||||
<property name="plugin-ids" type="array">
|
||||
<value type="int" value="4"/>
|
||||
<value type="int" value="10"/>
|
||||
<value type="int" value="7"/>
|
||||
<value type="int" value="15"/>
|
||||
<value type="int" value="8"/>
|
||||
<value type="int" value="9"/>
|
||||
<value type="int" value="1"/>
|
||||
<value type="int" value="5"/>
|
||||
<value type="int" value="6"/>
|
||||
<value type="int" value="2"/>
|
||||
</property>
|
||||
<property name="autohide-behavior" type="uint" value="0"/>
|
||||
<property name="background-alpha" type="uint" value="77"/>
|
||||
<property name="background-style" type="uint" value="0"/>
|
||||
<property name="length-adjust" type="bool" value="false"/>
|
||||
<property name="background-color" type="array">
|
||||
<value type="uint" value="62965"/>
|
||||
<value type="uint" value="63222"/>
|
||||
<value type="uint" value="63479"/>
|
||||
<value type="uint" value="65535"/>
|
||||
</property>
|
||||
<property name="span-monitors" type="bool" value="false"/>
|
||||
</property>
|
||||
</property>
|
||||
<property name="plugins" type="empty">
|
||||
<property name="plugin-2" type="string" value="actions"/>
|
||||
<property name="plugin-15" type="string" value="separator">
|
||||
<property name="expand" type="bool" value="true"/>
|
||||
<property name="style" type="uint" value="0"/>
|
||||
</property>
|
||||
<property name="plugin-5" type="string" value="clock">
|
||||
<property name="digital-format" type="string" value="%T"/>
|
||||
<property name="mode" type="uint" value="2"/>
|
||||
</property>
|
||||
<property name="plugin-6" type="string" value="systray">
|
||||
<property name="names-visible" type="array">
|
||||
<value type="string" value="skype"/>
|
||||
<value type="string" value="smuxi-frontend-gnome"/>
|
||||
<value type="string" value="nicotine.py"/>
|
||||
<value type="string" value="task manager"/>
|
||||
<value type="string" value="deluge"/>
|
||||
<value type="string" value="steam"/>
|
||||
<value type="string" value="blueberry-tray.py"/>
|
||||
<value type="string" value="foobnix"/>
|
||||
<value type="string" value="google-chrome-beta"/>
|
||||
<value type="string" value="orage"/>
|
||||
<value type="string" value="vlc"/>
|
||||
<value type="string" value="sabnzbd.py"/>
|
||||
<value type="string" value="clementine"/>
|
||||
<value type="string" value="bluetooth"/>
|
||||
<value type="string" value="mumble"/>
|
||||
<value type="string" value="scudcloud slack"/>
|
||||
<value type="string" value="franz"/>
|
||||
<value type="string" value="xfce4-power-manager"/>
|
||||
<value type="string" value="deadbeef"/>
|
||||
<value type="string" value="ramme"/>
|
||||
<value type="string" value="virt-manager"/>
|
||||
<value type="string" value="tomahawk"/>
|
||||
<value type="string" value="scudcloud slack_ssb"/>
|
||||
<value type="string" value="sylpheed"/>
|
||||
<value type="string" value="keybase"/>
|
||||
<value type="string" value="synergy"/>
|
||||
<value type="string" value="slack"/>
|
||||
<value type="string" value="hexchat"/>
|
||||
<value type="string" value="zoom"/>
|
||||
<value type="string" value="networkmanager applet"/>
|
||||
<value type="string" value="blueman-applet"/>
|
||||
<value type="string" value="mailspring"/>
|
||||
<value type="string" value="remmina"/>
|
||||
</property>
|
||||
<property name="show-frame" type="bool" value="false"/>
|
||||
</property>
|
||||
<property name="plugin-11" type="string" value="whiskermenu"/>
|
||||
<property name="plugin-1" type="string" value="power-manager-plugin"/>
|
||||
<property name="plugin-4" type="string" value="whiskermenu"/>
|
||||
<property name="plugin-7" type="string" value="tasklist"/>
|
||||
<property name="plugin-8" type="string" value="genmon"/>
|
||||
<property name="plugin-9" type="string" value="separator">
|
||||
<property name="style" type="uint" value="0"/>
|
||||
<property name="expand" type="bool" value="false"/>
|
||||
</property>
|
||||
<property name="plugin-10" type="string" value="pager">
|
||||
<property name="rows" type="uint" value="1"/>
|
||||
</property>
|
||||
</property>
|
||||
</channel>
|
||||
|
|
@ -0,0 +1,8 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
|
||||
<channel name="xfce4-power-manager" version="1.0">
|
||||
<property name="xfce4-power-manager" type="empty">
|
||||
<property name="brightness-switch-restore-on-exit" type="int" value="0"/>
|
||||
<property name="brightness-switch" type="int" value="0"/>
|
||||
</property>
|
||||
</channel>
|
||||
|
|
@ -3,43 +3,26 @@
|
|||
<channel name="xfce4-session" version="1.0">
|
||||
<property name="general" type="empty">
|
||||
<property name="FailsafeSessionName" type="empty"/>
|
||||
<property name="LockCommand" type="empty"/>
|
||||
<property name="SaveOnExit" type="bool" value="true"/>
|
||||
<property name="SessionName" type="string" value="Default"/>
|
||||
<property name="SaveOnExit" type="bool" value="true"/>
|
||||
</property>
|
||||
<property name="sessions" type="empty">
|
||||
<property name="Failsafe" type="empty">
|
||||
<property name="IsFailsafe" type="empty"/>
|
||||
<property name="Count" type="empty"/>
|
||||
<property name="Client0_Command" type="empty"/>
|
||||
<property name="Client0_Priority" type="empty"/>
|
||||
<property name="Client0_PerScreen" type="empty"/>
|
||||
<property name="Client1_Command" type="empty"/>
|
||||
<property name="Client1_Priority" type="empty"/>
|
||||
<property name="Client1_PerScreen" type="empty"/>
|
||||
<property name="Client2_Command" type="empty"/>
|
||||
<property name="Client2_Priority" type="empty"/>
|
||||
<property name="Client2_PerScreen" type="empty"/>
|
||||
<property name="Client3_Command" type="empty"/>
|
||||
<property name="Client3_Priority" type="empty"/>
|
||||
<property name="Client3_PerScreen" type="empty"/>
|
||||
<property name="Client4_Command" type="empty"/>
|
||||
<property name="Client4_Priority" type="empty"/>
|
||||
<property name="Client4_PerScreen" type="empty"/>
|
||||
</property>
|
||||
</property>
|
||||
<property name="splash" type="empty">
|
||||
<property name="Engine" type="empty"/>
|
||||
</property>
|
||||
<property name="compat" type="empty">
|
||||
<property name="LaunchGNOME" type="empty"/>
|
||||
</property>
|
||||
<property name="shutdown" type="empty">
|
||||
<property name="LockScreen" type="empty"/>
|
||||
</property>
|
||||
<property name="startup" type="empty">
|
||||
<property name="screensaver" type="empty">
|
||||
<property name="type" type="empty"/>
|
||||
</property>
|
||||
</property>
|
||||
</channel>
|
||||
|
|
@ -0,0 +1,9 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
|
||||
<channel name="xfce4-settings-editor" version="1.0">
|
||||
<property name="last" type="empty">
|
||||
<property name="window-width" type="int" value="676"/>
|
||||
<property name="window-height" type="int" value="390"/>
|
||||
<property name="paned-position" type="int" value="180"/>
|
||||
</property>
|
||||
</channel>
|
||||
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
<channel name="xfce4-settings-manager" version="1.0">
|
||||
<property name="last" type="empty">
|
||||
<property name="window-width" type="int" value="948"/>
|
||||
<property name="window-height" type="int" value="2032"/>
|
||||
<property name="window-width" type="int" value="721"/>
|
||||
<property name="window-height" type="int" value="500"/>
|
||||
</property>
|
||||
</channel>
|
||||
|
|
@ -3,6 +3,7 @@
|
|||
<channel name="xfwm4" version="1.0">
|
||||
<property name="general" type="empty">
|
||||
<property name="activate_action" type="string" value="bring"/>
|
||||
<property name="borderless_maximize" type="bool" value="true"/>
|
||||
<property name="box_move" type="bool" value="false"/>
|
||||
<property name="box_resize" type="bool" value="false"/>
|
||||
<property name="button_layout" type="string" value="O|SHMC"/>
|
||||
|
|
@ -11,20 +12,35 @@
|
|||
<property name="click_to_focus" type="bool" value="true"/>
|
||||
<property name="cycle_apps_only" type="bool" value="false"/>
|
||||
<property name="cycle_draw_frame" type="bool" value="true"/>
|
||||
<property name="cycle_hidden" type="bool" value="true"/>
|
||||
<property name="cycle_minimum" type="bool" value="true"/>
|
||||
<property name="cycle_preview" type="bool" value="true"/>
|
||||
<property name="cycle_tabwin_mode" type="int" value="0"/>
|
||||
<property name="cycle_workspaces" type="bool" value="false"/>
|
||||
<property name="double_click_action" type="string" value="maximize"/>
|
||||
<property name="double_click_distance" type="int" value="5"/>
|
||||
<property name="double_click_time" type="int" value="250"/>
|
||||
<property name="easy_click" type="string" value="Alt"/>
|
||||
<property name="focus_delay" type="int" value="250"/>
|
||||
<property name="focus_hint" type="bool" value="true"/>
|
||||
<property name="focus_new" type="bool" value="true"/>
|
||||
<property name="frame_opacity" type="int" value="100"/>
|
||||
<property name="full_width_title" type="bool" value="true"/>
|
||||
<property name="horiz_scroll_opacity" type="bool" value="false"/>
|
||||
<property name="inactive_opacity" type="int" value="100"/>
|
||||
<property name="maximized_offset" type="int" value="0"/>
|
||||
<property name="mousewheel_rollup" type="bool" value="true"/>
|
||||
<property name="move_opacity" type="int" value="100"/>
|
||||
<property name="placement_mode" type="string" value="center"/>
|
||||
<property name="placement_ratio" type="int" value="20"/>
|
||||
<property name="popup_opacity" type="int" value="100"/>
|
||||
<property name="prevent_focus_stealing" type="bool" value="false"/>
|
||||
<property name="raise_delay" type="int" value="250"/>
|
||||
<property name="raise_on_click" type="bool" value="true"/>
|
||||
<property name="raise_on_focus" type="bool" value="false"/>
|
||||
<property name="raise_with_any_button" type="bool" value="true"/>
|
||||
<property name="repeat_urgent_blink" type="bool" value="false"/>
|
||||
<property name="resize_opacity" type="int" value="100"/>
|
||||
<property name="scroll_workspaces" type="bool" value="true"/>
|
||||
<property name="shadow_delta_height" type="int" value="0"/>
|
||||
<property name="shadow_delta_width" type="int" value="0"/>
|
||||
|
|
@ -35,63 +51,43 @@
|
|||
<property name="show_dock_shadow" type="bool" value="true"/>
|
||||
<property name="show_frame_shadow" type="bool" value="true"/>
|
||||
<property name="show_popup_shadow" type="bool" value="false"/>
|
||||
<property name="snap_resist" type="bool" value="false"/>
|
||||
<property name="snap_to_border" type="bool" value="true"/>
|
||||
<property name="snap_to_windows" type="bool" value="false"/>
|
||||
<property name="snap_width" type="int" value="10"/>
|
||||
<property name="sync_to_vblank" type="bool" value="false"/>
|
||||
<property name="theme" type="string" value="Default"/>
|
||||
<property name="tile_on_move" type="bool" value="true"/>
|
||||
<property name="title_alignment" type="string" value="center"/>
|
||||
<property name="title_font" type="string" value="Sans Bold 9"/>
|
||||
<property name="title_horizontal_offset" type="int" value="0"/>
|
||||
<property name="titleless_maximize" type="bool" value="false"/>
|
||||
<property name="title_shadow_active" type="string" value="false"/>
|
||||
<property name="title_shadow_inactive" type="string" value="false"/>
|
||||
<property name="title_vertical_offset_active" type="int" value="0"/>
|
||||
<property name="title_vertical_offset_inactive" type="int" value="0"/>
|
||||
<property name="toggle_workspaces" type="bool" value="false"/>
|
||||
<property name="unredirect_overlays" type="bool" value="true"/>
|
||||
<property name="urgent_blink" type="bool" value="false"/>
|
||||
<property name="use_compositing" type="bool" value="true"/>
|
||||
<property name="workspace_count" type="int" value="5"/>
|
||||
<property name="workspace_count" type="int" value="6"/>
|
||||
<property name="wrap_cycle" type="bool" value="true"/>
|
||||
<property name="wrap_layout" type="bool" value="true"/>
|
||||
<property name="workspace_names" type="array">
|
||||
<value type="string" value="1"/>
|
||||
<value type="string" value="2"/>
|
||||
<value type="string" value="3"/>
|
||||
<value type="string" value="5"/>
|
||||
<value type="string" value="6"/>
|
||||
<value type="string" value="7"/>
|
||||
<value type="string" value="Workspace 2"/>
|
||||
<value type="string" value="Workspace 3"/>
|
||||
<value type="string" value="Workspace 4"/>
|
||||
<value type="string" value="9"/>
|
||||
<value type="string" value="Workspace 8"/>
|
||||
<value type="string" value="9"/>
|
||||
<value type="string" value="Workspace 7"/>
|
||||
<value type="string" value="10"/>
|
||||
<value type="string" value="Workspace 9"/>
|
||||
<value type="string" value="Workspace 10"/>
|
||||
</property>
|
||||
<property name="wrap_resistance" type="int" value="10"/>
|
||||
<property name="wrap_windows" type="bool" value="true"/>
|
||||
<property name="wrap_workspaces" type="bool" value="false"/>
|
||||
<property name="borderless_maximize" type="bool" value="true"/>
|
||||
<property name="cycle_hidden" type="bool" value="true"/>
|
||||
<property name="cycle_minimum" type="bool" value="true"/>
|
||||
<property name="cycle_tabwin_mode" type="int" value="0"/>
|
||||
<property name="cycle_workspaces" type="bool" value="false"/>
|
||||
<property name="double_click_action" type="string" value="maximize"/>
|
||||
<property name="easy_click" type="string" value="Alt"/>
|
||||
<property name="focus_hint" type="bool" value="true"/>
|
||||
<property name="horiz_scroll_opacity" type="bool" value="false"/>
|
||||
<property name="inactive_opacity" type="int" value="100"/>
|
||||
<property name="move_opacity" type="int" value="100"/>
|
||||
<property name="placement_ratio" type="int" value="20"/>
|
||||
<property name="popup_opacity" type="int" value="100"/>
|
||||
<property name="prevent_focus_stealing" type="bool" value="false"/>
|
||||
<property name="raise_with_any_button" type="bool" value="true"/>
|
||||
<property name="resize_opacity" type="int" value="100"/>
|
||||
<property name="snap_resist" type="bool" value="false"/>
|
||||
<property name="sync_to_vblank" type="bool" value="false"/>
|
||||
<property name="tile_on_move" type="bool" value="true"/>
|
||||
<property name="titleless_maximize" type="bool" value="false"/>
|
||||
<property name="toggle_workspaces" type="bool" value="false"/>
|
||||
<property name="unredirect_overlays" type="bool" value="true"/>
|
||||
<property name="wrap_cycle" type="bool" value="true"/>
|
||||
<property name="wrap_layout" type="bool" value="true"/>
|
||||
<property name="zoom_desktop" type="bool" value="true"/>
|
||||
<property name="cycle_raise" type="bool" value="false"/>
|
||||
<property name="cycle_minimized" type="bool" value="false"/>
|
||||
<property name="frame_border_top" type="int" value="0"/>
|
||||
<property name="vblank_mode" type="string" value="auto"/>
|
||||
<property name="zoom_pointer" type="bool" value="true"/>
|
||||
</property>
|
||||
</channel>
|
||||
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
<channel name="xsettings" version="1.0">
|
||||
<property name="Net" type="empty">
|
||||
<property name="ThemeName" type="string" value="Adwaita-dark"/>
|
||||
<property name="ThemeName" type="string" value="Arc"/>
|
||||
<property name="IconThemeName" type="string" value="Arc"/>
|
||||
<property name="DoubleClickTime" type="empty"/>
|
||||
<property name="DoubleClickDistance" type="empty"/>
|
||||
|
|
@ -12,21 +12,18 @@
|
|||
<property name="SoundThemeName" type="empty"/>
|
||||
<property name="EnableEventSounds" type="empty"/>
|
||||
<property name="EnableInputFeedbackSounds" type="empty"/>
|
||||
<property name="FallbackIconTheme" type="empty"/>
|
||||
</property>
|
||||
<property name="Xft" type="empty">
|
||||
<property name="DPI" type="int" value="130"/>
|
||||
<property name="Antialias" type="int" value="1"/>
|
||||
<property name="DPI" type="int" value="120"/>
|
||||
<property name="Antialias" type="empty"/>
|
||||
<property name="Hinting" type="int" value="1"/>
|
||||
<property name="HintStyle" type="string" value="hintslight"/>
|
||||
<property name="RGBA" type="string" value="rgb"/>
|
||||
<property name="Lcdfilter" type="empty"/>
|
||||
</property>
|
||||
<property name="Gtk" type="empty">
|
||||
<property name="CanChangeAccels" type="empty"/>
|
||||
<property name="ColorPalette" type="empty"/>
|
||||
<property name="FontName" type="string" value="Sans 12"/>
|
||||
<property name="MonospaceFontName" type="string" value="Liberation Mono 12"/>
|
||||
<property name="FontName" type="string" value="Cantarell 11"/>
|
||||
<property name="IconSizes" type="empty"/>
|
||||
<property name="KeyThemeName" type="empty"/>
|
||||
<property name="ToolbarStyle" type="empty"/>
|
||||
|
|
@ -34,16 +31,11 @@
|
|||
<property name="MenuImages" type="empty"/>
|
||||
<property name="ButtonImages" type="empty"/>
|
||||
<property name="MenuBarAccel" type="empty"/>
|
||||
<property name="CursorThemeName" type="string" value="elementary"/>
|
||||
<property name="CursorThemeSize" type="empty"/>
|
||||
<property name="CursorThemeName" type="string" value="mate"/>
|
||||
<property name="CursorThemeSize" type="int" value="18"/>
|
||||
<property name="DecorationLayout" type="empty"/>
|
||||
<property name="DialogsUseHeader" type="empty"/>
|
||||
<property name="TitlebarMiddleClick" type="empty"/>
|
||||
</property>
|
||||
<property name="Gdk" type="empty">
|
||||
<property name="WindowScalingFactor" type="empty"/>
|
||||
</property>
|
||||
<property name="Xfce" type="empty">
|
||||
<property name="LastCustomDPI" type="int" value="130"/>
|
||||
<property name="LastCustomDPI" type="int" value="120"/>
|
||||
</property>
|
||||
</channel>
|
||||
34
.emacs.d/init.el
Normal file
|
|
@ -0,0 +1,34 @@
|
|||
;;; init.el --- Spacemacs Initialization File
|
||||
;;
|
||||
;; Copyright (c) 2012-2017 Sylvain Benner & Contributors
|
||||
;;
|
||||
;; Author: Sylvain Benner <sylvain.benner@gmail.com>
|
||||
;; URL: https://github.com/syl20bnr/spacemacs
|
||||
;;
|
||||
;; This file is not part of GNU Emacs.
|
||||
;;
|
||||
;;; License: GPLv3
|
||||
|
||||
;; Without this comment emacs25 adds (package-initialize) here
|
||||
;; (package-initialize)
|
||||
|
||||
;; Increase gc-cons-threshold, depending on your system you may set it back to a
|
||||
;; lower value in your dotfile (function `dotspacemacs/user-config')
|
||||
(setq gc-cons-threshold 100000000)
|
||||
|
||||
(defconst spacemacs-version "0.200.9" "Spacemacs version.")
|
||||
(defconst spacemacs-emacs-min-version "24.4" "Minimal version of Emacs.")
|
||||
|
||||
(if (not (version<= spacemacs-emacs-min-version emacs-version))
|
||||
(error (concat "Your version of Emacs (%s) is too old. "
|
||||
"Spacemacs requires Emacs version %s or above.")
|
||||
emacs-version spacemacs-emacs-min-version)
|
||||
(load-file (concat (file-name-directory load-file-name)
|
||||
"core/core-load-paths.el"))
|
||||
(require 'core-spacemacs)
|
||||
(spacemacs/init)
|
||||
(configuration-layer/sync)
|
||||
(spacemacs-buffer/display-startup-note)
|
||||
(spacemacs/setup-startup-hook)
|
||||
(require 'server)
|
||||
(unless (server-running-p) (server-start)))
|
||||