mirror of
https://gitlab.com/dwt1/dotfiles.git
synced 2026-04-23 11:30:23 +10:00
Minor fixes to my openbox configs.
This commit is contained in:
@@ -1,14 +1,14 @@
|
|||||||
[xin_0]
|
[xin_0]
|
||||||
file=/home/dt/wallpapers/0013.jpg
|
file=/home/dt/wallpapers/0256.jpg
|
||||||
mode=0
|
mode=0
|
||||||
bgcolor=#000000
|
bgcolor=#000000
|
||||||
|
|
||||||
[xin_1]
|
[xin_1]
|
||||||
file=/home/dt/wallpapers/0013.jpg
|
file=/home/dt/wallpapers/0256.jpg
|
||||||
mode=0
|
mode=0
|
||||||
bgcolor=#000000
|
bgcolor=#000000
|
||||||
|
|
||||||
[xin_2]
|
[xin_2]
|
||||||
file=/home/dt/wallpapers/0013.jpg
|
file=/home/dt/wallpapers/0256.jpg
|
||||||
mode=0
|
mode=0
|
||||||
bgcolor=#000000
|
bgcolor=#000000
|
||||||
|
|||||||
@@ -1,8 +1,8 @@
|
|||||||
[geometry]
|
[geometry]
|
||||||
posx=1920
|
posx=16
|
||||||
posy=0
|
posy=13
|
||||||
sizex=1920
|
sizex=1884
|
||||||
sizey=1080
|
sizey=1020
|
||||||
|
|
||||||
[nitrogen]
|
[nitrogen]
|
||||||
view=icon
|
view=icon
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
tint2 &
|
tint2 &
|
||||||
picom --experimental-backends &
|
picom &
|
||||||
nitrogen --restore &
|
nitrogen --restore &
|
||||||
/usr/bin/emacs --daemon &
|
/usr/bin/emacs --daemon &
|
||||||
|
|||||||
@@ -10,7 +10,7 @@
|
|||||||
<focusNew>yes</focusNew>
|
<focusNew>yes</focusNew>
|
||||||
<!-- always try to focus new windows when they appear. other rules do
|
<!-- always try to focus new windows when they appear. other rules do
|
||||||
apply -->
|
apply -->
|
||||||
<followMouse>no</followMouse>
|
<followMouse>yes</followMouse>
|
||||||
<!-- move focus to a window when you move the mouse into it -->
|
<!-- move focus to a window when you move the mouse into it -->
|
||||||
<focusLast>yes</focusLast>
|
<focusLast>yes</focusLast>
|
||||||
<!-- focus the last used window when changing desktops, instead of the one
|
<!-- focus the last used window when changing desktops, instead of the one
|
||||||
@@ -30,7 +30,7 @@
|
|||||||
<center>yes</center>
|
<center>yes</center>
|
||||||
<!-- whether to place windows in the center of the free area found or
|
<!-- whether to place windows in the center of the free area found or
|
||||||
the top left corner -->
|
the top left corner -->
|
||||||
<monitor>Primary</monitor>
|
<monitor>Active</monitor>
|
||||||
<!-- with Smart placement on a multi-monitor system, try to place new windows
|
<!-- with Smart placement on a multi-monitor system, try to place new windows
|
||||||
on: 'Any' - any monitor, 'Mouse' - where the mouse is, 'Active' - where
|
on: 'Any' - any monitor, 'Mouse' - where the mouse is, 'Active' - where
|
||||||
the active window is, 'Primary' - only on the primary monitor -->
|
the active window is, 'Primary' - only on the primary monitor -->
|
||||||
@@ -580,9 +580,9 @@
|
|||||||
<action name="Execute">
|
<action name="Execute">
|
||||||
<startupnotify>
|
<startupnotify>
|
||||||
<enabled>true</enabled>
|
<enabled>true</enabled>
|
||||||
<name>Firefox</name>
|
<name>brave</name>
|
||||||
</startupnotify>
|
</startupnotify>
|
||||||
<command>firefox</command>
|
<command>brave</command>
|
||||||
</action>
|
</action>
|
||||||
</keybind>
|
</keybind>
|
||||||
<keybind key="W-f">
|
<keybind key="W-f">
|
||||||
|
|||||||
@@ -77,8 +77,8 @@ frame-opacity = 1.00
|
|||||||
# menu-opacity is depreciated use dropdown-menu and popup-menu instead.
|
# menu-opacity is depreciated use dropdown-menu and popup-menu instead.
|
||||||
|
|
||||||
#If using these 2 below change their values in line 510 & 511 aswell
|
#If using these 2 below change their values in line 510 & 511 aswell
|
||||||
popup_menu = { opacity = 0.8; }
|
popup_menu = { opacity = 1.0; }
|
||||||
dropdown_menu = { opacity = 0.8; }
|
dropdown_menu = { opacity = 1.0; }
|
||||||
|
|
||||||
|
|
||||||
# Let inactive opacity set by -i override the '_NET_WM_OPACITY' values of windows.
|
# Let inactive opacity set by -i override the '_NET_WM_OPACITY' values of windows.
|
||||||
@@ -113,6 +113,6 @@ wintypes:
|
|||||||
tooltip = { fade = true; shadow = true; opacity = 0.75; focus = true; full-shadow = false; };
|
tooltip = { fade = true; shadow = true; opacity = 0.75; focus = true; full-shadow = false; };
|
||||||
dock = { shadow = false; }
|
dock = { shadow = false; }
|
||||||
dnd = { shadow = true; }
|
dnd = { shadow = true; }
|
||||||
popup_menu = { opacity = 0.8; }
|
popup_menu = { opacity = 1.0; }
|
||||||
dropdown_menu = { opacity = 0.8; }
|
dropdown_menu = { opacity = 1.0; }
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -1,9 +1,9 @@
|
|||||||
[Desktop Entry]
|
[Desktop Entry]
|
||||||
Name=Emacs
|
Name=Emacsclient
|
||||||
GenericName=Text Editor
|
GenericName=Text Editor
|
||||||
Comment=Edit text
|
Comment=Edit text
|
||||||
MimeType=text/english;text/plain;text/x-makefile;text/x-c++hdr;text/x-c++src;text/x-chdr;text/x-csrc;text/x-java;text/x-moc;text/x-pascal;text/x-tcl;text/x-tex;application/x-shellscript;text/x-c;text/x-c++;
|
MimeType=text/english;text/plain;text/x-makefile;text/x-c++hdr;text/x-c++src;text/x-chdr;text/x-csrc;text/x-java;text/x-moc;text/x-pascal;text/x-tcl;text/x-tex;application/x-shellscript;text/x-c;text/x-c++;
|
||||||
Exec=emacs %F
|
Exec=emacsclient -c -a 'emacs'
|
||||||
Icon=emacs
|
Icon=emacs
|
||||||
Type=Application
|
Type=Application
|
||||||
Terminal=false
|
Terminal=false
|
||||||
|
|||||||
@@ -1,11 +1,10 @@
|
|||||||
[Desktop Entry]
|
[Desktop Entry]
|
||||||
Name=rofi
|
Name=open-menu
|
||||||
GenericName=rofi
|
GenericName=open-menu
|
||||||
Comment=rofi
|
Comment=Open the openbox menu
|
||||||
Exec=rofi -show drun
|
Exec=xdotool click 3
|
||||||
Terminal=false
|
Terminal=false
|
||||||
Type=Application
|
Type=Application
|
||||||
StartupNotify=true
|
StartupNotify=true
|
||||||
MimeType=text/plain;
|
MimeType=text/plain;
|
||||||
Icon=manjaro
|
Icon=distributor-logo-arcolinux
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user