portia1
This commit is contained in:
parent
baa37a68e7
commit
a9b2ef65c5
7 changed files with 29 additions and 7 deletions
|
|
@ -1,5 +1,5 @@
|
|||
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
|
||||
favorites=exo-web-browser.desktop,exo-mail-reader.desktop,exo-file-manager.desktop,libreoffice-writer.desktop,libreoffice-calc.desktop,pidgin.desktop,org.gnome.Software.desktop,exo-terminal-emulator.desktop
|
||||
recent=xfce-session-settings.desktop,xfce-keyboard-settings.desktop,xfce-ui-settings.desktop,firefox.desktop,exo-terminal-emulator.desktop,lightdm-gtk-greeter-settings.desktop
|
||||
button-title=Applications Menu
|
||||
button-icon=xfce4-whiskermenu
|
||||
button-single-row=false
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
<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="false"/>
|
||||
<property name="Active" type="bool" value="true"/>
|
||||
<property name="Resolution" type="string" value="2560x1440"/>
|
||||
<property name="RefreshRate" type="double" value="59.997716"/>
|
||||
<property name="Rotation" type="int" value="0"/>
|
||||
|
|
@ -26,5 +26,17 @@
|
|||
<property name="Y" type="int" value="0"/>
|
||||
</property>
|
||||
</property>
|
||||
<property name="DP1" type="string" value="2. Hewlett Packard 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>
|
||||
</channel>
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@
|
|||
<property name="shortcuts-icon-size" type="empty"/>
|
||||
<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="2556"/>
|
||||
<property name="last-window-height" type="int" value="1411"/>
|
||||
<property name="last-window-width" type="int" value="1916"/>
|
||||
<property name="last-window-height" type="int" value="2131"/>
|
||||
<property name="last-window-maximized" type="bool" value="false"/>
|
||||
</channel>
|
||||
|
|
|
|||
|
|
@ -7,8 +7,10 @@
|
|||
<property name="applications" type="empty">
|
||||
<property name="known_applications" type="array">
|
||||
<value type="string" value="Firefox"/>
|
||||
<value type="string" value="google-chrome"/>
|
||||
<value type="string" value="nm-applet"/>
|
||||
<value type="string" value="notify-send"/>
|
||||
<value type="string" value="Xfce volume control"/>
|
||||
</property>
|
||||
</property>
|
||||
</channel>
|
||||
|
|
|
|||
|
|
@ -48,7 +48,7 @@
|
|||
<property name="title_vertical_offset_inactive" type="empty"/>
|
||||
<property name="urgent_blink" type="empty"/>
|
||||
<property name="use_compositing" type="empty"/>
|
||||
<property name="workspace_count" type="int" value="1"/>
|
||||
<property name="workspace_count" type="int" value="5"/>
|
||||
<property name="workspace_names" type="array">
|
||||
<value type="string" value="1"/>
|
||||
<value type="string" value="2"/>
|
||||
|
|
@ -58,6 +58,7 @@
|
|||
<value type="string" value="10"/>
|
||||
<value type="string" value="10"/>
|
||||
<value type="string" value="Workspace 8"/>
|
||||
<value type="string" value="Workspace 9"/>
|
||||
</property>
|
||||
<property name="wrap_resistance" type="empty"/>
|
||||
<property name="wrap_windows" type="empty"/>
|
||||
|
|
|
|||
7
.vimrc
7
.vimrc
|
|
@ -140,6 +140,8 @@ Plug 'tpope/vim-fireplace'
|
|||
Plug 'junegunn/vim-easy-align'
|
||||
Plug 'idris-hackers/idris-vim'
|
||||
|
||||
Plug 'ambv/black'
|
||||
|
||||
call plug#end()
|
||||
|
||||
|
||||
|
|
@ -520,6 +522,11 @@ function AutoTrimWhitespace()
|
|||
endif
|
||||
endfunction
|
||||
|
||||
|
||||
function InstallEverything()
|
||||
GoUpdateBinaries
|
||||
BlackUpgrade
|
||||
endfunction
|
||||
" ** KEY REMAPPINGS **
|
||||
"
|
||||
" I used to use tabs, but then I took an arrow to the knee.
|
||||
|
|
|
|||
2
.xinitrc
2
.xinitrc
|
|
@ -22,7 +22,7 @@ rofi -key-run control-space -fuzzy -terminal run_terminal &
|
|||
nm-applet &
|
||||
gnome-sound-applet &
|
||||
remmina -i &
|
||||
#setxkbmap -option ctrl:nocaps &
|
||||
setxkbmap -option ctrl:nocaps &
|
||||
xmodmap ~/.Xmodmap &
|
||||
#synclient PalmDetect=1
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue