From cd8f098bef406ca83b003a2049dfc3ea29c94320 Mon Sep 17 00:00:00 2001 From: lxfdell Date: Sun, 17 Jan 2021 12:05:47 -0500 Subject: branch to handle hardware specifics of Dell XPS 13 --- .config/alacritty/alacritty.yml | 2 +- .config/sway/config | 2 +- .config/waybar/config | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.config/alacritty/alacritty.yml b/.config/alacritty/alacritty.yml index b4bbe03..be06481 100644 --- a/.config/alacritty/alacritty.yml +++ b/.config/alacritty/alacritty.yml @@ -120,7 +120,7 @@ font: # Point size of the font #size: 10.0 - size: 15 + size: 14 # Offset is the extra space around each character. `offset.y` can be thought of # as modifying the line spacing, and `offset.x` as modifying the letter spacing. diff --git a/.config/sway/config b/.config/sway/config index 5879f93..d40c186 100644 --- a/.config/sway/config +++ b/.config/sway/config @@ -28,7 +28,7 @@ bindsym $mod+F12 exec $screenclip # background output * bg $background fill -input "2:7:SynPS/2_Synaptics_TouchPad" { +input "1739:30383:DELL07E6:00_06CB:76AF_Touchpad" { natural_scroll enabled } # change focus diff --git a/.config/waybar/config b/.config/waybar/config index e379c02..9d3deb3 100644 --- a/.config/waybar/config +++ b/.config/waybar/config @@ -30,7 +30,7 @@ "tooltip": false }, "network": { - "interface": "wlp3s0", + "interface": "wlp2s0", "format": "{ifname}", "format-wifi": "{essid} ({signalStrength}%) | ", "format-ethernet": "{ifname} ", -- cgit v1.2.3-70-g09d2 From 3c95ff2948868313fa3c29607f848a666617f686 Mon Sep 17 00:00:00 2001 From: lxfdell Date: Sat, 13 Feb 2021 12:56:31 -0500 Subject: latest fixes to Dell XPS openbox setup --- .Xresources | 2 +- .bashrc | 6 +++--- .config/qutebrowser/jblock | 2 +- .config/ranger/bookmarks | 1 + .xinitrc | 4 +--- 5 files changed, 7 insertions(+), 8 deletions(-) diff --git a/.Xresources b/.Xresources index 486825e..f791bc3 100644 --- a/.Xresources +++ b/.Xresources @@ -1,4 +1,4 @@ -!Xft.dpi: 192 +Xft.dpi: 192 Xft.autohint: 0 Xft.lcdfilter: lcddefault Xft.hintstyle: hintfull diff --git a/.bashrc b/.bashrc index 0941796..bb3dbac 100644 --- a/.bashrc +++ b/.bashrc @@ -5,7 +5,7 @@ export MOZ_DBUS_REMOTE=1 #export BROWSER="qutebrowser" alias vivaldi-snapshot="vivaldi-snapshot --use-gl=egl" alias chromium="GDK_BACKEND=x11 && chromium" -export BROWSER="vivaldi-snapshot" +export BROWSER="firefox-developer-edition" #export BROWSER="chromium" export EDITOR="nvim" # keep dictionaries in ~/bin/ @@ -18,8 +18,8 @@ export PATH=/usr/local/bin:$PATH export PATH=$PATH:$HOME/bin export PATH=$PATH:$HOME/bin/bash-scripts export PATH=$PATH:$HOME/.gem/ruby/2.6.0/bin -export QT_QPA_PLATFORM=wayland -export QT_PLATFORM_THEME=qt5ct +#export QT_QPA_PLATFORM=wayland +#export QT_PLATFORM_THEME=qt5ct #export QT_QPA_PLATFORMTHEME=qt5ct #export XDG_SESSION_TYPE=wayland #export GDK_BACKEND=wayland diff --git a/.config/qutebrowser/jblock b/.config/qutebrowser/jblock index b413c64..7e27793 160000 --- a/.config/qutebrowser/jblock +++ b/.config/qutebrowser/jblock @@ -1 +1 @@ -Subproject commit b413c6415a5a6357362ca896ece44dfcd00b0f08 +Subproject commit 7e2779336bdffeb72184a559d8366dd2c73ca98f diff --git a/.config/ranger/bookmarks b/.config/ranger/bookmarks index 93b1b6c..d1d5837 100644 --- a/.config/ranger/bookmarks +++ b/.config/ranger/bookmarks @@ -9,3 +9,4 @@ s:/home/lxf/sites/luxagraf.net c:/home/lxf/pictures/nextcloud-ccg-phone t:/home/lxf/temp p:/home/lxf/temp/wired +':/usr/share/applications diff --git a/.xinitrc b/.xinitrc index 0e664d6..1a1d7db 100644 --- a/.xinitrc +++ b/.xinitrc @@ -1,6 +1,4 @@ -/usr/bin/xcalib -d :1 /home/lxf/.color/ThinkPad_X240_FHD_LP125WF2.icm dbus-update-activation-environment --systemd DISPLAY xrdb -merge ~/.Xresources xmodmap .Xmodmap -#exec openbox-session -exec i3 +exec openbox-session -- cgit v1.2.3-70-g09d2 From dbb33e4bfbf7b9e7fe3f3a38cc501bc3d3aa4732 Mon Sep 17 00:00:00 2001 From: lxfdell Date: Sat, 13 Feb 2021 12:58:46 -0500 Subject: added openbox config to Dell --- .config/openbox/autostart | 9 + .config/openbox/menu.xml | 126 +++++++ .config/openbox/rc.xml | 830 ++++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 965 insertions(+) create mode 100644 .config/openbox/autostart create mode 100644 .config/openbox/menu.xml create mode 100644 .config/openbox/rc.xml diff --git a/.config/openbox/autostart b/.config/openbox/autostart new file mode 100644 index 0000000..6ea5296 --- /dev/null +++ b/.config/openbox/autostart @@ -0,0 +1,9 @@ +tint2 & +alacritty & +nm-applet & +pcmanfm-qt & +clipmenud & +nextcloud & +xcape -e 'Caps_Lock=Escape' +xinput set-prop 14 "libinput Natural Scrolling Enabled" 1 +feh --bg-fill ~/pictures/desktops/delos.png diff --git a/.config/openbox/menu.xml b/.config/openbox/menu.xml new file mode 100644 index 0000000..9cfab81 --- /dev/null +++ b/.config/openbox/menu.xml @@ -0,0 +1,126 @@ + + + + + /usr/bin/vivaldi-snapshot + + + /usr/lib/firefox-developer-edition/firefox + + + alacritty -e nvim + + + gedit + + + darktable + + + gimp-2.10 + + + inkscape + + + libreoffice --draw + + + kdenlive + + + chromium + + + mpv --player-operation-mode=pseudo-gui + + + picard + + + pavucontrol + + + simplescreenrecorder --logfile + + + qutebrowser + + + skypeforlinux + + + slack + + + transmission-gtk + + + vivaldi-snapshot + + + zoom + + + calibre + + + gnumeric + + + libreoffice --calc + + + libreoffice + + + libreoffice --impress + + + libreoffice --math + + + libreoffice --writer + + + masterpdfeditor4 + + + alacritty + + + kitty + + + pcmanfm-qt + + + nm-connection-editor + + + pcmanfm-qt --desktop-pref=general + + + obconf + + + system-config-printer + + + tint2conf + + + alacritty -e htop + + + alacritty -e top + + + nextcloud + + + zoom + + + + diff --git a/.config/openbox/rc.xml b/.config/openbox/rc.xml new file mode 100644 index 0000000..cd7abd4 --- /dev/null +++ b/.config/openbox/rc.xml @@ -0,0 +1,830 @@ + + + + + 10 + 20 + + + yes + + no + + yes + + no + + 200 + + no + + + + Smart + +
yes
+ + Primary + + 1 + +
+ + Arc-Dark + NLIMC + + yes + yes + + Roboto Condensed, + 8 + + Bold + + Normal + + + + sans + 8 + + bold + + normal + + + + sans + 9 + + normal + + normal + + + + sans + 9 + + normal + + normal + + + + sans + 9 + + bold + + normal + + + + sans + 9 + + bold + + normal + + + + + + 1 + 1 + + + + 875 + + + + yes + Nonpixel + + Center + + + + 10 + + 10 + + + + + + 0 + 0 + 0 + 0 + + + TopLeft + + 0 + 0 + no + Above + + Vertical + + no + 300 + + 300 + + Middle + + + + C-g + + + root-menu + + + + left + no + + + + + right + no + + + + + up + no + + + + + down + no + + + + + left + no + + + + + right + no + + + + + up + no + + + + + down + no + + + + + 1 + + + + + 2 + + + + + 3 + + + + + 4 + + + + + + + + + + + + + + + + + dmenu_run + + + + + dmenu_run + + + + + clipmenu + + + + + pactl set-sink-volume 0 +10% + + + + + pactl set-sink-volume 0 -10% + + + + + pactl set-sink-mute 0 toggle + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + yes + yes + + + + + + + + + + + right + + + + + left + + + + + up + + + + + down + + + + + + + true + Konqueror + + kfmclient openProfile filemanagement + + + + + 1 + + 500 + + 400 + + false + + + + + + + + + + + + + + + + + + + + + + + + + + + + previous + + + + + next + + + + + previous + + + + + next + + + + + previous + + + + + next + + + + + + + + + + + + + no + + + + + + + + + + + yes + + + + + + + + + + + + + + + + + + + + + + + client-menu + + + + + + + top + + + + + + + left + + + + + + + right + + + + + + + bottom + + + + + + + client-menu + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + client-menu + + + + + + + client-menu + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + vertical + + + + + horizontal + + + + + + + + + + + + + + + + + previous + + + + + next + + + + + previous + + + + + next + + + + + previous + + + + + next + + + + + + + + + + + + + + + + client-list-combined-menu + + + + + root-menu + + + + + + + previous + + + + + next + + + + + previous + + + + + next + + + + + + + + menu.xml + 200 + + no + + 100 + + 400 + + yes + + yes + + + + + +
-- cgit v1.2.3-70-g09d2