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;
|
||||
|
||||
mod clients;
|
||||
mod clients2;
|
||||
//mod clients2;
|
||||
mod state;
|
||||
mod util;
|
||||
mod xlib;
|
||||
|
|
8
xinitrc
8
xinitrc
|
@ -1,8 +1,8 @@
|
|||
#!/bin/sh
|
||||
|
||||
/usr/bin/xset b off
|
||||
/usr/bin/xsetroot -solid darkslategrey
|
||||
/usr/bin/feh --bg-fill "/mnt/storage/rust/wm/starship.jpg"
|
||||
xset b off
|
||||
xsetroot -solid darkslategrey
|
||||
feh --bg-fill "/mnt/storage/rust/wm/starship.jpg"
|
||||
xset r rate 250 30
|
||||
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