From 34003802c62a9cfda86a8a235eced2a909a4c1e9 Mon Sep 17 00:00:00 2001 From: Barak Michener Date: Mon, 12 Apr 2021 18:45:44 -0700 Subject: [PATCH] add more gnome settings --- .gnome.dconf | 15 +++++++++++++++ .xinitrc | 50 -------------------------------------------------- .xinitrc.bak | 50 ++++++++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 65 insertions(+), 50 deletions(-) delete mode 100755 .xinitrc create mode 100755 .xinitrc.bak diff --git a/.gnome.dconf b/.gnome.dconf index ed9f092..7fd06a0 100644 --- a/.gnome.dconf +++ b/.gnome.dconf @@ -27,9 +27,17 @@ report-technical-problems=false [desktop/wm/keybindings] close=['c'] move-to-workspace-1=['exclam'] +move-to-workspace-10=['parenright'] move-to-workspace-2=['at'] move-to-workspace-3=['numbersign'] move-to-workspace-4=['dollar'] +move-to-workspace-5=['percent'] +move-to-workspace-6=['asciicircum'] +move-to-workspace-7=['ampersand'] +move-to-workspace-8=['asterisk'] +move-to-workspace-9=['parenleft'] +move-to-workspace-left=['h'] +move-to-workspace-right=['l'] switch-to-workspace-1=['1'] switch-to-workspace-10=['0'] switch-to-workspace-2=['2'] @@ -42,6 +50,7 @@ switch-to-workspace-8=['8'] switch-to-workspace-9=['9'] [desktop/wm/preferences] +focus-mode='mouse' num-workspaces=10 [mutter] @@ -69,9 +78,15 @@ hint-color-rgba='rgb(52,158,143)' show-title=false smart-gaps=true tile-by-default=true +tile-enter=['r'] toggle-floating=['g'] toggle-tiling=['y'] +[shell/keybindings] +focus-active-notification=['n'] +toggle-application-view=@as [] +toggle-message-tray=['n'] + [terminal/legacy/profiles:/:b1dcc9dd-5262-4d8d-a863-c897e6d979b9] background-color='rgb(0,0,0)' background-transparency-percent=13 diff --git a/.xinitrc b/.xinitrc deleted file mode 100755 index 9a3a9a8..0000000 --- a/.xinitrc +++ /dev/null @@ -1,50 +0,0 @@ -#!/bin/bash - -export PATH=$HOME/bin:$PATH -systemctl --user import-environment DISPLAY XAUTHORITY -systemctl --user start pulseaudio.socket -systemctl --user start pulseaudio.service - -if which dbus-update-activation-environment >/dev/null 2>&1; then - dbus-update-activation-environment DISPLAY XAUTHORITY -fi - -eval $(/usr/bin/gnome-keyring-daemon --start --components=pkcs11,secrets,ssh) -export SSH_AUTH_SOCK - -xinput-toggle -r yubikey -d - -xfsettingsd & -xrdb -merge .Xdefaults & - -#gnome-settings-daemon & -xscreensaver -no-splash & -#kupfer --no-splash & -rofi -key-run control-space -fuzzy -terminal run_terminal & -#nm-applet & -gnome-sound-applet & -remmina -i & -#setxkbmap -option ctrl:nocaps & -xmodmap ~/.Xmodmap & -#synclient PalmDetect=1 - -# Running a really minimal arch system? This helps: - -/usr/lib/xfce4/notifyd/xfce4-notifyd & -#pulseaudio --start & -blueman-applet & -#wicd-gtk --tray & - -if [ -f ~/.xrandrrc ]; then - ~/.xrandrrc -fi - - -~/.fehbg & -if command -v picom &>/dev/null; then - picom -b --config ~/.compton.conf & -fi -#exec awesome -exec i3 -#exec startxfce4 -#exec dbus-launch --sh-syntax --exit-with-session i3 diff --git a/.xinitrc.bak b/.xinitrc.bak new file mode 100755 index 0000000..9a3a9a8 --- /dev/null +++ b/.xinitrc.bak @@ -0,0 +1,50 @@ +#!/bin/bash + +export PATH=$HOME/bin:$PATH +systemctl --user import-environment DISPLAY XAUTHORITY +systemctl --user start pulseaudio.socket +systemctl --user start pulseaudio.service + +if which dbus-update-activation-environment >/dev/null 2>&1; then + dbus-update-activation-environment DISPLAY XAUTHORITY +fi + +eval $(/usr/bin/gnome-keyring-daemon --start --components=pkcs11,secrets,ssh) +export SSH_AUTH_SOCK + +xinput-toggle -r yubikey -d + +xfsettingsd & +xrdb -merge .Xdefaults & + +#gnome-settings-daemon & +xscreensaver -no-splash & +#kupfer --no-splash & +rofi -key-run control-space -fuzzy -terminal run_terminal & +#nm-applet & +gnome-sound-applet & +remmina -i & +#setxkbmap -option ctrl:nocaps & +xmodmap ~/.Xmodmap & +#synclient PalmDetect=1 + +# Running a really minimal arch system? This helps: + +/usr/lib/xfce4/notifyd/xfce4-notifyd & +#pulseaudio --start & +blueman-applet & +#wicd-gtk --tray & + +if [ -f ~/.xrandrrc ]; then + ~/.xrandrrc +fi + + +~/.fehbg & +if command -v picom &>/dev/null; then + picom -b --config ~/.compton.conf & +fi +#exec awesome +exec i3 +#exec startxfce4 +#exec dbus-launch --sh-syntax --exit-with-session i3