disabled mod clients2
, fixed xinitrc
This commit is contained in:
parent
e924e8efc0
commit
9f77d5f570
5
Makefile
Normal file
5
Makefile
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
run:
|
||||||
|
startx ./xinitrc :0 vt2
|
||||||
|
|
||||||
|
run-root:
|
||||||
|
sudo startx ./xinitrc :0 vt2
|
|
@ -8,7 +8,7 @@ use log4rs::{
|
||||||
use state::WMConfig;
|
use state::WMConfig;
|
||||||
|
|
||||||
mod clients;
|
mod clients;
|
||||||
mod clients2;
|
//mod clients2;
|
||||||
mod state;
|
mod state;
|
||||||
mod util;
|
mod util;
|
||||||
mod xlib;
|
mod xlib;
|
||||||
|
|
8
xinitrc
8
xinitrc
|
@ -1,8 +1,8 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
/usr/bin/xset b off
|
xset b off
|
||||||
/usr/bin/xsetroot -solid darkslategrey
|
xsetroot -solid darkslategrey
|
||||||
/usr/bin/feh --bg-fill "/mnt/storage/rust/wm/starship.jpg"
|
feh --bg-fill "/mnt/storage/rust/wm/starship.jpg"
|
||||||
xset r rate 250 30
|
xset r rate 250 30
|
||||||
export RUST_BACKTRACE=1
|
export RUST_BACKTRACE=1
|
||||||
exec /mnt/storage/rust/wm/target/release/wm >& /home/user/.local/portlights.log
|
exec /mnt/storage/code/rust/wm/target/release/wm 2>&1 /home/user/.local/portlights.log
|
||||||
|
|
Loading…
Reference in a new issue