diff options
author | noa | 2025-04-29 15:34:00 +0800 |
---|---|---|
committer | noa | 2025-04-29 15:34:00 +0800 |
commit | 6afa814ce0e81e871ec6088c2b7bcbb566baff62 (patch) | |
tree | 782bb42a9ded9cb13956229f0896c13532995581 | |
parent | 295219b83371c2dff0bd1a47ed5582473408d76c (diff) |
Remove settings for an x window manager setup
-rw-r--r-- | jwmrc | 140 | ||||
-rw-r--r-- | picom/picom.conf | 18 | ||||
-rw-r--r-- | xmodmap | 14 | ||||
-rwxr-xr-x | xsession | 26 |
4 files changed, 0 insertions, 198 deletions
diff --git a/jwmrc b/jwmrc deleted file mode 100644 index e59390c..0000000 --- a/jwmrc +++ /dev/null @@ -1,140 +0,0 @@ -<?xml version="1.0"?> -<JWM> - <Group> - <Option>tiled</Option> - <Option>aerosnap</Option> - </Group> - - <RootMenu> - <Restart label="Restart" /> - <Exit label="Exit" confirm="true" /> - </RootMenu> - - <Tray x="0" y="-1" autohide="off"> - <TrayButton label="Run">exec:~/Scripts/launch</TrayButton> - <Spacer width="2" /> - <TaskList maxwidth="256"/> - <Dock/> - <Clock format="%H:%M"></Clock> - <Spacer width="2" /> - <TrayButton label="System">root:1</TrayButton> - </Tray> - - <!-- Visual Styles --> - <WindowStyle decorations="flat"> - <Font>Noto Sans CJK SC-16</Font> - <Width>4</Width> - <!--<Height>32</Height>--> - <Corner>0</Corner> - - <Foreground>#000000</Foreground> - <Background>#ffffff</Background> - <Outline>#000000</Outline> - <Opacity>1.0</Opacity> - - <Active> - <Foreground>#000000</Foreground> - <Background>#ffffff</Background> - <Outline>#000000</Outline> - </Active> - </WindowStyle> - - <MenuStyle> - <Background>#ffffff</Background> - <Foreground>#000000</Foreground> - </MenuStyle> - - <TrayStyle group="true" list="all"> - <Font>Noto Sans CJK SC-16</Font> - <Background>#ffffff</Background> - <Foreground>#000000</Foreground> - <Outline>#000000</Outline> - <Opacity>1</Opacity> - </TrayStyle> - - <TaskListStyle> - <Font>Sans-9</Font> - <Active> - <Foreground>#000000</Foreground> - <Background>#ffffff</Background> - </Active> - <Foreground>#000000</Foreground> - <Background>#ffffff</Background> - </TaskListStyle> - - <PopupStyle> - <Font>Sans-9</Font> - <Foreground>#000000</Foreground> - <Background>#ffffff</Background> - </PopupStyle> - - <!-- Path where icons can be found. - IconPath can be listed multiple times to allow searching - for icons in multiple paths. - --> - <IconPath> - /usr/share/icons/wm-icons/32x32-aquafusion - </IconPath> - <IconPath> - /usr/local/share/jwm - </IconPath> - - <!-- Virtual Desktops --> - <Desktops width="1" height="1"> - <!-- <Background type="solid">#ffffff</Background> --> - <Background type="image">/home/noa/Pictures/Wallpapers/horse-mono.png</Background> - </Desktops> - - <!-- Double click speed (in milliseconds) --> - <DoubleClickSpeed>400</DoubleClickSpeed> - - <!-- Double click delta (in pixels) --> - <DoubleClickDelta>2</DoubleClickDelta> - - <!-- The focus model (sloppy or click) --> - <FocusModel>sloppy</FocusModel> - - <!-- The snap mode (none, screen, or border) --> - <SnapMode distance="10">border</SnapMode> - - <!-- The move mode (outline or opaque) --> - <MoveMode>opaque</MoveMode> - - <!-- The resize mode (outline or opaque) --> - <ResizeMode>opaque</ResizeMode> - - <!-- Key bindings --> - <Key key="Up">up</Key> - <Key key="Down">down</Key> - <Key key="Right">right</Key> - <Key key="Left">left</Key> - <Key key="h">left</Key> - <Key key="j">down</Key> - <Key key="k">up</Key> - <Key key="l">right</Key> - <Key key="Return">select</Key> - <Key key="Escape">escape</Key> - - <Key key="XF86Search">exec:~/Scripts/launch</Key> - <Key mask="A" key="XF86Search">exec:rofi -show calc -modi calc -no-show-match -no-sort</Key> - <Key mask="A" key="p">exec:~/Scripts/enqueue</Key> - - <Key key="XF86MonBrightnessDown">exec:brightnessctl -d intel_backlight set 5%-</Key> - <Key key="XF86MonBrightnessUp">exec:brightnessctl -d intel_backlight set 5%+</Key> - <Key key="XF86AudioRaiseVolume">exec:amixer -D pulse sset Master 5%+</Key> - <Key key="XF86AudioLowerVolume">exec:amixer -D pulse sset Master 5%-</Key> - <Key key="XF86AudioMute">exec:amixer -D pulse sset Master toggle</Key> - - <Key mask="A" key="q">restart</Key> - - <Key mask="A" key="Tab">nextstacked</Key> - <Key mask="A" key="F4">close</Key> - <Key mask="A" key="#">desktop#</Key> - <Key mask="A" key="F2">window</Key> - <Key mask="A" key="F10">maximize</Key> - <Key mask="A" key="Right">rdesktop</Key> - <Key mask="A" key="Left">ldesktop</Key> - <Key mask="A" key="Up">udesktop</Key> - <Key mask="A" key="Down">ddesktop</Key> - -</JWM> diff --git a/picom/picom.conf b/picom/picom.conf deleted file mode 100644 index 0820d7e..0000000 --- a/picom/picom.conf +++ /dev/null @@ -1,18 +0,0 @@ -# picom -cfF -o 0.38 -O 200 -I 200 -t 0 -l 0 -r 3 -D2 -m 0.88 -shadow = true; -# opacity = 0.38; -fade-out-step = 200; -fade-in-step = 200; -shadow-offset-y = 6; -shadow-offset-x = 6; -shadow-radius = 0; -# fade-delta = 2; - -wintypes: -{ - # menu = { shadow = false; }; - dropdown_menu = { shadow = false; }; - popup_menu = { shadow = false; }; - utility = { shadow = false; }; -} -# TODO: make tooltips have a smaller shadow (3x3) diff --git a/xmodmap b/xmodmap deleted file mode 100644 index b4ab7b2..0000000 --- a/xmodmap +++ /dev/null @@ -1,14 +0,0 @@ -clear lock -clear mod1 -clear control - -! Set key left of spacebar to control -keycode 64 = Control_L -add control = Control_L - -! Set key right of spacebar to alt -keycode 108 = Alt_L -add mod1 = Alt_L - -! Set caps lock to search -keycode 66 = XF86Search diff --git a/xsession b/xsession deleted file mode 100755 index c300841..0000000 --- a/xsession +++ /dev/null @@ -1,26 +0,0 @@ -brightnessctl -d intel_backlight set 25% - -# compositor -picom -b - -# dock apps -cbatticon & -pnmixer & -nm-tray & -qlipper & - -# password manager -keepassxc & - -# ime -GTK_IM_MODULE=fcitx -QT_IM_MODULE=fcitx -XMODIFIERS=@im=fcitx -fcitx5 -d - -# put ctrl left of spacebar and caps to search key. -# this has to come after fcitx -xmodmap ~/.config/xmodmap - -# exec startfluxbox -exec jwm -f ~/.config/jwmrc |