Compare commits
24 Commits
headless
...
desktop-i3
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
c93ea0b680 | ||
|
|
b0c5802b79 | ||
|
|
5cb7995b98 | ||
|
|
6e8e831fed | ||
|
|
2320ad4754 | ||
|
|
5c61d59a63 | ||
|
|
9deac0e058 | ||
|
|
30774551f7 | ||
|
|
782ebfe326 | ||
|
|
580fd8881a | ||
|
|
749e48ff95 | ||
|
|
21804cb165 | ||
|
|
f1642ed73b | ||
|
|
14e269a7a5 | ||
|
|
52a21efaf5 | ||
|
|
2cd901feca | ||
|
|
c7ae96905b | ||
|
|
597ba8b1d7 | ||
|
|
203f5c345f | ||
|
|
41313f6562 | ||
|
|
3c7a16e293 | ||
|
|
d9ae62fae1 | ||
|
|
637a7640ca | ||
|
|
593be700fc |
13
.config/autostart/i3.desktop
Normal file
13
.config/autostart/i3.desktop
Normal file
@@ -0,0 +1,13 @@
|
||||
[Desktop Entry]
|
||||
Encoding=UTF-8
|
||||
Version=0.9.4
|
||||
Type=Application
|
||||
Name=i3
|
||||
Comment=tiling window manager
|
||||
Exec=i3
|
||||
OnlyShowIn=XFCE;
|
||||
RunHook=0
|
||||
StartupNotify=false
|
||||
Terminal=false
|
||||
Hidden=false
|
||||
|
||||
13
.config/autostart/xcape.desktop
Normal file
13
.config/autostart/xcape.desktop
Normal file
@@ -0,0 +1,13 @@
|
||||
[Desktop Entry]
|
||||
Encoding=UTF-8
|
||||
Version=0.9.4
|
||||
Type=Application
|
||||
Name=xcape
|
||||
Comment=
|
||||
Exec=xcape -e 'Super_L=Alt_L|F1'
|
||||
OnlyShowIn=XFCE;
|
||||
RunHook=0
|
||||
StartupNotify=false
|
||||
Terminal=false
|
||||
Hidden=false
|
||||
|
||||
12
.config/autostart/xfce-panel-workaround.desktop
Executable file
12
.config/autostart/xfce-panel-workaround.desktop
Executable file
@@ -0,0 +1,12 @@
|
||||
[Desktop Entry]
|
||||
Encoding=UTF-8
|
||||
Version=0.9.4
|
||||
Type=Application
|
||||
Name=XFCE-Panel Workaround
|
||||
Comment=
|
||||
Exec=/etc/skel/.config/autostart/xfce-pbw.sh
|
||||
OnlyShowIn=XFCE;
|
||||
StartupNotify=false
|
||||
Terminal=false
|
||||
Hidden=false
|
||||
|
||||
7
.config/autostart/xfce-pbw.sh
Executable file
7
.config/autostart/xfce-pbw.sh
Executable file
@@ -0,0 +1,7 @@
|
||||
#/bin/sh
|
||||
sleep 5
|
||||
xfsettingsd --replace &
|
||||
sleep 15
|
||||
xfsettingsd --replace &
|
||||
sleep 25
|
||||
xfsettingsd --replace &
|
||||
4
.config/autostart/xfce4-clipman-plugin-autostart.desktop
Normal file
4
.config/autostart/xfce4-clipman-plugin-autostart.desktop
Normal file
@@ -0,0 +1,4 @@
|
||||
[Desktop Entry]
|
||||
Hidden=false
|
||||
TryExec=xfce4-clipman
|
||||
Exec=xfce4-clipman
|
||||
@@ -0,0 +1,3 @@
|
||||
[Desktop Entry]
|
||||
Hidden=true
|
||||
|
||||
3
.config/autostart/xfce4-tips-autostart.desktop
Normal file
3
.config/autostart/xfce4-tips-autostart.desktop
Normal file
@@ -0,0 +1,3 @@
|
||||
[Desktop Entry]
|
||||
Hidden=true
|
||||
|
||||
2
.config/autostart/xfconf-migration-4.6.desktop
Normal file
2
.config/autostart/xfconf-migration-4.6.desktop
Normal file
@@ -0,0 +1,2 @@
|
||||
[Desktop Entry]
|
||||
Hidden=true
|
||||
@@ -2,12 +2,12 @@
|
||||
"BACKGROUND_COLOR": "#202225",
|
||||
"OPEN_ON_STARTUP": false,
|
||||
"MINIMIZE_TO_TRAY": false,
|
||||
"IS_MAXIMIZED": true,
|
||||
"IS_MAXIMIZED": false,
|
||||
"IS_MINIMIZED": false,
|
||||
"WINDOW_BOUNDS": {
|
||||
"x": 2,
|
||||
"y": 28,
|
||||
"width": 956,
|
||||
"height": 1024
|
||||
"x": 3841,
|
||||
"y": 1,
|
||||
"width": 1598,
|
||||
"height": 898
|
||||
}
|
||||
}
|
||||
@@ -1,119 +1,79 @@
|
||||
# vim: filetype=i3config
|
||||
|
||||
# this config is based on github.com:LukeSmithxyz/voidrice 884dcbdc4792eed95e558af84491eb3100d314a2
|
||||
# to immediately apply a new config, run `i3-msg reload; i3-msg restart`
|
||||
|
||||
# This config file will use environmental variables such as $BROWSER and $TERMINAL.
|
||||
# You can set these variables in ~/.profile or ~/.bash_profile if you have it as below:
|
||||
#
|
||||
# export TERMINAL="st"
|
||||
|
||||
# #---Basic Definitions---# #
|
||||
set $inner_gaps 15
|
||||
set $outer_gaps 15
|
||||
set $term --no-startup-id $TERMINAL
|
||||
|
||||
# set modifier key, Mod4 is super (windows), Mod1 = Alt key
|
||||
set $mod Mod4
|
||||
set $stoprec --no-startup-id dmenurecord kill
|
||||
set $termEm xfce4-terminal
|
||||
|
||||
# power options
|
||||
set $shutdown shutdown -h now
|
||||
set $reboot reboot
|
||||
set $netrefresh --no-startup-id sudo -A systemctl restart NetworkManager
|
||||
set $hibernate sudo -A systemctl suspend
|
||||
|
||||
# #---Gaps---# #
|
||||
for_window [class="^.*"] border pixel 2
|
||||
gaps inner $inner_gaps
|
||||
gaps outer $outer_gaps
|
||||
# Smart gaps (gaps used if only more than one container on the workspace)
|
||||
#smart_gaps on
|
||||
smart_borders on
|
||||
|
||||
|
||||
# #---Dropdown Windows---# #
|
||||
# DROPDOWN
|
||||
# Scratchpad binds
|
||||
# bindsym $mod+p [class="bitwarden"] scratchpad show; move position center
|
||||
# General dropdown window traits. The order can matter.
|
||||
for_window [instance="dropdown_*"] floating enable
|
||||
for_window [instance="dropdown_*"] move scratchpad
|
||||
# sticky allows windows to stay visible even when switching workspaces
|
||||
for_window [instance="dropdown_*"] sticky enable
|
||||
for_window [instance="dropdown_*"] scratchpad show
|
||||
for_window [instance="dropdown_tmuxdd"] resize set 625 450
|
||||
for_window [instance="dropdown_dropdowncalc"] resize set 800 300
|
||||
for_window [instance="dropdown_tmuxdd"] border pixel 3
|
||||
for_window [instance="dropdown_dropdowncalc"] border pixel 2
|
||||
for_window [instance="dropdown_*"] move position center
|
||||
for_window [class="i3_help"] floating enable sticky enable border normal
|
||||
for_window [class="Pacucontrol"] floating enable
|
||||
# Specific dropdown window traits
|
||||
for_window [instance="dropdown_tmux"] resize set 625 450
|
||||
for_window [instance="dropdown_tmux"] border pixel 3
|
||||
# start scratchpads
|
||||
exec --no-startup-id bitwarden-desktop
|
||||
for_window [class="bitwarden"] move scratchpad
|
||||
|
||||
bar {
|
||||
font pango:mono 10
|
||||
# status_command i3blocks
|
||||
position top
|
||||
mode dock
|
||||
modifier None
|
||||
colors {
|
||||
background $black
|
||||
# border background text
|
||||
focused_workspace $blue $blue $black
|
||||
inactive_workspace $black $black $white
|
||||
active_workspace $black $black $blue
|
||||
urgent_workspace $pink $pink $black
|
||||
binding_mode $black $orange $black
|
||||
}
|
||||
}
|
||||
|
||||
# #--- i3 keybinds ---# #
|
||||
# i3 BINDS
|
||||
bindsym $mod+h focus left
|
||||
bindsym $mod+Shift+h move left
|
||||
bindsym $mod+j focus down
|
||||
bindsym $mod+Shift+j move down
|
||||
bindsym $mod+k focus up
|
||||
bindsym $mod+Shift+k move up
|
||||
bindsym $mod+l focus right
|
||||
bindsym $mod+Shift+u exec --no-startup-id i3resize left
|
||||
bindsym $mod+Shift+i exec --no-startup-id i3resize down
|
||||
bindsym $mod+Shift+o exec --no-startup-id i3resize up
|
||||
bindsym $mod+Shift+p exec --no-startup-id i3resize right
|
||||
bindsym $mod+Shift+l move right
|
||||
bindsym $mod+Shift+u resize grow width 1 px or 1 ppt
|
||||
bindsym $mod+Shift+i resize shrink height 1 px or 1 ppt
|
||||
bindsym $mod+Shift+o resize grow height 1 px or 1 ppt
|
||||
bindsym $mod+Shift+p resize shrink width 1 px or 1 ppt
|
||||
bindsym $mod+Shift+r exec --no-startup-id winresize
|
||||
bindsym $mod+f fullscreen toggle
|
||||
bindsym $mod+Shift+f mode "$freeze" ;; exec --no-startup-id notify-send "Distraction-free mode activated." "Press Super+Shift+f to return."
|
||||
# bindsym $mod+h split h;exec notify-send 'tile horizontally'
|
||||
# bindsym $mod+v split v;exec notify-send 'tile vertically'
|
||||
bindsym $mod+t workspace_layout tabbed
|
||||
bindsym $mod+Shift+t workspace_layout tiling
|
||||
bindsym $mod+q [con_id="__focused__" instance="^(?!dropdown_).*$"] kill
|
||||
# bindsym $mod+o split h;exec notify-send 'tile horizontally'
|
||||
# bindsym $mod+i split v;exec notify-send 'tile vertically'
|
||||
|
||||
# No focus on mouse over
|
||||
# No focus on mouse over (allows scrolling without changing focus)
|
||||
focus_follows_mouse no
|
||||
# remove title bar
|
||||
default_border pixel 1
|
||||
default_floating_border pixel 1
|
||||
|
||||
# #---Arrow Keys---# #
|
||||
bindsym $mod+Left focus left
|
||||
bindsym $mod+Shift+Left move left
|
||||
# ARROW KEYS
|
||||
bindsym $mod+Ctrl+Left move workspace to output left
|
||||
bindsym $mod+Down focus down
|
||||
bindsym $mod+Shift+Down move down
|
||||
bindsym $mod+Ctrl+Down move workspace to output down
|
||||
bindsym $mod+Up focus up
|
||||
bindsym $mod+Shift+Up move up
|
||||
bindsym $mod+Ctrl+Up move workspace to output up
|
||||
bindsym $mod+Right focus right
|
||||
bindsym $mod+Shift+Right move right
|
||||
bindsym $mod+Ctrl+Right move workspace to output right
|
||||
|
||||
# #---Workspaces---# #
|
||||
# WORKSPACES
|
||||
# prior and next ar PgUp and PgDown
|
||||
bindsym $mod+Prior workspace prev
|
||||
bindsym $mod+Shift+Prior move container to workspace prev
|
||||
bindsym $mod+Next workspace next
|
||||
bindsym $mod+Shift+Next move container to workspace next
|
||||
bindsym $mod+Tab workspace back_and_forth
|
||||
|
||||
|
||||
# move focused container to workspace
|
||||
bindsym $mod+Shift+1 move container to workspace $ws1
|
||||
bindsym $mod+Shift+2 move container to workspace $ws2
|
||||
bindsym $mod+Shift+3 move container to workspace $ws3
|
||||
bindsym $mod+Shift+4 move container to workspace $ws4
|
||||
bindsym $mod+Shift+5 move container to workspace $ws5
|
||||
bindsym $mod+Shift+6 move container to workspace $ws6
|
||||
bindsym $mod+Shift+7 move container to workspace $ws7
|
||||
bindsym $mod+Shift+8 move container to workspace $ws8
|
||||
bindsym $mod+Shift+9 move container to workspace $ws9
|
||||
bindsym $mod+Shift+0 move container to workspace $ws10
|
||||
|
||||
|
||||
# name workspaces
|
||||
set $ws1 "1"
|
||||
set $ws2 "2"
|
||||
set $ws3 "3"
|
||||
@@ -127,38 +87,37 @@ set $ws10 "10"
|
||||
|
||||
# switch to workspace
|
||||
bindsym $mod+1 workspace $ws1
|
||||
bindsym $mod+Shift+1 move container to workspace $ws1
|
||||
bindsym $mod+2 workspace $ws2
|
||||
bindsym $mod+Shift+2 move container to workspace $ws2
|
||||
bindsym $mod+3 workspace $ws3
|
||||
bindsym $mod+Shift+3 move container to workspace $ws3
|
||||
bindsym $mod+4 workspace $ws4
|
||||
bindsym $mod+Shift+4 move container to workspace $ws4
|
||||
bindsym $mod+5 workspace $ws5
|
||||
bindsym $mod+Shift+5 move container to workspace $ws5
|
||||
bindsym $mod+6 workspace $ws6
|
||||
bindsym $mod+Shift+6 move container to workspace $ws6
|
||||
bindsym $mod+7 workspace $ws7
|
||||
bindsym $mod+Shift+7 move container to workspace $ws7
|
||||
bindsym $mod+8 workspace $ws8
|
||||
bindsym $mod+Shift+8 move container to workspace $ws8
|
||||
bindsym $mod+9 workspace $ws9
|
||||
bindsym $mod+Shift+9 move container to workspace $ws9
|
||||
bindsym $mod+0 workspace $ws10
|
||||
bindsym $mod+Shift+0 move container to workspace $ws10
|
||||
|
||||
|
||||
# #--- Keyboard shortcuts ---# #
|
||||
bindsym $mod+d exec --no-startup-id dmenu_run
|
||||
bindsym $mod+Return exec $term
|
||||
bindsym $mod+Shift+Return exec --no-startup-id samedir
|
||||
|
||||
bindsym $mod+q [con_id="__focused__" instance="^(?!dropdown_).*$"] kill
|
||||
bindsym $mod+Shift+q [con_id="__focused__" instance="^(?!dropdown_).*$"] exec --no-startup-id kill -9 `xdotool getwindowfocus getwindowpid`
|
||||
|
||||
# KEYBOARD SHORTCUTS
|
||||
bindsym $mod+d exec --no-startup-id xfce4-popup-whiskermenu
|
||||
bindsym $mod+Return exec --no-startup-id $termEm
|
||||
bindsym $mod+w exec --no-startup-id $BROWSER
|
||||
|
||||
# Show selection:
|
||||
bindsym $mod+Insert exec --no-startup-id showclip
|
||||
# Volume keys
|
||||
bindsym $mod+plus exec --no-startup-id pulsemixer --change-volume +5 && pkill -RTMIN+10 i3blocks
|
||||
bindsym $mod+Shift+plus exec --no-startup-id pulsemixer --change-volume +15 && pkill -RTMIN+10 i3blocks
|
||||
bindsym $mod+minus exec --no-startup-id pulsemixer --change-volume -5 && pkill -RTMIN+10 i3blocks
|
||||
bindsym $mod+Shift+minus exec --no-startup-id pulsemixer --change-volume -15 && pkill -RTMIN+10 i3blocks
|
||||
|
||||
|
||||
|
||||
# #--- Colors ---# #
|
||||
# COLORS
|
||||
set $black #272822
|
||||
set $white #FFFFFF
|
||||
set $pink #F92672
|
||||
@@ -167,15 +126,18 @@ set $green #A6E22E
|
||||
set $orange #FD971F
|
||||
set $yellow #E6DB74
|
||||
set $purple #AE81FF
|
||||
|
||||
# class border bg. text indicator child_border
|
||||
client.focused $black $black $green $blue $blue
|
||||
client.focused_inactive $black $black $blue $black $black
|
||||
client.unfocused $black $black $white $black $black
|
||||
|
||||
client.background #f1232
|
||||
|
||||
# EXTERNAL
|
||||
# set background picture
|
||||
exec --no-startup-id nitrogen --set-zoom-fill $HOME/.config/i3/bg.png
|
||||
# start network manager applet
|
||||
# start xfce bar
|
||||
exec --no-startup-id xfce4-panel --disable-wm-check
|
||||
# try to start tray tools / applets manually
|
||||
exec --no-startup-id nm-applet
|
||||
exec --no-startup-id blueman-applet
|
||||
|
||||
|
||||
1
.config/xfce4/desktop/icons.screen.latest.rc
Symbolic link
1
.config/xfce4/desktop/icons.screen.latest.rc
Symbolic link
@@ -0,0 +1 @@
|
||||
/home/en/.config/xfce4/desktop/icons.screen0-4464x1424.rc
|
||||
15
.config/xfce4/desktop/icons.screen0-3824x1027.rc
Normal file
15
.config/xfce4/desktop/icons.screen0-3824x1027.rc
Normal file
@@ -0,0 +1,15 @@
|
||||
[xfdesktop-version-4.10.3+-rcfile_format]
|
||||
4.10.3+=true
|
||||
|
||||
[Trash]
|
||||
row=0
|
||||
col=0
|
||||
|
||||
[/]
|
||||
row=1
|
||||
col=0
|
||||
|
||||
[/home/en]
|
||||
row=2
|
||||
col=0
|
||||
|
||||
7
.config/xfce4/desktop/icons.screen0-3824x1035.rc
Normal file
7
.config/xfce4/desktop/icons.screen0-3824x1035.rc
Normal file
@@ -0,0 +1,7 @@
|
||||
[xfdesktop-version-4.10.3+-rcfile_format]
|
||||
4.10.3+=true
|
||||
|
||||
[/]
|
||||
row=0
|
||||
col=0
|
||||
|
||||
7
.config/xfce4/desktop/icons.screen0-4464x1424.rc
Normal file
7
.config/xfce4/desktop/icons.screen0-4464x1424.rc
Normal file
@@ -0,0 +1,7 @@
|
||||
[xfdesktop-version-4.10.3+-rcfile_format]
|
||||
4.10.3+=true
|
||||
|
||||
[/]
|
||||
row=0
|
||||
col=0
|
||||
|
||||
2
.config/xfce4/help.rc
Normal file
2
.config/xfce4/help.rc
Normal file
@@ -0,0 +1,2 @@
|
||||
auto-online=false
|
||||
|
||||
4
.config/xfce4/helpers.rc
Normal file
4
.config/xfce4/helpers.rc
Normal file
@@ -0,0 +1,4 @@
|
||||
FileManager=Thunar
|
||||
WebBrowser=firefox
|
||||
MailReader=thunderbird
|
||||
|
||||
6
.config/xfce4/panel/datetime-5.rc
Normal file
6
.config/xfce4/panel/datetime-5.rc
Normal file
@@ -0,0 +1,6 @@
|
||||
layout=3
|
||||
date_font=Bitstream Vera Sans 8
|
||||
time_font=Bitstream Vera Sans 8
|
||||
date_format=%Y-%m-%d
|
||||
time_format=%H:%M
|
||||
|
||||
88
.config/xfce4/panel/whiskermenu-8.rc
Normal file
88
.config/xfce4/panel/whiskermenu-8.rc
Normal file
@@ -0,0 +1,88 @@
|
||||
favorites=xfce4-terminal-emulator.desktop,xfce4-file-manager.desktop,xfce4-web-browser.desktop,xfce4-mail-reader.desktop
|
||||
recent=telegramdesktop.desktop,vlc.desktop,jetbrains-idea.desktop,xfce-display-settings.desktop,org.manjaro.pamac.manager.desktop,thunar.desktop,joplin.desktop,bitwarden.desktop,discord.desktop,teamspeak3.desktop
|
||||
button-icon=/usr/share/icons/whiskermenu-manjaro.svg
|
||||
button-single-row=false
|
||||
show-button-title=false
|
||||
show-button-icon=true
|
||||
launcher-show-name=true
|
||||
launcher-show-description=true
|
||||
launcher-show-tooltip=true
|
||||
launcher-icon-size=2
|
||||
hover-switch-category=false
|
||||
category-show-name=true
|
||||
category-icon-size=1
|
||||
sort-categories=true
|
||||
view-mode=1
|
||||
default-category=0
|
||||
recent-items-max=10
|
||||
favorites-in-recent=true
|
||||
position-search-alternate=false
|
||||
position-commands-alternate=false
|
||||
position-categories-alternate=false
|
||||
position-categories-horizontal=false
|
||||
stay-on-focus-out=false
|
||||
profile-shape=0
|
||||
confirm-session-command=true
|
||||
menu-width=510
|
||||
menu-height=549
|
||||
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=true
|
||||
command-logoutuser=xfce4-session-logout --logout --fast
|
||||
show-command-logoutuser=false
|
||||
command-restart=xfce4-session-logout --reboot --fast
|
||||
show-command-restart=false
|
||||
command-shutdown=xfce4-session-logout --halt --fast
|
||||
show-command-shutdown=false
|
||||
command-suspend=xfce4-session-logout --suspend
|
||||
show-command-suspend=false
|
||||
command-hibernate=xfce4-session-logout --hibernate
|
||||
show-command-hibernate=false
|
||||
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=6
|
||||
|
||||
[action0]
|
||||
name=Man Pages
|
||||
pattern=#
|
||||
command=exo-open --launch TerminalEmulator man %s
|
||||
regex=false
|
||||
|
||||
[action1]
|
||||
name=Search the Web
|
||||
pattern=?
|
||||
command=exo-open --launch WebBrowser https://duckduckgo.com/?q=%u
|
||||
regex=false
|
||||
|
||||
[action2]
|
||||
name=Search for Files
|
||||
pattern=-
|
||||
command=catfish --path=~ --start %s
|
||||
regex=false
|
||||
|
||||
[action3]
|
||||
name=Wikipedia
|
||||
pattern=!w
|
||||
command=exo-open --launch WebBrowser https://en.wikipedia.org/wiki/%u
|
||||
regex=false
|
||||
|
||||
[action4]
|
||||
name=Run in Terminal
|
||||
pattern=!
|
||||
command=exo-open --launch TerminalEmulator %s
|
||||
regex=false
|
||||
|
||||
[action5]
|
||||
name=Open URI
|
||||
pattern=^(file|http|https):\\/\\/(.*)$
|
||||
command=exo-open \\0
|
||||
regex=true
|
||||
|
||||
44
.config/xfce4/panel/xfce4-clipman-actions.xml
Normal file
44
.config/xfce4/panel/xfce4-clipman-actions.xml
Normal file
@@ -0,0 +1,44 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<actions>
|
||||
<action>
|
||||
<name>Bugz</name>
|
||||
<regex>bug\s*#?\s*([0-9]+)</regex>
|
||||
<group>0</group>
|
||||
<commands>
|
||||
<command>
|
||||
<name>GNOME Bug</name>
|
||||
<exec>exo-open http://bugzilla.gnome.org/show_bug.cgi?id=\1</exec>
|
||||
</command>
|
||||
<command>
|
||||
<name>Xfce Bug</name>
|
||||
<exec>exo-open http://bugzilla.xfce.org/show_bug.cgi?id=\1</exec>
|
||||
</command>
|
||||
</commands>
|
||||
</action>
|
||||
<action>
|
||||
<name>Image</name>
|
||||
<regex>(http|ftp).+\.(jpg|png|gif)</regex>
|
||||
<group>0</group>
|
||||
<commands>
|
||||
<command>
|
||||
<name>View with Ristretto</name>
|
||||
<exec>ristretto "\0"</exec>
|
||||
</command>
|
||||
<command>
|
||||
<name>Edit with Gimp</name>
|
||||
<exec>gimp-remote "\0"</exec>
|
||||
</command>
|
||||
</commands>
|
||||
</action>
|
||||
<action>
|
||||
<name>Long URL</name>
|
||||
<regex>http://[^\s]{120,}</regex>
|
||||
<group>0</group>
|
||||
<commands>
|
||||
<command>
|
||||
<name>Shrink the URL</name>
|
||||
<exec>exo-open http://tinyurl.com/create.php?url=\0</exec>
|
||||
</command>
|
||||
</commands>
|
||||
</action>
|
||||
</actions>
|
||||
@@ -1,44 +1,30 @@
|
||||
[Configuration]
|
||||
MiscAlwaysShowTabs=FALSE
|
||||
MiscBell=FALSE
|
||||
MiscBellUrgent=FALSE
|
||||
MiscBordersDefault=TRUE
|
||||
MiscCursorBlinks=FALSE
|
||||
MiscCursorShape=TERMINAL_CURSOR_SHAPE_UNDERLINE
|
||||
MiscCursorShape=TERMINAL_CURSOR_SHAPE_BLOCK
|
||||
MiscDefaultGeometry=80x24
|
||||
MiscInheritGeometry=FALSE
|
||||
MiscMenubarDefault=TRUE
|
||||
MiscMouseAutohide=FALSE
|
||||
MiscMouseWheelZoom=TRUE
|
||||
MiscToolbarDefault=FALSE
|
||||
MiscConfirmClose=TRUE
|
||||
MiscConfirmClose=FALSE
|
||||
MiscCycleTabs=TRUE
|
||||
MiscTabCloseButtons=TRUE
|
||||
MiscTabCloseMiddleClick=FALSE
|
||||
MiscTabCloseMiddleClick=TRUE
|
||||
MiscTabPosition=GTK_POS_TOP
|
||||
MiscHighlightUrls=TRUE
|
||||
ScrollingLines=999999
|
||||
BackgroundMode=TERMINAL_BACKGROUND_TRANSPARENT
|
||||
BackgroundDarkness=0,920000
|
||||
MiscBellUrgent=FALSE
|
||||
MiscMouseWheelZoom=TRUE
|
||||
MiscMiddleClickOpensUri=TRUE
|
||||
MiscMiddleClickOpensUri=FALSE
|
||||
MiscCopyOnSelect=FALSE
|
||||
MiscShowRelaunchDialog=TRUE
|
||||
MiscRewrapOnResize=TRUE
|
||||
MiscUseShiftArrowsToScroll=FALSE
|
||||
MiscSlimTabs=TRUE
|
||||
MiscSlimTabs=FALSE
|
||||
MiscNewTabAdjacent=FALSE
|
||||
MiscSearchDialogOpacity=100
|
||||
MiscShowUnsafePasteDialog=TRUE
|
||||
ColorForeground=#f8f8f8f8f2f2
|
||||
ColorBackground=#19191a1a1717
|
||||
ColorCursor=#f8f8f8f8f2f2
|
||||
ColorPalette=#272728282222;#f9f926267272;#a6a6e2e22e2e;#f4f4bfbf7575;#6666d9d9efef;#aeae8181ffff;#a1a1efefe4e4;#f8f8f8f8f2f2;#757571715e5e;#f9f926267272;#a6a6e2e22e2e;#f4f4bfbf7575;#6666d9d9efef;#aeae8181ffff;#a1a1efefe4e4;#f9f9f8f8f5f5
|
||||
TabActivityColor=#a6a6e2e22e2e
|
||||
CustomCommand=zsh
|
||||
TitleMode=TERMINAL_TITLE_REPLACE
|
||||
DropdownKeepOpenDefault=TRUE
|
||||
DropdownKeepAbove=FALSE
|
||||
DropdownStatusIcon=FALSE
|
||||
ShortcutsNoHelpkey=TRUE
|
||||
ShortcutsNoMenukey=TRUE
|
||||
MiscRightClickAction=TERMINAL_RIGHT_CLICK_ACTION_CONTEXT_MENU
|
||||
|
||||
|
||||
183
.config/xfce4/xfconf/xfce-perchannel-xml/displays.xml
Normal file
183
.config/xfce4/xfconf/xfce-perchannel-xml/displays.xml
Normal file
@@ -0,0 +1,183 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
|
||||
<channel name="displays" version="1.0">
|
||||
<property name="ActiveProfile" type="string" value="Default"/>
|
||||
<property name="Default" type="empty">
|
||||
<property name="eDP-1" type="string" value="Laptop">
|
||||
<property name="Active" type="bool" value="true"/>
|
||||
<property name="EDID" type="string" value="6286d3faef3ac66bdb7b8d17bbbcd438a9cc8327"/>
|
||||
<property name="Resolution" type="string" value="1920x1080"/>
|
||||
<property name="RefreshRate" type="double" value="60.020425"/>
|
||||
<property name="Rotation" type="int" value="0"/>
|
||||
<property name="Reflection" type="string" value="0"/>
|
||||
<property name="Primary" type="bool" value="false"/>
|
||||
<property name="Scale" type="empty">
|
||||
<property name="X" type="double" value="1.000000"/>
|
||||
<property name="Y" type="double" value="1.000000"/>
|
||||
</property>
|
||||
<property name="Position" type="empty">
|
||||
<property name="X" type="int" value="0"/>
|
||||
<property name="Y" type="int" value="0"/>
|
||||
</property>
|
||||
</property>
|
||||
<property name="HDMI-2" type="string" value="Hitachi Ltd 74"">
|
||||
<property name="Active" type="bool" value="true"/>
|
||||
<property name="EDID" type="string" value="a43a7508431c69883628ce9ec2d8b3307c769e5e"/>
|
||||
<property name="Resolution" type="string" value="2560x1440"/>
|
||||
<property name="RefreshRate" type="double" value="59.950550"/>
|
||||
<property name="Rotation" type="int" value="0"/>
|
||||
<property name="Reflection" type="string" value="0"/>
|
||||
<property name="Primary" type="bool" value="false"/>
|
||||
<property name="Scale" type="empty">
|
||||
<property name="X" type="double" value="1.000000"/>
|
||||
<property name="Y" type="double" value="1.000000"/>
|
||||
</property>
|
||||
<property name="Position" type="empty">
|
||||
<property name="X" type="int" value="0"/>
|
||||
<property name="Y" type="int" value="0"/>
|
||||
</property>
|
||||
</property>
|
||||
<property name="DP-1" type="string" value="Acer Technologies 20"">
|
||||
<property name="Active" type="bool" value="true"/>
|
||||
<property name="EDID" type="string" value="83c46d528bd3ae63202b3a95940b788aae98da3d"/>
|
||||
<property name="Resolution" type="string" value="1600x900"/>
|
||||
<property name="RefreshRate" type="double" value="59.946021"/>
|
||||
<property name="Rotation" type="int" value="0"/>
|
||||
<property name="Reflection" type="string" value="0"/>
|
||||
<property name="Primary" type="bool" value="false"/>
|
||||
<property name="Scale" type="empty">
|
||||
<property name="X" type="double" value="1.000000"/>
|
||||
<property name="Y" type="double" value="1.000000"/>
|
||||
</property>
|
||||
<property name="Position" type="empty">
|
||||
<property name="X" type="int" value="3840"/>
|
||||
<property name="Y" type="int" value="180"/>
|
||||
</property>
|
||||
</property>
|
||||
<property name="DP-2-3" type="string" value="Fujitsu Siemens Computers GmbH 24"">
|
||||
<property name="Active" type="bool" value="true"/>
|
||||
<property name="EDID" type="string" value="3ac067f469266177b5b402de9b36f341716166c4"/>
|
||||
<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="Scale" type="empty">
|
||||
<property name="X" type="double" value="1.000000"/>
|
||||
<property name="Y" type="double" value="1.000000"/>
|
||||
</property>
|
||||
<property name="Position" type="empty">
|
||||
<property name="X" type="int" value="1920"/>
|
||||
<property name="Y" type="int" value="0"/>
|
||||
</property>
|
||||
</property>
|
||||
</property>
|
||||
<property name="Fallback" type="empty">
|
||||
<property name="eDP-1" type="string" value="Laptop">
|
||||
<property name="Active" type="bool" value="true"/>
|
||||
<property name="EDID" type="string" value="6286d3faef3ac66bdb7b8d17bbbcd438a9cc8327"/>
|
||||
<property name="Resolution" type="string" value="1920x1080"/>
|
||||
<property name="RefreshRate" type="double" value="60.020425"/>
|
||||
<property name="Rotation" type="int" value="0"/>
|
||||
<property name="Reflection" type="string" value="0"/>
|
||||
<property name="Primary" type="bool" value="false"/>
|
||||
<property name="Scale" type="empty">
|
||||
<property name="X" type="double" value="1.000000"/>
|
||||
<property name="Y" type="double" value="1.000000"/>
|
||||
</property>
|
||||
<property name="Position" type="empty">
|
||||
<property name="X" type="int" value="0"/>
|
||||
<property name="Y" type="int" value="0"/>
|
||||
</property>
|
||||
</property>
|
||||
<property name="HDMI-2" type="string" value="Hitachi Ltd 74"">
|
||||
<property name="Active" type="bool" value="true"/>
|
||||
<property name="EDID" type="string" value="a43a7508431c69883628ce9ec2d8b3307c769e5e"/>
|
||||
<property name="Resolution" type="string" value="2560x1440"/>
|
||||
<property name="RefreshRate" type="double" value="59.950550"/>
|
||||
<property name="Rotation" type="int" value="0"/>
|
||||
<property name="Reflection" type="string" value="0"/>
|
||||
<property name="Primary" type="bool" value="false"/>
|
||||
<property name="Scale" type="empty">
|
||||
<property name="X" type="double" value="1.000000"/>
|
||||
<property name="Y" type="double" value="1.000000"/>
|
||||
</property>
|
||||
<property name="Position" type="empty">
|
||||
<property name="X" type="int" value="0"/>
|
||||
<property name="Y" type="int" value="0"/>
|
||||
</property>
|
||||
</property>
|
||||
<property name="DP-1" type="string" value="Acer Technologies 20"">
|
||||
<property name="Active" type="bool" value="true"/>
|
||||
<property name="EDID" type="string" value="83c46d528bd3ae63202b3a95940b788aae98da3d"/>
|
||||
<property name="Resolution" type="string" value="1600x900"/>
|
||||
<property name="RefreshRate" type="double" value="59.946021"/>
|
||||
<property name="Rotation" type="int" value="0"/>
|
||||
<property name="Reflection" type="string" value="0"/>
|
||||
<property name="Primary" type="bool" value="false"/>
|
||||
<property name="Scale" type="empty">
|
||||
<property name="X" type="double" value="1.000000"/>
|
||||
<property name="Y" type="double" value="1.000000"/>
|
||||
</property>
|
||||
<property name="Position" type="empty">
|
||||
<property name="X" type="int" value="3840"/>
|
||||
<property name="Y" type="int" value="180"/>
|
||||
</property>
|
||||
</property>
|
||||
<property name="DP-2-3" type="string" value="Fujitsu Siemens Computers GmbH 24"">
|
||||
<property name="Active" type="bool" value="true"/>
|
||||
<property name="EDID" type="string" value="3ac067f469266177b5b402de9b36f341716166c4"/>
|
||||
<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="Scale" type="empty">
|
||||
<property name="X" type="double" value="1.000000"/>
|
||||
<property name="Y" type="double" value="1.000000"/>
|
||||
</property>
|
||||
<property name="Position" type="empty">
|
||||
<property name="X" type="int" value="1920"/>
|
||||
<property name="Y" type="int" value="0"/>
|
||||
</property>
|
||||
</property>
|
||||
</property>
|
||||
<property name="Notify" type="bool" value="true"/>
|
||||
<property name="AutoEnableProfiles" type="bool" value="true"/>
|
||||
<property name="f66c01e28187a10aaf92e14d049783bc98954348" type="string" value="dell_u2711">
|
||||
<property name="eDP-1" type="string" value="Laptop">
|
||||
<property name="Active" type="bool" value="true"/>
|
||||
<property name="EDID" type="string" value="6286d3faef3ac66bdb7b8d17bbbcd438a9cc8327"/>
|
||||
<property name="Resolution" type="string" value="1920x1080"/>
|
||||
<property name="RefreshRate" type="double" value="60.020425"/>
|
||||
<property name="Rotation" type="int" value="0"/>
|
||||
<property name="Reflection" type="string" value="0"/>
|
||||
<property name="Primary" type="bool" value="false"/>
|
||||
<property name="Scale" type="empty">
|
||||
<property name="X" type="double" value="1.000000"/>
|
||||
<property name="Y" type="double" value="1.000000"/>
|
||||
</property>
|
||||
<property name="Position" type="empty">
|
||||
<property name="X" type="int" value="0"/>
|
||||
<property name="Y" type="int" value="0"/>
|
||||
</property>
|
||||
</property>
|
||||
<property name="HDMI-2" type="string" value="Dell Inc. 27"">
|
||||
<property name="Active" type="bool" value="true"/>
|
||||
<property name="EDID" type="string" value="8e85084eac2a6fde3e963b461d47fe6654a8eca3"/>
|
||||
<property name="Resolution" type="string" value="2560x1440"/>
|
||||
<property name="RefreshRate" type="double" value="59.950550"/>
|
||||
<property name="Rotation" type="int" value="0"/>
|
||||
<property name="Reflection" type="string" value="0"/>
|
||||
<property name="Primary" type="bool" value="true"/>
|
||||
<property name="Scale" type="empty">
|
||||
<property name="X" type="double" value="1.000000"/>
|
||||
<property name="Y" type="double" value="1.000000"/>
|
||||
</property>
|
||||
<property name="Position" type="empty">
|
||||
<property name="X" type="int" value="1920"/>
|
||||
<property name="Y" type="int" value="0"/>
|
||||
</property>
|
||||
</property>
|
||||
</property>
|
||||
</channel>
|
||||
@@ -0,0 +1,7 @@
|
||||
<?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="false"/>
|
||||
</property>
|
||||
</channel>
|
||||
11
.config/xfce4/xfconf/xfce-perchannel-xml/keyboards.xml
Normal file
11
.config/xfce4/xfconf/xfce-perchannel-xml/keyboards.xml
Normal file
@@ -0,0 +1,11 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
|
||||
<channel name="keyboards" version="1.0">
|
||||
<property name="Default" type="empty">
|
||||
<property name="Numlock" type="bool" value="false"/>
|
||||
<property name="KeyRepeat" type="empty">
|
||||
<property name="Delay" type="int" value="297"/>
|
||||
<property name="Rate" type="int" value="73"/>
|
||||
</property>
|
||||
</property>
|
||||
</channel>
|
||||
30
.config/xfce4/xfconf/xfce-perchannel-xml/pointers.xml
Normal file
30
.config/xfce4/xfconf/xfce-perchannel-xml/pointers.xml
Normal file
@@ -0,0 +1,30 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
|
||||
<channel name="pointers" version="1.0">
|
||||
<property name="SynPS2_Synaptics_TouchPad" type="empty">
|
||||
<property name="RightHanded" type="bool" value="true"/>
|
||||
<property name="Threshold" type="int" value="1"/>
|
||||
<property name="Acceleration" type="double" value="8.000000"/>
|
||||
<property name="Properties" type="empty">
|
||||
<property name="libinput_Tapping_Enabled" type="int" value="1"/>
|
||||
</property>
|
||||
</property>
|
||||
<property name="SYNA360200_09115288_Touchpad" type="empty">
|
||||
<property name="RightHanded" type="bool" value="true"/>
|
||||
<property name="Threshold" type="int" value="1"/>
|
||||
<property name="Acceleration" type="double" value="8.000000"/>
|
||||
<property name="Properties" type="empty">
|
||||
<property name="libinput_Tapping_Enabled" type="int" value="1"/>
|
||||
</property>
|
||||
</property>
|
||||
<property name="ETPS2_Elantech_Touchpad" type="empty">
|
||||
<property name="Properties" type="empty">
|
||||
<property name="libinput_Tapping_Enabled" type="int" value="1"/>
|
||||
</property>
|
||||
</property>
|
||||
<property name="ALPS000100_09115288_Touchpad" type="empty">
|
||||
<property name="Properties" type="empty">
|
||||
<property name="libinput_Tapping_Enabled" type="int" value="1"/>
|
||||
</property>
|
||||
</property>
|
||||
</channel>
|
||||
42
.config/xfce4/xfconf/xfce-perchannel-xml/thunar.xml
Normal file
42
.config/xfce4/xfconf/xfce-perchannel-xml/thunar.xml
Normal file
@@ -0,0 +1,42 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
|
||||
<channel name="thunar" version="1.0">
|
||||
<property name="default-view" type="string" value="void"/>
|
||||
<property name="last-compact-view-zoom-level" type="string" value="THUNAR_ZOOM_LEVEL_SMALLEST"/>
|
||||
<property name="last-details-view-column-order" type="string" value="THUNAR_COLUMN_NAME,THUNAR_COLUMN_SIZE,THUNAR_COLUMN_TYPE,THUNAR_COLUMN_DATE_MODIFIED"/>
|
||||
<property name="last-details-view-column-widths" type="string" value=""/>
|
||||
<property name="last-details-view-fixed-columns" type="bool" value="false"/>
|
||||
<property name="last-details-view-visible-columns" type="string" value="THUNAR_COLUMN_DATE_MODIFIED,THUNAR_COLUMN_NAME,THUNAR_COLUMN_SIZE,THUNAR_COLUMN_TYPE"/>
|
||||
<property name="last-details-view-zoom-level" type="string" value="THUNAR_ZOOM_LEVEL_SMALLER"/>
|
||||
<property name="last-icon-view-zoom-level" type="string" value="THUNAR_ZOOM_LEVEL_75_PERCENT"/>
|
||||
<property name="last-location-bar" type="string" value="ThunarLocationEntry"/>
|
||||
<property name="last-separator-position" type="int" value="197"/>
|
||||
<property name="last-show-hidden" type="bool" value="true"/>
|
||||
<property name="last-side-pane" type="string" value="ThunarShortcutsPane"/>
|
||||
<property name="last-sort-column" type="string" value="THUNAR_COLUMN_NAME"/>
|
||||
<property name="last-sort-order" type="string" value="GTK_SORT_ASCENDING"/>
|
||||
<property name="last-statusbar-visible" type="bool" value="true"/>
|
||||
<property name="last-view" type="string" value="ThunarIconView"/>
|
||||
<property name="last-window-height" type="int" value="1021"/>
|
||||
<property name="last-window-width" type="int" value="996"/>
|
||||
<property name="last-window-maximized" type="bool" value="true"/>
|
||||
<property name="misc-volume-management" type="bool" value="true"/>
|
||||
<property name="misc-case-sensitive" type="bool" value="false"/>
|
||||
<property name="misc-date-style" type="string" value="THUNAR_DATE_STYLE_SIMPLE"/>
|
||||
<property name="misc-folders-first" type="bool" value="true"/>
|
||||
<property name="misc-horizontal-wheel-navigates" type="bool" value="false"/>
|
||||
<property name="misc-recursive-permissions" type="string" value="THUNAR_RECURSIVE_PERMISSIONS_ALWAYS"/>
|
||||
<property name="misc-remember-geometry" type="bool" value="true"/>
|
||||
<property name="misc-show-about-templates" type="bool" value="true"/>
|
||||
<property name="misc-single-click" type="bool" value="false"/>
|
||||
<property name="misc-single-click-timeout" type="uint" value="500"/>
|
||||
<property name="misc-text-beside-icons" type="bool" value="false"/>
|
||||
<property name="shortcuts-icon-emblems" type="bool" value="true"/>
|
||||
<property name="shortcuts-icon-size" type="string" value="THUNAR_ICON_SIZE_SMALLEST"/>
|
||||
<property name="tree-icon-emblems" type="bool" value="true"/>
|
||||
<property name="tree-icon-size" type="string" value="THUNAR_ICON_SIZE_SMALLEST"/>
|
||||
<property name="misc-middle-click-in-tab" type="bool" value="true"/>
|
||||
<property name="hidden-bookmarks" type="array">
|
||||
<value type="string" value="file:///home/en/Desktop"/>
|
||||
</property>
|
||||
</channel>
|
||||
52
.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-desktop.xml
Normal file
52
.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-desktop.xml
Normal file
@@ -0,0 +1,52 @@
|
||||
<?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="image-path" type="string" value="/usr/share/backgrounds/xfce/illyria-default.jpg"/>
|
||||
<property name="last-image" type="string" value="/usr/share/backgrounds/xfce/illyria-default.jpg"/>
|
||||
<property name="last-single-image" type="string" value="/usr/share/backgrounds/xfce/illyria-default.jpg"/>
|
||||
<property name="image-style" type="int" value="5"/>
|
||||
</property>
|
||||
<property name="monitoreDP-1" 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/illyria-default.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/illyria-default.jpg"/>
|
||||
</property>
|
||||
</property>
|
||||
<property name="monitorHDMI-2" 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-verticals.png"/>
|
||||
</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-verticals.png"/>
|
||||
</property>
|
||||
</property>
|
||||
</property>
|
||||
</property>
|
||||
<property name="desktop-icons" type="empty">
|
||||
<property name="style" type="int" value="2"/>
|
||||
<property name="file-icons" type="empty">
|
||||
<property name="show-removable" type="bool" value="false"/>
|
||||
<property name="show-trash" type="bool" value="false"/>
|
||||
<property name="show-home" type="bool" value="false"/>
|
||||
</property>
|
||||
<property name="icon-size" type="uint" value="42"/>
|
||||
<property name="tooltip-size" type="double" value="96.000000"/>
|
||||
</property>
|
||||
<property name="last" type="empty">
|
||||
<property name="window-width" type="int" value="619"/>
|
||||
<property name="window-height" type="int" value="524"/>
|
||||
</property>
|
||||
</channel>
|
||||
@@ -0,0 +1,210 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
|
||||
<channel name="xfce4-keyboard-shortcuts" version="1.0">
|
||||
<property name="commands" type="empty">
|
||||
<property name="default" type="empty">
|
||||
<property name="<Alt>F1" type="empty"/>
|
||||
<property name="<Alt>F2" type="empty">
|
||||
<property name="startup-notify" type="empty"/>
|
||||
</property>
|
||||
<property name="<Alt>F3" type="empty">
|
||||
<property name="startup-notify" type="empty"/>
|
||||
</property>
|
||||
<property name="<Primary><Alt>Delete" type="empty"/>
|
||||
<property name="<Primary><Alt>l" type="empty"/>
|
||||
<property name="<Primary><Alt>t" type="empty"/>
|
||||
<property name="XF86Display" type="empty"/>
|
||||
<property name="<Super>p" type="empty"/>
|
||||
<property name="<Primary>Escape" type="empty"/>
|
||||
<property name="XF86WWW" type="empty"/>
|
||||
<property name="HomePage" type="empty"/>
|
||||
<property name="XF86Mail" type="empty"/>
|
||||
<property name="Print" type="empty"/>
|
||||
<property name="<Alt>Print" type="empty"/>
|
||||
<property name="<Shift>Print" type="empty"/>
|
||||
<property name="<Super>e" type="empty"/>
|
||||
<property name="<Primary><Alt>f" type="empty"/>
|
||||
<property name="<Primary><Alt>Escape" type="empty"/>
|
||||
<property name="<Primary><Shift>Escape" type="empty"/>
|
||||
<property name="<Super>r" type="empty">
|
||||
<property name="startup-notify" type="empty"/>
|
||||
</property>
|
||||
<property name="<Control><Alt>Delete" type="empty"/>
|
||||
<property name="<Control>Escape" type="empty"/>
|
||||
</property>
|
||||
<property name="custom" type="empty">
|
||||
<property name="<Alt>F3" type="empty">
|
||||
<property name="startup-notify" type="bool" value="true"/>
|
||||
</property>
|
||||
<property name="<Alt>F2" type="empty">
|
||||
<property name="startup-notify" type="bool" value="true"/>
|
||||
</property>
|
||||
<property name="override" type="bool" value="true"/>
|
||||
<property name="Print" type="string" value="xfce4-screenshooter -fd 1"/>
|
||||
<property name="<Shift>Print" type="string" value="xfce4-screenshooter -wd 1"/>
|
||||
<property name="<Primary><Shift>Print" type="string" value="xfce4-screenshooter -r"/>
|
||||
</property>
|
||||
</property>
|
||||
<property name="xfwm4" type="empty">
|
||||
<property name="default" type="empty">
|
||||
<property name="<Alt>Insert" type="empty"/>
|
||||
<property name="Escape" type="empty"/>
|
||||
<property name="Left" type="empty"/>
|
||||
<property name="Right" type="empty"/>
|
||||
<property name="Up" type="empty"/>
|
||||
<property name="Down" type="empty"/>
|
||||
<property name="<Alt>Tab" type="empty"/>
|
||||
<property name="<Alt><Shift>Tab" type="empty"/>
|
||||
<property name="<Alt>Delete" type="empty"/>
|
||||
<property name="<Primary><Alt>Down" type="empty"/>
|
||||
<property name="<Primary><Alt>Left" type="empty"/>
|
||||
<property name="<Shift><Alt>Page_Down" type="empty"/>
|
||||
<property name="<Alt>F4" type="empty"/>
|
||||
<property name="<Alt>F6" type="empty"/>
|
||||
<property name="<Alt>F7" type="empty"/>
|
||||
<property name="<Alt>F8" type="empty"/>
|
||||
<property name="<Alt>F9" type="empty"/>
|
||||
<property name="<Alt>F10" type="empty"/>
|
||||
<property name="<Alt>F11" type="empty"/>
|
||||
<property name="<Alt>F12" type="empty"/>
|
||||
<property name="<Primary><Shift><Alt>Left" type="empty"/>
|
||||
<property name="<Primary><Alt>End" type="empty"/>
|
||||
<property name="<Primary><Alt>Home" type="empty"/>
|
||||
<property name="<Primary><Shift><Alt>Right" type="empty"/>
|
||||
<property name="<Primary><Shift><Alt>Up" type="empty"/>
|
||||
<property name="<Primary><Alt>KP_1" type="empty"/>
|
||||
<property name="<Primary><Alt>KP_2" type="empty"/>
|
||||
<property name="<Primary><Alt>KP_3" type="empty"/>
|
||||
<property name="<Primary><Alt>KP_4" type="empty"/>
|
||||
<property name="<Primary><Alt>KP_5" type="empty"/>
|
||||
<property name="<Primary><Alt>KP_6" type="empty"/>
|
||||
<property name="<Primary><Alt>KP_7" type="empty"/>
|
||||
<property name="<Primary><Alt>KP_8" type="empty"/>
|
||||
<property name="<Primary><Alt>KP_9" type="empty"/>
|
||||
<property name="<Alt>space" type="empty"/>
|
||||
<property name="<Shift><Alt>Page_Up" type="empty"/>
|
||||
<property name="<Primary><Alt>Right" type="empty"/>
|
||||
<property name="<Primary><Alt>d" type="empty"/>
|
||||
<property name="<Primary><Alt>Up" type="empty"/>
|
||||
<property name="<Super>Tab" type="empty"/>
|
||||
<property name="<Primary>F1" type="empty"/>
|
||||
<property name="<Primary>F2" type="empty"/>
|
||||
<property name="<Primary>F3" type="empty"/>
|
||||
<property name="<Primary>F4" type="empty"/>
|
||||
<property name="<Primary>F5" type="empty"/>
|
||||
<property name="<Primary>F6" type="empty"/>
|
||||
<property name="<Primary>F7" type="empty"/>
|
||||
<property name="<Primary>F8" type="empty"/>
|
||||
<property name="<Primary>F9" type="empty"/>
|
||||
<property name="<Primary>F10" type="empty"/>
|
||||
<property name="<Primary>F11" type="empty"/>
|
||||
<property name="<Primary>F12" type="empty"/>
|
||||
<property name="<Super>KP_Left" type="empty"/>
|
||||
<property name="<Super>KP_Right" type="empty"/>
|
||||
<property name="<Super>KP_Up" type="empty"/>
|
||||
<property name="<Super>KP_Down" type="empty"/>
|
||||
<property name="<Super>KP_Page_Up" type="empty"/>
|
||||
<property name="<Super>KP_Home" type="empty"/>
|
||||
<property name="<Super>KP_End" type="empty"/>
|
||||
<property name="<Super>KP_Next" type="empty"/>
|
||||
<property name="<Control><Alt>Down" type="empty"/>
|
||||
<property name="<Control><Alt>Left" type="empty"/>
|
||||
<property name="<Control><Shift><Alt>Left" type="empty"/>
|
||||
<property name="<Alt><Control>End" type="empty"/>
|
||||
<property name="<Alt><Control>Home" type="empty"/>
|
||||
<property name="<Control><Shift><Alt>Right" type="empty"/>
|
||||
<property name="<Control><Shift><Alt>Up" type="empty"/>
|
||||
<property name="<Alt><Control>KP_1" type="empty"/>
|
||||
<property name="<Alt><Control>KP_2" type="empty"/>
|
||||
<property name="<Alt><Control>KP_3" type="empty"/>
|
||||
<property name="<Alt><Control>KP_4" type="empty"/>
|
||||
<property name="<Alt><Control>KP_5" type="empty"/>
|
||||
<property name="<Alt><Control>KP_6" type="empty"/>
|
||||
<property name="<Alt><Control>KP_7" type="empty"/>
|
||||
<property name="<Alt><Control>KP_8" type="empty"/>
|
||||
<property name="<Alt><Control>KP_9" type="empty"/>
|
||||
<property name="<Control><Alt>Right" type="empty"/>
|
||||
<property name="<Control><Alt>d" type="empty"/>
|
||||
<property name="<Control><Alt>Up" type="empty"/>
|
||||
<property name="<Control>F1" type="empty"/>
|
||||
<property name="<Control>F2" type="empty"/>
|
||||
<property name="<Control>F3" type="empty"/>
|
||||
<property name="<Control>F4" type="empty"/>
|
||||
<property name="<Control>F5" type="empty"/>
|
||||
<property name="<Control>F6" type="empty"/>
|
||||
<property name="<Control>F7" type="empty"/>
|
||||
<property name="<Control>F8" type="empty"/>
|
||||
<property name="<Control>F9" type="empty"/>
|
||||
<property name="<Control>F10" type="empty"/>
|
||||
<property name="<Control>F11" type="empty"/>
|
||||
<property name="<Control>F12" type="empty"/>
|
||||
<property name="<Shift><Control><Alt>Up" type="string" value="move_window_up_workspace_key"/>
|
||||
<property name="<Shift><Control><Alt>Down" type="string" value="move_window_down_workspace_key"/>
|
||||
<property name="<Shift><Control><Alt>Left" type="string" value="move_window_left_workspace_key"/>
|
||||
<property name="<Shift><Control><Alt>Right" type="string" value="move_window_right_workspace_key"/>
|
||||
</property>
|
||||
<property name="custom" type="empty">
|
||||
<property name="<Control>F8" type="string" value="workspace_8_key"/>
|
||||
<property name="<Control>F10" type="string" value="workspace_10_key"/>
|
||||
<property name="<Control>F11" type="string" value="workspace_11_key"/>
|
||||
<property name="<Control>F12" type="string" value="workspace_12_key"/>
|
||||
<property name="<Control>F9" type="string" value="workspace_9_key"/>
|
||||
<property name="<Alt>F10" type="string" value="maximize_window_key"/>
|
||||
<property name="<Alt>F11" type="string" value="fullscreen_key"/>
|
||||
<property name="<Alt>F12" type="string" value="above_key"/>
|
||||
<property name="<Control><Alt>Up" type="string" value="up_workspace_key"/>
|
||||
<property name="Escape" type="string" value="cancel_key"/>
|
||||
<property name="<Alt><Shift>Tab" type="string" value="cycle_reverse_windows_key"/>
|
||||
<property name="<Alt>space" type="string" value="popup_menu_key"/>
|
||||
<property name="<Alt>Delete" type="string" value="del_workspace_key"/>
|
||||
<property name="<Alt>F4" type="string" value="close_window_key"/>
|
||||
<property name="<Shift><Alt>Page_Down" type="string" value="lower_window_key"/>
|
||||
<property name="<Alt>F6" type="string" value="stick_window_key"/>
|
||||
<property name="<Alt>F8" type="string" value="resize_window_key"/>
|
||||
<property name="<Alt>F9" type="string" value="hide_window_key"/>
|
||||
<property name="<Alt>F7" type="string" value="move_window_key"/>
|
||||
<property name="<Control><Shift><Alt>Up" type="string" value="move_window_up_key"/>
|
||||
<property name="<Control>F5" type="string" value="workspace_5_key"/>
|
||||
<property name="<Control><Alt>Left" type="string" value="left_workspace_key"/>
|
||||
<property name="<Control><Alt>Down" type="string" value="down_workspace_key"/>
|
||||
<property name="<Control>F4" type="string" value="workspace_4_key"/>
|
||||
<property name="<Alt><Control>KP_1" type="string" value="move_window_workspace_1_key"/>
|
||||
<property name="<Alt><Control>KP_2" type="string" value="move_window_workspace_2_key"/>
|
||||
<property name="<Alt><Control>KP_3" type="string" value="move_window_workspace_3_key"/>
|
||||
<property name="<Alt><Control>KP_4" type="string" value="move_window_workspace_4_key"/>
|
||||
<property name="<Alt><Control>KP_5" type="string" value="move_window_workspace_5_key"/>
|
||||
<property name="<Alt><Control>KP_6" type="string" value="move_window_workspace_6_key"/>
|
||||
<property name="<Alt><Control>KP_7" type="string" value="move_window_workspace_7_key"/>
|
||||
<property name="<Control><Shift><Alt>Left" type="string" value="move_window_left_key"/>
|
||||
<property name="Left" type="string" value="left_key"/>
|
||||
<property name="<Alt><Control>KP_9" type="string" value="move_window_workspace_9_key"/>
|
||||
<property name="<Alt><Control>KP_8" type="string" value="move_window_workspace_8_key"/>
|
||||
<property name="Down" type="string" value="down_key"/>
|
||||
<property name="<Alt><Control>Home" type="string" value="move_window_prev_workspace_key"/>
|
||||
<property name="<Alt><Control>End" type="string" value="move_window_next_workspace_key"/>
|
||||
<property name="<Control><Alt>Right" type="string" value="right_workspace_key"/>
|
||||
<property name="<Control><Shift><Alt>Right" type="string" value="move_window_right_key"/>
|
||||
<property name="Right" type="string" value="right_key"/>
|
||||
<property name="<Alt>Tab" type="string" value="cycle_windows_key"/>
|
||||
<property name="<Super>Tab" type="string" value="switch_window_key"/>
|
||||
<property name="<Shift><Alt>Page_Up" type="string" value="raise_window_key"/>
|
||||
<property name="<Control>F2" type="string" value="workspace_2_key"/>
|
||||
<property name="<Control>F1" type="string" value="workspace_1_key"/>
|
||||
<property name="Up" type="string" value="up_key"/>
|
||||
<property name="<Control>F6" type="string" value="workspace_6_key"/>
|
||||
<property name="<Control>F7" type="string" value="workspace_7_key"/>
|
||||
<property name="<Control><Alt>d" type="string" value="show_desktop_key"/>
|
||||
<property name="<Control>F3" type="string" value="workspace_3_key"/>
|
||||
<property name="<Alt>Insert" type="string" value="add_workspace_key"/>
|
||||
<property name="<Shift><Control><Alt>Up" type="string" value="move_window_up_workspace_key"/>
|
||||
<property name="<Shift><Control><Alt>Down" type="string" value="move_window_down_workspace_key"/>
|
||||
<property name="<Shift><Control><Alt>Left" type="string" value="move_window_left_workspace_key"/>
|
||||
<property name="<Shift><Control><Alt>Right" type="string" value="move_window_right_workspace_key"/>
|
||||
<property name="override" type="bool" value="true"/>
|
||||
</property>
|
||||
</property>
|
||||
<property name="providers" type="array">
|
||||
<value type="string" value="xfwm4"/>
|
||||
<value type="string" value="commands"/>
|
||||
</property>
|
||||
</channel>
|
||||
6
.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-mixer.xml
Normal file
6
.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-mixer.xml
Normal file
@@ -0,0 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
|
||||
<channel name="xfce4-mixer" version="1.0">
|
||||
<property name="active-card" type="string" value="Intel82801AAICHAlsamixer"/>
|
||||
<property name="volume-step-size" type="uint" value="5"/>
|
||||
</channel>
|
||||
23
.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-notifyd.xml
Normal file
23
.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-notifyd.xml
Normal file
@@ -0,0 +1,23 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
|
||||
<channel name="xfce4-notifyd" version="1.0">
|
||||
<property name="primary-monitor" type="uint" value="0"/>
|
||||
<property name="notify-location" type="uint" value="2"/>
|
||||
<property name="log-level" type="uint" value="0"/>
|
||||
<property name="log-level-apps" type="uint" value="0"/>
|
||||
<property name="theme" type="string" value="Default"/>
|
||||
<property name="applications" type="empty">
|
||||
<property name="known_applications" type="array">
|
||||
<value type="string" value="discord"/>
|
||||
<value type="string" value="Firefox"/>
|
||||
<value type="string" value="MSM Notifier"/>
|
||||
<value type="string" value="nm-applet"/>
|
||||
<value type="string" value="org.manjaro.pamac.manager"/>
|
||||
<value type="string" value="org.manjaro.pamac.tray"/>
|
||||
<value type="string" value="Package Manager"/>
|
||||
<value type="string" value="Xfce volume control"/>
|
||||
<value type="string" value="Xfce4-notifyd settings"/>
|
||||
<value type="string" value="xfce4-power-manager"/>
|
||||
</property>
|
||||
</property>
|
||||
</channel>
|
||||
129
.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-panel.xml
Normal file
129
.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-panel.xml
Normal file
@@ -0,0 +1,129 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
|
||||
<channel name="xfce4-panel" version="1.0">
|
||||
<property name="panels" type="uint" value="1">
|
||||
<property name="panel-0" type="empty">
|
||||
<property name="position" type="string" value="p=6;x=960;y=14"/>
|
||||
<property name="length" type="uint" value="100"/>
|
||||
<property name="position-locked" type="bool" value="true"/>
|
||||
<property name="plugin-ids" type="array">
|
||||
<value type="int" value="1"/>
|
||||
<value type="int" value="7"/>
|
||||
<value type="int" value="4"/>
|
||||
<value type="int" value="9"/>
|
||||
<value type="int" value="6"/>
|
||||
<value type="int" value="5"/>
|
||||
<value type="int" value="3"/>
|
||||
<value type="int" value="8"/>
|
||||
</property>
|
||||
<property name="role" type="string" value="xfce4-panel-12965750720"/>
|
||||
<property name="length-adjust" type="bool" value="true"/>
|
||||
<property name="background-style" type="uint" value="0"/>
|
||||
<property name="size" type="uint" value="28"/>
|
||||
<property name="mode" type="uint" value="0"/>
|
||||
<property name="autohide-behavior" type="uint" value="0"/>
|
||||
<property name="disable-struts" type="bool" value="false"/>
|
||||
<property name="icon-size" type="uint" value="28"/>
|
||||
<property name="span-monitors" type="bool" value="false"/>
|
||||
<property name="output-name" type="string" value="Primary"/>
|
||||
</property>
|
||||
<property name="dark-mode" type="bool" value="true"/>
|
||||
</property>
|
||||
<property name="plugins" type="empty">
|
||||
<property name="plugin-4" type="string" value="pager">
|
||||
<property name="rows" type="uint" value="1"/>
|
||||
<property name="miniature-view" type="bool" value="false"/>
|
||||
<property name="numbering" type="bool" value="false"/>
|
||||
<property name="workspace-scrolling" type="bool" value="false"/>
|
||||
</property>
|
||||
<property name="plugin-6" type="string" value="systray">
|
||||
<property name="names-visible" type="array">
|
||||
<value type="string" value="pnmixer"/>
|
||||
<value type="string" value="manjaro-settings-manager-daemon"/>
|
||||
<value type="string" value="networkmanager applet"/>
|
||||
<value type="string" value="orage"/>
|
||||
<value type="string" value="pamac-tray"/>
|
||||
<value type="string" value="blueman-applet"/>
|
||||
<value type="string" value="clipman"/>
|
||||
<value type="string" value="xfce4-power-manager"/>
|
||||
<value type="string" value="xnoise"/>
|
||||
</property>
|
||||
<property name="show-frame" type="bool" value="false"/>
|
||||
<property name="known-legacy-items" type="array">
|
||||
<value type="string" value="wi-fi network connection “eduroam” active: eduroam (61%)"/>
|
||||
<value type="string" value="wi-fi network connection “eduroam” active: eduroam (58%)"/>
|
||||
<value type="string" value="wi-fi network connection “jojo” active: jojo (61%)"/>
|
||||
<value type="string" value="wi-fi network connection “jojo” active: jojo (56%)"/>
|
||||
<value type="string" value="wi-fi network connection “eduroam” active: eduroam (67%)"/>
|
||||
<value type="string" value="wi-fi network connection “eduroam” active: eduroam (68%)"/>
|
||||
<value type="string" value="wi-fi network connection “eduroam” active: eduroam (59%)"/>
|
||||
<value type="string" value="wi-fi network connection “eduroam” active: eduroam (72%)"/>
|
||||
<value type="string" value="wi-fi network connection “jojo” active: jojo (51%)"/>
|
||||
<value type="string" value="no network connection"/>
|
||||
<value type="string" value="wi-fi network connection “eduroam” active: eduroam (63%)"/>
|
||||
<value type="string" value="wi-fi network connection “eduroam” active: eduroam (62%)"/>
|
||||
<value type="string" value="wi-fi network connection “eduroam” active: eduroam (69%)"/>
|
||||
<value type="string" value="wi-fi network connection “eduroam” active: eduroam (65%)"/>
|
||||
<value type="string" value="ethernet network connection “wired connection 1” active"/>
|
||||
<value type="string" value="bluetooth disabled"/>
|
||||
<value type="string" value="thunar"/>
|
||||
<value type="string" value="xfce terminal"/>
|
||||
<value type="string" value="clipman"/>
|
||||
<value type="string" value="networkmanager applet"/>
|
||||
<value type="string" value="pamac-tray"/>
|
||||
</property>
|
||||
<property name="known-items" type="array">
|
||||
<value type="string" value="TelegramDesktop"/>
|
||||
<value type="string" value="discord1"/>
|
||||
<value type="string" value="MSM Notifier"/>
|
||||
<value type="string" value="blueman"/>
|
||||
</property>
|
||||
<property name="hide-new-items" type="bool" value="true"/>
|
||||
<property name="hidden-legacy-items" type="array">
|
||||
<value type="string" value="wi-fi network connection “eduroam” active: eduroam (61%)"/>
|
||||
<value type="string" value="wi-fi network connection “eduroam” active: eduroam (69%)"/>
|
||||
<value type="string" value="wi-fi network connection “eduroam” active: eduroam (72%)"/>
|
||||
<value type="string" value="wi-fi network connection “eduroam” active: eduroam (67%)"/>
|
||||
<value type="string" value="no network connection"/>
|
||||
<value type="string" value="wi-fi network connection “eduroam” active: eduroam (58%)"/>
|
||||
<value type="string" value="wi-fi network connection “eduroam” active: eduroam (65%)"/>
|
||||
<value type="string" value="wi-fi network connection “eduroam” active: eduroam (63%)"/>
|
||||
<value type="string" value="wi-fi network connection “jojo” active: jojo (51%)"/>
|
||||
<value type="string" value="wi-fi network connection “eduroam” active: eduroam (68%)"/>
|
||||
<value type="string" value="wi-fi network connection “jojo” active: jojo (61%)"/>
|
||||
<value type="string" value="wi-fi network connection “jojo” active: jojo (56%)"/>
|
||||
<value type="string" value="wi-fi network connection “eduroam” active: eduroam (62%)"/>
|
||||
<value type="string" value="wi-fi network connection “eduroam” active: eduroam (59%)"/>
|
||||
</property>
|
||||
<property name="single-row" type="bool" value="false"/>
|
||||
<property name="symbolic-icons" type="bool" value="false"/>
|
||||
<property name="menu-is-primary" type="bool" value="false"/>
|
||||
<property name="icon-size" type="int" value="22"/>
|
||||
<property name="hidden-items" type="array">
|
||||
<value type="string" value="TelegramDesktop"/>
|
||||
<value type="string" value="discord1"/>
|
||||
</property>
|
||||
</property>
|
||||
<property name="plugin-7" type="string" value="separator">
|
||||
<property name="expand" type="bool" value="true"/>
|
||||
<property name="style" type="uint" value="0"/>
|
||||
</property>
|
||||
<property name="plugin-9" type="string" value="pulseaudio">
|
||||
<property name="enable-keyboard-shortcuts" type="bool" value="true"/>
|
||||
<property name="mpris-players" type="string" value="firefox.instance1205;firefox.instance1213;firefox.instance1233;firefox.instance1304;firefox.instance1314;firefox.instance1618;firefox.instance1640;firefox.instance2190;vlc"/>
|
||||
</property>
|
||||
<property name="plugin-8" type="string" value="whiskermenu"/>
|
||||
<property name="plugin-5" type="string" value="clock"/>
|
||||
<property name="plugin-1" type="string" value="appmenu">
|
||||
<property name="plugins" type="empty">
|
||||
<property name="plugin-1" type="empty">
|
||||
<property name="compact-mode" type="bool" value="true"/>
|
||||
<property name="bold-application-name" type="bool" value="true"/>
|
||||
<property name="expand" type="bool" value="true"/>
|
||||
</property>
|
||||
</property>
|
||||
</property>
|
||||
<property name="plugin-3" type="string" value="power-manager-plugin"/>
|
||||
</property>
|
||||
<property name="configver" type="int" value="2"/>
|
||||
</channel>
|
||||
@@ -0,0 +1,12 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
|
||||
<channel name="xfce4-power-manager" version="1.0">
|
||||
<property name="xfce4-power-manager" type="empty">
|
||||
<property name="power-button-action" type="uint" value="3"/>
|
||||
<property name="show-tray-icon" type="bool" value="false"/>
|
||||
<property name="brightness-switch-restore-on-exit" type="int" value="1"/>
|
||||
<property name="brightness-switch" type="int" value="0"/>
|
||||
<property name="show-panel-label" type="int" value="1"/>
|
||||
<property name="show-presentation-indicator" type="bool" value="false"/>
|
||||
</property>
|
||||
</channel>
|
||||
29
.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-session.xml
Normal file
29
.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-session.xml
Normal file
@@ -0,0 +1,29 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
|
||||
<channel name="xfce4-session" version="1.0">
|
||||
<property name="general" type="empty">
|
||||
<property name="FailsafeSessionName" type="empty"/>
|
||||
<property name="SessionName" type="string" value="Default"/>
|
||||
<property name="SaveOnExit" type="bool" value="false"/>
|
||||
<property name="LockCommand" type="string" value="light-locker-command --lock"/>
|
||||
</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_PerScreen" type="empty"/>
|
||||
<property name="Client1_Command" type="empty"/>
|
||||
<property name="Client1_PerScreen" type="empty"/>
|
||||
<property name="Client2_Command" type="empty"/>
|
||||
<property name="Client2_PerScreen" type="empty"/>
|
||||
<property name="Client3_Command" type="empty"/>
|
||||
<property name="Client3_PerScreen" type="empty"/>
|
||||
<property name="Client4_Command" type="empty"/>
|
||||
<property name="Client4_PerScreen" type="empty"/>
|
||||
</property>
|
||||
</property>
|
||||
<property name="splash" type="empty">
|
||||
<property name="Engine" type="empty"/>
|
||||
</property>
|
||||
</channel>
|
||||
@@ -0,0 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
|
||||
<channel name="xfce4-settings-manager" version="1.0">
|
||||
<property name="window-width" type="int" value="800"/>
|
||||
<property name="window-height" type="int" value="600"/>
|
||||
</channel>
|
||||
99
.config/xfce4/xfconf/xfce-perchannel-xml/xfwm4.xml
Normal file
99
.config/xfce4/xfconf/xfce-perchannel-xml/xfwm4.xml
Normal file
@@ -0,0 +1,99 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
|
||||
<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"/>
|
||||
<property name="button_offset" type="int" value="0"/>
|
||||
<property name="button_spacing" type="int" value="0"/>
|
||||
<property name="click_to_focus" type="bool" value="true"/>
|
||||
<property name="focus_delay" type="int" value="250"/>
|
||||
<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_workspaces" type="bool" value="false"/>
|
||||
<property name="double_click_time" type="int" value="250"/>
|
||||
<property name="double_click_distance" type="int" value="5"/>
|
||||
<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="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="inactive_opacity" type="int" value="100"/>
|
||||
<property name="maximized_offset" type="int" value="0"/>
|
||||
<property name="move_opacity" type="int" value="100"/>
|
||||
<property name="placement_ratio" type="int" value="60"/>
|
||||
<property name="placement_mode" type="string" value="center"/>
|
||||
<property name="popup_opacity" type="int" value="100"/>
|
||||
<property name="mousewheel_rollup" type="bool" value="true"/>
|
||||
<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="restore_on_move" type="bool" value="true"/>
|
||||
<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"/>
|
||||
<property name="shadow_delta_x" type="int" value="0"/>
|
||||
<property name="shadow_delta_y" type="int" value="-3"/>
|
||||
<property name="shadow_opacity" type="int" value="50"/>
|
||||
<property name="show_app_icon" type="bool" value="false"/>
|
||||
<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="theme" type="string" value="Matcha-sea"/>
|
||||
<property name="title_alignment" type="string" value="center"/>
|
||||
<property name="title_font" type="string" value="Noto Sans 10"/>
|
||||
<property name="title_horizontal_offset" type="int" value="0"/>
|
||||
<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="2"/>
|
||||
<property name="wrap_cycle" type="bool" value="true"/>
|
||||
<property name="wrap_layout" type="bool" value="true"/>
|
||||
<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="workspace_names" type="array">
|
||||
<value type="string" value="layout tiling"/>
|
||||
<value type="string" value="layout tabbed"/>
|
||||
<value type="string" value="1"/>
|
||||
<value type="string" value="4"/>
|
||||
<value type="string" value="5"/>
|
||||
<value type="string" value="6"/>
|
||||
<value type="string" value="7"/>
|
||||
<value type="string" value="8"/>
|
||||
<value type="string" value="9"/>
|
||||
<value type="string" value="10"/>
|
||||
</property>
|
||||
<property name="tile_on_move" type="bool" value="true"/>
|
||||
<property name="titleless_maximize" type="bool" value="false"/>
|
||||
<property name="cycle_preview" type="bool" value="true"/>
|
||||
<property name="cycle_tabwin_mode" type="int" value="0"/>
|
||||
<property name="sync_to_vblank" 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="horiz_scroll_opacity" type="bool" value="false"/>
|
||||
<property name="vblank_mode" type="string" value="auto"/>
|
||||
<property name="zoom_pointer" type="bool" value="true"/>
|
||||
</property>
|
||||
</channel>
|
||||
52
.config/xfce4/xfconf/xfce-perchannel-xml/xsettings.xml
Normal file
52
.config/xfce4/xfconf/xfce-perchannel-xml/xsettings.xml
Normal file
@@ -0,0 +1,52 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
|
||||
<channel name="xsettings" version="1.0">
|
||||
<property name="Net" type="empty">
|
||||
<property name="ThemeName" type="string" value="Matcha-dark-sea"/>
|
||||
<property name="IconThemeName" type="string" value="Papirus-Maia"/>
|
||||
<property name="DoubleClickTime" type="int" value="532"/>
|
||||
<property name="DoubleClickDistance" type="int" value="8"/>
|
||||
<property name="DndDragThreshold" type="int" value="8"/>
|
||||
<property name="CursorBlink" type="bool" value="true"/>
|
||||
<property name="CursorBlinkTime" type="int" value="1337"/>
|
||||
<property name="SoundThemeName" type="string" value="default"/>
|
||||
<property name="EnableEventSounds" type="bool" value="false"/>
|
||||
<property name="EnableInputFeedbackSounds" type="bool" value="false"/>
|
||||
</property>
|
||||
<property name="Xft" type="empty">
|
||||
<property name="DPI" type="int" value="96"/>
|
||||
<property name="Antialias" type="int" value="1"/>
|
||||
<property name="Hinting" type="int" value="-1"/>
|
||||
<property name="HintStyle" type="string" value="hintfull"/>
|
||||
<property name="RGBA" type="string" value="none"/>
|
||||
</property>
|
||||
<property name="Gtk" type="empty">
|
||||
<property name="CanChangeAccels" type="bool" value="false"/>
|
||||
<property name="ColorPalette" type="string" value="black:white:gray50:red:purple:blue:light blue:green:yellow:orange:lavender:brown:goldenrod4:dodger blue:pink:light green:gray10:gray30:gray75:gray90"/>
|
||||
<property name="FontName" type="string" value="Noto Sans 10"/>
|
||||
<property name="MonospaceFontName" type="empty"/>
|
||||
<property name="IconSizes" type="string" value=""/>
|
||||
<property name="KeyThemeName" type="string" value=""/>
|
||||
<property name="ToolbarStyle" type="string" value="icons"/>
|
||||
<property name="ToolbarIconSize" type="int" value="3"/>
|
||||
<property name="MenuImages" type="bool" value="true"/>
|
||||
<property name="ButtonImages" type="bool" value="true"/>
|
||||
<property name="MenuBarAccel" type="string" value="F10"/>
|
||||
<property name="CursorThemeName" type="string" value="xcursor-breeze"/>
|
||||
<property name="CursorThemeSize" type="int" value="0"/>
|
||||
<property name="DecorationLayout" type="empty"/>
|
||||
<property name="DialogsUseHeader" type="empty"/>
|
||||
<property name="TitlebarMiddleClick" type="empty"/>
|
||||
<property name="IMPreeditStyle" type="string" value=""/>
|
||||
<property name="IMStatusStyle" type="string" value=""/>
|
||||
<property name="IMModule" type="string" value=""/>
|
||||
<property name="ShellShowsMenubar" type="bool" value="true"/>
|
||||
<property name="ShellShowsAppmenu" type="bool" value="true"/>
|
||||
</property>
|
||||
<property name="Gdk" type="empty">
|
||||
<property name="WindowScalingFactor" type="empty"/>
|
||||
</property>
|
||||
<property name="Xfce" type="empty">
|
||||
<property name="LastCustomDPI" type="int" value="96"/>
|
||||
</property>
|
||||
</channel>
|
||||
@@ -7,6 +7,10 @@
|
||||
visibility: collapse !important;
|
||||
}
|
||||
|
||||
/*remove top white line*/
|
||||
#main-window[tabsintitlebar="true"]:not([extradragspace="true"]) #TabsToolbar .titlebar-spacer {
|
||||
border-inline-end: none;
|
||||
}
|
||||
/*Hide the Tree style Tab header*/
|
||||
#sidebar-box[sidebarcommand="treestyletab_piro_sakura_ne_jp-sidebar-action"] #sidebar-header {
|
||||
display: none;
|
||||
@@ -18,21 +22,8 @@
|
||||
margin-right:140px;
|
||||
}
|
||||
|
||||
/* 15px for dragging whole window by mouse*/
|
||||
#titlebar {
|
||||
appearance: none !important;
|
||||
height: 15px;
|
||||
}
|
||||
|
||||
/* Fix for main menu calling by Alt button */
|
||||
#titlebar > #toolbar-menubar {
|
||||
margin-top: 10px;
|
||||
}
|
||||
|
||||
/* Move minimize/restore/close buttons to empty space */
|
||||
#TabsToolbar > .titlebar-buttonbox-container {
|
||||
display: block;
|
||||
position: absolute;
|
||||
top: 17px;
|
||||
right: 1px;
|
||||
}
|
||||
Reference in New Issue
Block a user