diff options
author | Yigit Sever | 2021-10-08 00:03:42 +0300 |
---|---|---|
committer | Yigit Sever | 2021-10-08 00:03:42 +0300 |
commit | 0287e6b35edab6c2694a8c59f5a5195e0de13014 (patch) | |
tree | f18e9abf836dade82661918a664ef141b2ceb26d /.xsession##c.desktop,h.Lowe | |
parent | 2815207212ddf6e0b84b7d578a3f866867ed53fc (diff) | |
download | dotfiles-0287e6b35edab6c2694a8c59f5a5195e0de13014.tar.gz dotfiles-0287e6b35edab6c2694a8c59f5a5195e0de13014.tar.bz2 dotfiles-0287e6b35edab6c2694a8c59f5a5195e0de13014.zip |
remove class strings from taskrc and xsession
Diffstat (limited to '.xsession##c.desktop,h.Lowe')
-rwxr-xr-x | .xsession##c.desktop,h.Lowe | 38 |
1 files changed, 0 insertions, 38 deletions
diff --git a/.xsession##c.desktop,h.Lowe b/.xsession##c.desktop,h.Lowe deleted file mode 100755 index 93055e3..0000000 --- a/.xsession##c.desktop,h.Lowe +++ /dev/null | |||
@@ -1,38 +0,0 @@ | |||
1 | #!/bin/sh | ||
2 | |||
3 | # | ||
4 | # ~/.xsession | ||
5 | # | ||
6 | # Executed by xdm/gdm/kdm at login | ||
7 | # | ||
8 | |||
9 | # disable screensaver, beep and power saving | ||
10 | xset -dpms & | ||
11 | xset s off & | ||
12 | xset -b & | ||
13 | |||
14 | # start the network manager, useful for vpns, not on work though | ||
15 | nm-applet & | ||
16 | |||
17 | # removable media | ||
18 | udiskie --automount --file-manager pcmanfm --tray --notify & | ||
19 | |||
20 | # set the wallpaper and other visuals | ||
21 | ~/.fehbg & | ||
22 | compton -b & | ||
23 | xsettingsd & | ||
24 | redshift-gtk & | ||
25 | |||
26 | # utilities | ||
27 | nextcloud & | ||
28 | copyq & | ||
29 | #conky --daemonize -c ~/.config/conky/conky.conf & | ||
30 | #conky --daemonize -c ~/.config/conky/task.conf & | ||
31 | unclutter --timeout 3 --jitter 3 -b & | ||
32 | |||
33 | # keyboard with alt+shift us,tr switch, map escape to capslock | ||
34 | setxkbmap -model pc105 -layout us,us,tr -variant ,colemak, -option grp:alt_shift_toggle,caps:backspace & | ||
35 | xcape -e 'Control_L=Escape' | ||
36 | |||
37 | # bind the local port to overseer | ||
38 | ssh -N -f -L 127.0.0.1:53589:yigitsever.bike:53589 overseer | ||