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