Compare commits

..

No commits in common. "f128bf543fb3fa9ba5a8bce8221adfdc1fd548cd" and "1fac5825e4f01ced52e1fc2e0c1215376eae3018" have entirely different histories.

2 changed files with 3 additions and 9 deletions

View File

@ -1,8 +1,6 @@
os.execute ("setxkbmap -layout 'us,ru'")
os.execute ("setxkbmap -option 'grp:shift_toggle,grp_led:scroll,terminate:ctrl_alt_bksp'")
os.execute ("xrandr --setprovideroutputsource modesetting NVIDIA-0 && xrandr --auto")
--os.execute ("/usr/bin/nvidia-settings -a [gpu:0]/GPUPowerMizerMode=1")
--os.execute ("nvidia-smi -pm ENABLED")
--os.execute (os.getenv("HOME").."/.config/awesome/set_wall.sh "..os.getenv("HOME").."/.config/awesome/wallpaper.slink &")
os.execute ("pgrep xscreensaver || xscreensaver -no-splash &")
os.execute ("pgrep mail_loop.sh || "..os.getenv("HOME").."/.config/awesome/mail_loop.sh &")

10
rc.lua
View File

@ -736,13 +736,9 @@ awful.rules.rules = {
}
}, properties = { floating = true }},
-- Default 'Normal' clients properties
{ rule_any = {type = { "normal" }
}, properties = { titlebars_enabled = false; border_width = 0; floating = false; }
},
-- Default 'Dialog' clients properties
{ rule_any = {type = { "dialog" }
}, properties = { titlebars_enabled = true; border_width = 2; }
-- Add titlebars to normal clients and dialogs
{ rule_any = {type = { "normal", "dialog" }
}, properties = { titlebars_enabled = false }
},
-- { rule = { class = "URxvt" },